tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
zsh-nix-shell: 0.4.0 -> 0.5.0
R. Ryantm
3 years ago
9bb7a4d0
4d046641
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
shells
zsh
zsh-nix-shell
default.nix
+2
-2
pkgs/shells/zsh/zsh-nix-shell/default.nix
···
5
6
stdenv.mkDerivation rec {
7
pname = "zsh-nix-shell";
8
-
version = "0.4.0";
9
10
src = fetchFromGitHub {
11
owner = "chisui";
12
repo = "zsh-nix-shell";
13
rev = "v${version}";
14
-
sha256 = "sha256-719lVo6p55G1tt3+6nMhZ904nyvlq0Q5exb0il36/Aw=";
15
};
16
17
strictDeps = true;
···
5
6
stdenv.mkDerivation rec {
7
pname = "zsh-nix-shell";
8
+
version = "0.5.0";
9
10
src = fetchFromGitHub {
11
owner = "chisui";
12
repo = "zsh-nix-shell";
13
rev = "v${version}";
14
+
sha256 = "sha256-IT3wpfw8zhiNQsrw59lbSWYh0NQ1CUdUtFzRzHlURH0=";
15
};
16
17
strictDeps = true;