summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-11-26 01:13:14 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2018-11-26 01:13:14 +0100
commite446261e51c0e95fa2290b8fc638f5d26c092a5f (patch)
tree361acf9b444d36a8c075c2ff438217c60ee37289 /pkgs/shells
parentdd4c1d0ea0afd3381ddf12436ec38f2a147633a5 (diff)
downloadnixpkgs-e446261e51c0e95fa2290b8fc638f5d26c092a5f.tar
nixpkgs-e446261e51c0e95fa2290b8fc638f5d26c092a5f.tar.gz
nixpkgs-e446261e51c0e95fa2290b8fc638f5d26c092a5f.tar.bz2
nixpkgs-e446261e51c0e95fa2290b8fc638f5d26c092a5f.tar.lz
nixpkgs-e446261e51c0e95fa2290b8fc638f5d26c092a5f.tar.xz
nixpkgs-e446261e51c0e95fa2290b8fc638f5d26c092a5f.tar.zst
nixpkgs-e446261e51c0e95fa2290b8fc638f5d26c092a5f.zip
nix-zsh-completions: 0.4.0 -> 0.4.1
Contains several bugfixes that improve the ZSH completion for nix*
commands.

For further reference: https://github.com/spwhitt/nix-zsh-completions/releases/tag/0.4.1
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/zsh/nix-zsh-completions/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/zsh/nix-zsh-completions/default.nix b/pkgs/shells/zsh/nix-zsh-completions/default.nix
index 4405902ec3e..861a6d05df6 100644
--- a/pkgs/shells/zsh/nix-zsh-completions/default.nix
+++ b/pkgs/shells/zsh/nix-zsh-completions/default.nix
@@ -1,7 +1,7 @@
 { stdenv, fetchFromGitHub }:
 
 let
-  version = "0.4.0";
+  version = "0.4.1";
 in
 
 stdenv.mkDerivation rec {
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner = "spwhitt";
     repo = "nix-zsh-completions";
     rev = "${version}";
-    sha256 = "0m8b9xgbz2nvk1q7m0gqy83gbqa49n062gymhk9x93zhbdh8vwky";
+    sha256 = "1p2y1sg6jghixv2j3fwxnkyl3idj44gcm71bbn25mnqfhm0z25hr";
   };
 
   installPhase = ''