Skip to content

Commit

Permalink
nix-bash-completions: 0.2 -> 0.4
Browse files Browse the repository at this point in the history
A bunch of fixes, and now completes attribute paths when `<nixpkgs>`
syntax as file input.
  • Loading branch information
hedning authored and globin committed Nov 13, 2017
1 parent 3873738 commit 53fbf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/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.2";
version = "0.4";
name = "nix-bash-completions-${version}";

src = fetchFromGitHub {
owner = "hedning";
repo = "nix-bash-completions";
rev = "v${version}";
sha256 = "0clr3c0zf73pnabab4n5b5x8cd2yilksvvlp4i0rj0cfbr1pzxgr";
sha256 = "08gl9xnk738p180hpn3l7ggrz5zlky4pam7v74kb0gavjxm4fa2f";
};

installPhase = ''
Expand Down

0 comments on commit 53fbf7e

Please sign in to comment.