nix-bash-completions: 0.4 -> 0.5

Various improvements and bugfixes.
This commit is contained in:
Tor Hedin Brønner 2017-11-21 14:05:03 +01:00
parent d1635a58bf
commit 9a27fee60a

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "0.4";
version = "0.5";
name = "nix-bash-completions-${version}";
src = fetchFromGitHub {
owner = "hedning";
repo = "nix-bash-completions";
rev = "v${version}";
sha256 = "08gl9xnk738p180hpn3l7ggrz5zlky4pam7v74kb0gavjxm4fa2f";
sha256 = "095dbbqssaxf0y85xw73gajif6lzy2aja4scg3plplng3k9zbldz";
};
installPhase = ''