nix-bash-completions: 0.6.5 -> 0.6.6

(cherry picked from commit 954e02f835ca42d20f6fd01a940f06edd3fbb0a0)
release-18.03-flake
Tor Hedin Brønner 2018-04-25 11:19:51 +02:00 committed by Daiderd Jordan
parent a61f935fb7
commit e249e59377
No known key found for this signature in database
GPG Key ID: D02435D05B810C96
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
version = "0.6.5";
version = "0.6.6";
name = "nix-bash-completions-${version}";
src = fetchFromGitHub {
owner = "hedning";
repo = "nix-bash-completions";
rev = "v${version}";
sha256 = "10f70jw81vky52s3fidf7vzl725fihiypsw39825wnkpynayhmrg";
sha256 = "1lz9cgacyd4cphr7l90x4hn0ifhxwzz2d5829w1jcglasfacfpsw";
};
# To enable lazy loading via. bash-completion we need a symlink to the script