zsh-you-should-use: 1.4.0 -> 1.6.0

https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#160
This commit is contained in:
Maximilian Bosch 2019-10-19 21:36:06 +02:00
parent f8497559e9
commit 70783011e2
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "zsh-you-should-use";
version = "1.4.0";
version = "1.6.0";
src = fetchFromGitHub {
owner = "MichaelAquilina";
repo = pname;
rev = version;
sha256 = "1n0mcgahx40acqjj617k0rhqpzjqjaa9xfs4b1xrjp3qdy9s0ns0";
sha256 = "1xzq7xmmx4rg53pd69d0s9n561q4z35hlbb2sq2xd76gk3x6fars";
};
dontBuild = true;