Skip to content

Commit

Permalink
nequi-zsh 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Dec 14, 2024
1 parent ad5dbec commit 339a732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions darwin/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ let

nequi-zsh = pkgs.stdenv.mkDerivation rec {
pname = "nequi-zsh";
version = "1.1";
version = "1.2";

src = pkgs.fetchFromGitHub {
owner = "NeQuissimus";
repo = "nequi-zsh";
sha256 = "sha256-vlcBsRsMy5GiKO4egpX3vUS8EJTLr2UWLJF1az7rHA8=";
sha256 = "sha256-dP1lPI+1y9mJ7JWY3NEfvkHVoYjVeHzJAI3Mzw8h3RE=";
rev = "v${version}";
};

Expand Down
4 changes: 2 additions & 2 deletions nixos/zsh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
let
nequi-zsh = pkgs.stdenv.mkDerivation rec {
pname = "nequi-zsh";
version = "1.1";
version = "1.2";

src = pkgs.fetchFromGitHub {
owner = "NeQuissimus";
repo = "nequi-zsh";
sha256 = "sha256-vlcBsRsMy5GiKO4egpX3vUS8EJTLr2UWLJF1az7rHA8=";
sha256 = "sha256-dP1lPI+1y9mJ7JWY3NEfvkHVoYjVeHzJAI3Mzw8h3RE=";
rev = "v${version}";
};

Expand Down

0 comments on commit 339a732

Please sign in to comment.