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

libimagequant: 2.12.6 -> 2.13.0
This commit is contained in:
Mario Rodas 2020-11-02 21:18:45 -05:00 committed by GitHub
commit b810a5d23c
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.12.6";
version = "2.13.0";
src = fetchFromGitHub {
owner = "ImageOptim";
repo = pname;
rev = version;
sha256 = "00w7fny3xf14cfyhbdnmqyh9ddqdh1irvgzxd35a2z65kp7vnvj0";
sha256 = "12alfvq761nhdl927aj93yv3r6rzxlf7csdr28xgga7cz53fmrrp";
};
preConfigure = ''