Merge pull request #270780 from figsoda/gifski

gifski: 1.13.0 -> 1.31.1

authored by Mario Rodas and committed by GitHub b0d682a9 a52123cc

+8 -3
+1 -1
pkgs/tools/graphics/gifski/Cargo.lock
··· 318 319 [[package]] 320 name = "gifski" 321 - version = "1.13.0" 322 dependencies = [ 323 "clap", 324 "crossbeam-channel",
··· 318 319 [[package]] 320 name = "gifski" 321 + version = "1.13.1" 322 dependencies = [ 323 "clap", 324 "crossbeam-channel",
+7 -2
pkgs/tools/graphics/gifski/default.nix
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "gifski"; 10 - version = "1.13.0"; 11 12 src = fetchFromGitHub { 13 owner = "ImageOptim"; 14 repo = "gifski"; 15 rev = version; 16 - hash = "sha256-Ij+bgL935uLCZeh8GQnTFlPIuUloNCn8LUdvMd+6okM="; 17 }; 18 19 cargoLock = { ··· 43 # outline a solution. 44 # 45 checkType = "debug"; 46 47 meta = with lib; { 48 description = "GIF encoder based on libimagequant (pngquant)";
··· 7 8 rustPlatform.buildRustPackage rec { 9 pname = "gifski"; 10 + version = "1.31.1"; 11 12 src = fetchFromGitHub { 13 owner = "ImageOptim"; 14 repo = "gifski"; 15 rev = version; 16 + hash = "sha256-JzQReCX1AfFhbVbSPOIAKAVvNoddrWFHaJ1AxlsIPA0="; 17 }; 18 19 cargoLock = { ··· 43 # outline a solution. 44 # 45 checkType = "debug"; 46 + 47 + # Cargo.lock is outdated 48 + postPatch = '' 49 + cargo metadata --offline 50 + ''; 51 52 meta = with lib; { 53 description = "GIF encoder based on libimagequant (pngquant)";