Skip to content

Commit

Permalink
nix-bash-completions: 0.6.7 -> 0.6.8 (NixOS#81019)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0e5d457)
  • Loading branch information
hedning authored and dtzWill committed Mar 5, 2020
1 parent 120529d commit d86f45d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/shells/bash/nix-bash-completions/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
version = "0.6.7";
name = "nix-bash-completions-${version}";
version = "0.6.8";
pname = "nix-bash-completions";

src = fetchFromGitHub {
owner = "hedning";
repo = "nix-bash-completions";
rev = "v${version}";
sha256 = "067j1gavpm9zv3vzw9gq0bi3bi0rjrijwprc1j016g44kvpq49qi";
sha256 = "1n5zs6xcnv4bv1hdaypmz7fv4j7dsr4a0ifah99iyj4p5j85i1bc";
};

# To enable lazy loading via. bash-completion we need a symlink to the script
Expand All @@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';

meta = with stdenv.lib; {
homepage = https://github.com/hedning/nix-bash-completions;
homepage = "https://github.com/hedning/nix-bash-completions";
description = "Bash completions for Nix, NixOS, and NixOps";
license = licenses.bsd3;
platforms = platforms.all;
Expand Down

0 comments on commit d86f45d

Please sign in to comment.