gifski: fix version

This commit is contained in:
figsoda 2023-11-29 00:10:07 -05:00
parent f85a5a0ffa
commit 419a57cc60

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