nix-zsh-completions: 0.3.7 -> 0.3.8

This commit is contained in:
Tor Hedin Brønner 2018-02-08 17:13:29 +01:00
parent 37fb8d3e11
commit 2954c6ce86

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
let
version = "0.3.7";
version = "0.3.8";
in
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "spwhitt";
repo = "nix-zsh-completions";
rev = "${version}";
sha256 = "164x8awia56z481r898pbywjgrx8fv8gfw8pxp4qgbxzp3gwq9iy";
sha256 = "05ynd38br2kn657g7l01jg1q8ja9xwrdyb95w02gh7j9cww2k06w";
};
installPhase = ''