Commit 664a5250 authored by figsoda's avatar figsoda Committed by github-actions[bot]
Browse files

gifski: fix version

(cherry picked from commit 419a57cc)
parent d1946517
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=";
  };