zsh-nix-shell: 0.6.0 -> 0.7.0

This commit is contained in:
R. Ryantm 2023-05-27 08:13:31 +00:00
parent 8d908a2ed4
commit 91dc753211

View file

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