Merge pull request #80760 from bhipple/auto-update/gifski

gifski: 0.9.1 -> 0.10.2
This commit is contained in:
Mario Rodas 2020-02-21 20:36:35 -05:00 committed by GitHub
commit 4fc354411b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,25 +2,22 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "gifski"; pname = "gifski";
version = "0.9.1"; version = "0.10.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ImageOptim"; owner = "ImageOptim";
repo = "gifski"; repo = "gifski";
rev = version; rev = version;
sha256 = "0dl5725imb2a2s0fskdqlnh2207ryyi2v5gz37cr5mf6khz898p2"; sha256 = "0gsk1pagg89q1mi3d28q6dsnanncwphw9lrb7qybppw0vyvqlqbx";
}; };
# Delete this on next update; see #79975 for details cargoSha256 = "0k7pzcll7hn2a354vviyj8dr0kq63cwsldgv303kwklmxji02d0v";
legacyCargoFetcher = true;
cargoSha256 = "0wngsd0pmmxlwzxmyp8pvphh1ijs5s9k1mkkv688xpc4b8w0z10j";
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "GIF encoder based on libimagequant (pngquant)"; description = "GIF encoder based on libimagequant (pngquant)";
homepage = https://gif.ski/; homepage = "https://gif.ski/";
license = licenses.agpl3; license = licenses.agpl3;
maintainers = [ maintainers.marsam ]; maintainers = [ maintainers.marsam ];
}; };