1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

libimagequant: 2.12.1 -> 2.12.2
This commit is contained in:
Renaud 2018-11-10 15:45:42 +01:00 committed by GitHub
commit 1da0163fd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
with stdenv;
let
version = "2.12.1";
version = "2.12.2";
in
mkDerivation {
name = "libimagequant-${version}";
@ -11,7 +11,7 @@ in
owner = "ImageOptim";
repo = "libimagequant";
rev = "${version}";
sha256 = "0r7zgsnhqci2rjilh9bzw43miwp669k6b7q16hdjzrq4nr0xpvbl";
sha256 = "1k61ifcjbp2lcrwqidflj99inkyhpbrw0hl1nzq1rjp5dnw2y5lw";
};
preConfigure = ''