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