Unverified Commit d1946517 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #270816 from NixOS/backport-270780-to-release-23.11

[Backport release-23.11] gifski: 1.13.0 -> 1.31.1
parents a5aea79f fdba78af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -318,7 +318,7 @@ dependencies = [

[[package]]
name = "gifski"
version = "1.13.0"
version = "1.13.1"
dependencies = [
 "clap",
 "crossbeam-channel",
+7 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

rustPlatform.buildRustPackage rec {
  pname = "gifski";
  version = "1.13.0";
  version = "1.31.1";

  src = fetchFromGitHub {
    owner = "ImageOptim";
    repo = "gifski";
    rev = version;
    hash = "sha256-Ij+bgL935uLCZeh8GQnTFlPIuUloNCn8LUdvMd+6okM=";
    hash = "sha256-JzQReCX1AfFhbVbSPOIAKAVvNoddrWFHaJ1AxlsIPA0=";
  };

  cargoLock = {
@@ -44,6 +44,11 @@ rustPlatform.buildRustPackage rec {
  #
  checkType = "debug";

  # Cargo.lock is outdated
  postPatch = ''
    cargo metadata --offline
  '';

  meta = with lib; {
    description = "GIF encoder based on libimagequant (pngquant)";
    homepage = "https://gif.ski/";