nix-zsh-completions: 0.3.7 -> 0.3.8
This commit is contained in:
parent
37fb8d3e11
commit
2954c6ce86
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchFromGitHub }:
|
{ stdenv, fetchFromGitHub }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "0.3.7";
|
version = "0.3.8";
|
||||||
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 = "164x8awia56z481r898pbywjgrx8fv8gfw8pxp4qgbxzp3gwq9iy";
|
sha256 = "05ynd38br2kn657g7l01jg1q8ja9xwrdyb95w02gh7j9cww2k06w";
|
||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user