Merge pull request #51497 from hedning/nix-completions-bump

nix-{zsh,bash}-completions version bump
This commit is contained in:
Maximilian Bosch 2018-12-04 11:18:25 +01:00 committed by GitHub
commit 37f0a4f199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
let
version = "0.4.1";
version = "0.4.2";
in
stdenv.mkDerivation rec {
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "spwhitt";
repo = "nix-zsh-completions";
rev = "${version}";
sha256 = "1p2y1sg6jghixv2j3fwxnkyl3idj44gcm71bbn25mnqfhm0z25hr";
sha256 = "1pfyn8kd9fc9fyy77imzg6xj00nzddkjagwjs2594db8ynp6cfil";
};
installPhase = ''