3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #278084 from r-ryantm/auto-update/zsh-nix-shell

zsh-nix-shell: 0.7.0 -> 0.8.0
This commit is contained in:
Nick Cao 2024-01-02 11:38:28 -05:00 committed by GitHub
commit 289e0a8e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "zsh-nix-shell";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v${version}";
sha256 = "sha256-oQpYKBt0gmOSBgay2HgbXiDoZo5FoUKwyHSlUrOAP5E=";
sha256 = "sha256-Z6EYQdasvpl1P78poj9efnnLj7QQg13Me8x1Ryyw+dM=";
};
strictDeps = true;