zsh-nix-shell: 0.7.0 -> 0.8.0

This commit is contained in:
R. Ryantm
2024-01-01 15:38:16 +00:00
parent 3d54a95d71
commit c968cfb66d
+2 -2
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;