Merge pull request #68082 from dtzWill/update/pngquant-2.12.5

pngquant: 2.12.1 -> 2.12.5
This commit is contained in:
Will Dietz 2019-09-04 21:29:03 -05:00 committed by GitHub
commit 5e86891baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "pngquant";
version = "2.12.1";
version = "2.12.5";
src = fetchFromGitHub {
owner = "pornel";
repo = "pngquant";
rev = version;
sha256 = "0jdvry3kvmmxcgwf5a3zbfz0idl6yl3700ag7pf8sk4lg4qp0llp";
sha256 = "0sq398iv5cacblz6pb4j2hn16cnszsbkahikdpfq84rb9bj0ya40";
fetchSubmodules = true;
};