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

gstqt5
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
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
let
version = "0.4.3";
version = "0.4.4";
in
stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
owner = "spwhitt";
repo = "nix-zsh-completions";
rev = version;
sha256 = "0fq1zlnsj1bb7byli7mwlz7nm2yszwmyx43ccczcv51mjjfivyp3";
sha256 = "1n9whlys95k4wc57cnz3n07p7zpkv796qkmn68a50ygkx6h3afqf";
};
installPhase = ''