Merge pull request #121004 from r-ryantm/auto-update/gifski

gifski: 1.4.0 -> 1.4.3
This commit is contained in:
Mario Rodas 2021-05-26 03:51:23 -05:00 committed by GitHub
commit e2cc30b955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "gifski"; pname = "gifski";
version = "1.4.0"; version = "1.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ImageOptim"; owner = "ImageOptim";
repo = "gifski"; repo = "gifski";
rev = version; rev = version;
sha256 = "sha256-Cm/w0bwDMu5REsQpkwMBgnROxpI+nMQwC16dY/VdOFU="; sha256 = "034csv43vc0q2ycwjfskv1zx08c40ykf1m22fh9wvms0860k2ysn";
}; };
cargoSha256 = "sha256-oj6ZuhdKSj6OFSICG977qEY9QWP40FEXwiHXpirsILI="; cargoSha256 = "0jgwf30gqwwpaf2g5zbsglcmsa00vixrnlizvcd41afi1wkjgiyd";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];