Skip to content

Commit

Permalink
zsh-you-should-use: 1.7.0 -> 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 8, 2020
1 parent 6eeb612 commit 7589ba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/shells/zsh/zsh-you-should-use/default.nix
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "zsh-you-should-use";
version = "1.7.0";
version = "1.7.3";

src = fetchFromGitHub {
owner = "MichaelAquilina";
repo = pname;
rev = version;
sha256 = "1gcxm08ragwrh242ahlq3bpfg5yma2cshwdlj8nrwnd4qwrsflgq";
sha256 = "1dz48rd66priqhxx7byndqhbmlwxi1nfw8ik25k0z5k7k754brgy";
};

dontBuild = true;
Expand Down

0 comments on commit 7589ba3

Please sign in to comment.