libimagequant: 2.12.1 -> 2.12.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libimagequant/versions
This commit is contained in:
R. RyanTM 2018-11-09 13:34:07 -08:00
parent a054d74507
commit d80d9aa3ba

View File

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