Merge pull request #35135 from volth/patch-87

pngquant: 2.9.1 -> 2.11.7
This commit is contained in:
Joachim F 2018-02-20 15:52:04 +00:00 committed by GitHub
commit eaf6a340d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
name = "pngquant-${version}";
version = "2.9.1";
version = "2.11.7";
src = fetchgit {
url = "https://www.github.com/pornel/pngquant.git";
rev = "refs/tags/${version}";
sha256 = "0xhnrjsk55jy5q68f81y7l61c6x18i4fzkm3i4dgndrhri5g4n1q";
sha256 = "1qr5qr2wznzp0v9xwyz4r3982rcm9kys913w8gwmv7qd1akvx2qh";
fetchSubmodules = true;
};