gifski: fix version
This commit is contained in:
parent
f85a5a0ffa
commit
419a57cc60
@ -7,12 +7,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "gifski";
|
pname = "gifski";
|
||||||
version = "1.31.1";
|
version = "1.13.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ImageOptim";
|
owner = "ImageOptim";
|
||||||
repo = "gifski";
|
repo = "gifski";
|
||||||
rev = version;
|
# rev = version;
|
||||||
|
rev = "1.31.1"; # upstream tagged incorrectly
|
||||||
hash = "sha256-JzQReCX1AfFhbVbSPOIAKAVvNoddrWFHaJ1AxlsIPA0=";
|
hash = "sha256-JzQReCX1AfFhbVbSPOIAKAVvNoddrWFHaJ1AxlsIPA0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user