Merge pull request #115014 from r-ryantm/auto-update/libimagequant

libimagequant: 2.14.0 -> 2.14.1
This commit is contained in:
Mario Rodas 2021-03-03 22:28:53 -05:00 committed by GitHub
commit a9fc5a39c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libimagequant";
version = "2.14.0";
version = "2.14.1";
src = fetchFromGitHub {
owner = "ImageOptim";
repo = pname;
rev = version;
sha256 = "sha256-XP/GeZC8TCgBPqtScY9eneZHFter1kdWf/yko0p2VYQ=";
sha256 = "sha256-yWtwBTAs6dlrZz3Bd/4DUb488IJsahPKwjluukTlv/o=";
};
preConfigure = ''