Skip to content

Commit

Permalink
nix-zsh-completions: 0.3.8 -> 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hedning committed Apr 25, 2018
1 parent ab5e607 commit 2848b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/nix-zsh-completions/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:

let
version = "0.3.8";
version = "0.3.9";
in

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

installPhase = ''
Expand Down

0 comments on commit 2848b5d

Please sign in to comment.