Merge pull request #270819 from figsoda/gifski

gifski: fix version
This commit is contained in:
Mario Rodas 2023-11-29 03:16:50 -05:00 committed by GitHub
commit ef9a4d3b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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=";
};