Skip to content

Commit

Permalink
nix-zsh-completions: 0.3.9 -> 0.4.0
Browse files Browse the repository at this point in the history
Fix a nasty regression when completing eg. `-f`.
  • Loading branch information
hedning authored and matthewbauer committed May 2, 2018
1 parent 9e5caa8 commit 0dd1214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/nix-zsh-completions/default.nix
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:

let
version = "0.3.9";
version = "0.4.0";
in

stdenv.mkDerivation rec {
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "spwhitt";
repo = "nix-zsh-completions";
rev = "${version}";
sha256 = "1ysc9g72yj63ygm915a316f1hcklmgswyrwsq5abwwj48001y01n";
sha256 = "0m8b9xgbz2nvk1q7m0gqy83gbqa49n062gymhk9x93zhbdh8vwky";
};

installPhase = ''
Expand Down

0 comments on commit 0dd1214

Please sign in to comment.