Merge pull request #188830 from astutecat/master

zld: 1.3.3 -> 1.3.4
This commit is contained in:
superherointj 2022-08-30 10:14:34 -03:00 committed by GitHub
commit cc31b35e17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
pname = "zld";
version = "1.3.3";
version = "1.3.4";
src = fetchzip {
url = "https://github.com/michaeleisel/zld/releases/download/${version}/zld.zip";
sha256 = "0qb4l7a4vhpnzkgzhw0jivz40jr5gdhqfyynhbkhn7ryh5s52d1p";
sha256 = "1rzdcrky0dl9n7niv39a5gc7q7rwl8jv6h77nvm6gwdymkjf2973";
};
installPhase = ''