mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
Merge pull request #270780 from figsoda/gifski
gifski: 1.13.0 -> 1.31.1
This commit is contained in:
commit
b0d682a977
2
pkgs/tools/graphics/gifski/Cargo.lock
generated
2
pkgs/tools/graphics/gifski/Cargo.lock
generated
@ -318,7 +318,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gifski"
|
name = "gifski"
|
||||||
version = "1.13.0"
|
version = "1.13.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"crossbeam-channel",
|
"crossbeam-channel",
|
||||||
|
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "gifski";
|
pname = "gifski";
|
||||||
version = "1.13.0";
|
version = "1.31.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ImageOptim";
|
owner = "ImageOptim";
|
||||||
repo = "gifski";
|
repo = "gifski";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-Ij+bgL935uLCZeh8GQnTFlPIuUloNCn8LUdvMd+6okM=";
|
hash = "sha256-JzQReCX1AfFhbVbSPOIAKAVvNoddrWFHaJ1AxlsIPA0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
@ -44,6 +44,11 @@ rustPlatform.buildRustPackage rec {
|
|||||||
#
|
#
|
||||||
checkType = "debug";
|
checkType = "debug";
|
||||||
|
|
||||||
|
# Cargo.lock is outdated
|
||||||
|
postPatch = ''
|
||||||
|
cargo metadata --offline
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "GIF encoder based on libimagequant (pngquant)";
|
description = "GIF encoder based on libimagequant (pngquant)";
|
||||||
homepage = "https://gif.ski/";
|
homepage = "https://gif.ski/";
|
||||||
|
Loading…
Reference in New Issue
Block a user