about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-26 02:22:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-04-26 02:22:27 +0000
commit6db9de6dbf1c992c3ca20e536d064cc28c3adf3d (patch)
tree24636f8f112e3fdcd0c73628dedfaa462991c61b /pkgs/shells
parent64a2fcb824b6451a56c3cbced5c180689b8e55f9 (diff)
zsh-nix-shell: 0.5.0 -> 0.6.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/zsh-nix-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/zsh-nix-shell/default.nix b/pkgs/shells/zsh/zsh-nix-shell/default.nix
index 88b6b98117e9d..211c18edf7b3a 100644
--- a/pkgs/shells/zsh/zsh-nix-shell/default.nix
+++ b/pkgs/shells/zsh/zsh-nix-shell/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "zsh-nix-shell";
-  version = "0.5.0";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "chisui";
     repo = "zsh-nix-shell";
     rev = "v${version}";
-    sha256 = "sha256-IT3wpfw8zhiNQsrw59lbSWYh0NQ1CUdUtFzRzHlURH0=";
+    sha256 = "sha256-B0mdmIqefbm5H8wSG1h41c/J4shA186OyqvivmSK42Q=";
   };
 
   strictDeps = true;