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

gifski: 1.4.3 -> 1.5.1
This commit is contained in:
Mario Rodas 2021-12-11 10:06:26 -05:00 committed by GitHub
commit 0e9127dd6b
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.3"; version = "1.5.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ImageOptim"; owner = "ImageOptim";
repo = "gifski"; repo = "gifski";
rev = version; rev = version;
sha256 = "034csv43vc0q2ycwjfskv1zx08c40ykf1m22fh9wvms0860k2ysn"; sha256 = "sha256-x2p+6m1pwXhmI9JvGUgLhxrGwpJa/e2wb5wOFdKQ2xg=";
}; };
cargoSha256 = "0jgwf30gqwwpaf2g5zbsglcmsa00vixrnlizvcd41afi1wkjgiyd"; cargoSha256 = "sha256-8t7VhPby56UX2LlD2xcJKkWamuJxN9LiVEQPEa78EQQ=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];