Merge pull request #92669 from r-ryantm/auto-update/zsh-you-should-use

zsh-you-should-use: 1.7.0 -> 1.7.3
This commit is contained in:
Maximilian Bosch 2020-07-08 09:19:31 +02:00 committed by GitHub
commit e56853f14f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;