forked from mirrors/nixpkgs
zsh-nix-shell: 0.4.0 -> 0.5.0
This commit is contained in:
parent
4d0466412d
commit
9bb7a4d0e9
|
@ -5,13 +5,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "zsh-nix-shell";
|
||||
version = "0.4.0";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "chisui";
|
||||
repo = "zsh-nix-shell";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-719lVo6p55G1tt3+6nMhZ904nyvlq0Q5exb0il36/Aw=";
|
||||
sha256 = "sha256-IT3wpfw8zhiNQsrw59lbSWYh0NQ1CUdUtFzRzHlURH0=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Reference in a new issue