Skip to content

Commit

Permalink
nix-zsh-completions: 0.3.2 -> 0.3.3
Browse files Browse the repository at this point in the history
Some minor fixes.

(cherry picked from commit b4d2c46)
  • Loading branch information
hedning authored and LnL7 committed Nov 16, 2017
1 parent 2dd978d commit e880f2b
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.2";
version = "0.3.3";
in

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

installPhase = ''
Expand Down

0 comments on commit e880f2b

Please sign in to comment.