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

zsh-nix-shell: 0.1.0 -> 0.4.0
This commit is contained in:
Artturi 2021-08-23 16:33:25 +03:00 committed by GitHub
commit 712086b3f8
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.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 = ''