zsh-nix-shell: 0.1.0 -> 0.4.0

This commit is contained in:
R. RyanTM 2021-08-23 08:54:45 +00:00
parent 45d3c11c72
commit 2d043248ce

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "zsh-nix-shell";
version = "0.1.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "chisui";
repo = "zsh-nix-shell";
rev = "v${version}";
sha256 = "0snhch9hfy83d4amkyxx33izvkhbwmindy0zjjk28hih1a9l2jmx";
sha256 = "sha256-719lVo6p55G1tt3+6nMhZ904nyvlq0Q5exb0il36/Aw=";
};
installPhase = ''