libimagequant: 2.14.1 -> 2.15.1

This commit is contained in:
R. RyanTM 2021-05-23 01:09:32 +00:00
parent ae5268b96e
commit ee42bffd35

View File

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