Merge pull request #51055 from Ma27/bump-nix-zsh-completions

nix-zsh-completions: 0.4.0 -> 0.4.1
This commit is contained in:
Maximilian Bosch 2018-11-26 03:11:41 +01:00 committed by GitHub
commit 2a17b5b7d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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