Merge pull request #39853 from hedning/nix-zsh-completions-0.4.0

nix-zsh-completions: 0.3.9 -> 0.4.0 (fixes recently broken file completion)
This commit is contained in:
Matthew Justin Bauer 2018-05-02 14:41:09 -05:00 committed by GitHub
commit 75e055618b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
let
version = "0.3.9";
version = "0.4.0";
in
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "spwhitt";
repo = "nix-zsh-completions";
rev = "${version}";
sha256 = "1ysc9g72yj63ygm915a316f1hcklmgswyrwsq5abwwj48001y01n";
sha256 = "0m8b9xgbz2nvk1q7m0gqy83gbqa49n062gymhk9x93zhbdh8vwky";
};
installPhase = ''