nix-zsh-completions: 0.4.3 -> 0.4.4 (#85267)

This commit is contained in:
R. RyanTM 2020-04-15 03:00:14 -07:00 committed by GitHub
parent b3c2a06583
commit 7c21abdf4c
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.4.3"; version = "0.4.4";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "spwhitt"; owner = "spwhitt";
repo = "nix-zsh-completions"; repo = "nix-zsh-completions";
rev = version; rev = version;
sha256 = "0fq1zlnsj1bb7byli7mwlz7nm2yszwmyx43ccczcv51mjjfivyp3"; sha256 = "1n9whlys95k4wc57cnz3n07p7zpkv796qkmn68a50ygkx6h3afqf";
}; };
installPhase = '' installPhase = ''