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
This commit is contained in:
Maximilian Bosch 2018-11-26 01:13:14 +01:00
parent dd4c1d0ea0
commit e446261e51
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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 = ''