Merge pull request #187554 from marsam/update-gifski

gifski: 1.7.0 -> 1.7.1
This commit is contained in:
Mario Rodas 2022-08-20 12:48:07 -05:00 committed by GitHub
commit 6895427d34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 17 deletions

View file

@ -1,12 +0,0 @@
diff --git c/Cargo.lock i/Cargo.lock
index 9b8929c..8e1e923 100644
--- c/Cargo.lock
+++ i/Cargo.lock
@@ -303,6 +303,7 @@ dependencies = [
"lodepng",
"loop9",
"natord",
+ "num-traits",
"pbr",
"quick-error",
"resize",

View file

@ -2,18 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "gifski";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "ImageOptim";
repo = "gifski";
rev = version;
sha256 = "sha256-cycgrQ1f0x1tPziQCRyqWinG8v0SVYW3LpFsxhZpQhE=";
sha256 = "sha256-Y2gNVm8Ziq3ipfgqRLbw1Hrd0ry556b78riWCo9sg3s=";
};
cargoPatches = [ ./cargo.lock-fix-missing-dependency.patch ];
cargoSha256 = "sha256-qJ+awu+Ga3fdxaDKdSzCcdyyuKCheb87qT7tX1dL1zo=";
cargoSha256 = "sha256-KH+RoPilgigBzvQaY542Q9cImNVeYlL7QGnslBWHtwE=";
nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ];