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

https://github.com/MichaelAquilina/zsh-you-should-use/blob/master/CHANGELOG.md#140
This commit is contained in:
Maximilian Bosch 2019-09-01 21:32:38 +02:00
parent d8d759bb90
commit c3f2d66e31
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.1.0";
version = "1.4.0";
src = fetchFromGitHub {
owner = "MichaelAquilina";
repo = pname;
rev = version;
sha256 = "0fig5ralagi5jajk7gdm52jvwql17qk9cd6j98qsndvckb26a753";
sha256 = "1n0mcgahx40acqjj617k0rhqpzjqjaa9xfs4b1xrjp3qdy9s0ns0";
};
dontBuild = true;