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

Merge pull request #270855 from NixOS/backport-270819-to-release-23.11

[Backport release-23.11] gifski: fix version
parents 4cb57ac1 664a5250
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -7,12 +7,13 @@

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

  src = fetchFromGitHub {
    owner = "ImageOptim";
    repo = "gifski";
    rev = version;
    # rev = version;
    rev = "1.31.1"; # upstream tagged incorrectly
    hash = "sha256-JzQReCX1AfFhbVbSPOIAKAVvNoddrWFHaJ1AxlsIPA0=";
  };