Skip to content

Commit

Permalink
nix-bash-completions: 0.6.1 -> 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hedning authored and bjornfor committed Jan 10, 2018
1 parent c646114 commit 122904f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/nix-bash-completions/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub }:

stdenv.mkDerivation rec {
version = "0.6.1";
version = "0.6.2";
name = "nix-bash-completions-${version}";

src = fetchFromGitHub {
owner = "hedning";
repo = "nix-bash-completions";
rev = "v${version}";
sha256 = "10nzdn249f0cw6adgpbpg4x90ysvxm7vs9jjbbwynfh9kngijp64";
sha256 = "0w6mimi70drjkdpx5pcw66xy2a4kysjfzmank0kc5vbhrjgkjwyp";
};

# To enable lazy loading via. bash-completion we need a symlink to the script
Expand Down

0 comments on commit 122904f

Please sign in to comment.