Skip to content

Commit

Permalink
Merge pull request #80760 from bhipple/auto-update/gifski
Browse files Browse the repository at this point in the history
gifski: 0.9.1 -> 0.10.2
  • Loading branch information
marsam committed Feb 22, 2020
2 parents 6510e08 + eb8ae21 commit 4fc3544
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pkgs/tools/graphics/gifski/default.nix
Expand Up @@ -2,25 +2,22 @@

rustPlatform.buildRustPackage rec {
pname = "gifski";
version = "0.9.1";
version = "0.10.2";

src = fetchFromGitHub {
owner = "ImageOptim";
repo = "gifski";
rev = version;
sha256 = "0dl5725imb2a2s0fskdqlnh2207ryyi2v5gz37cr5mf6khz898p2";
sha256 = "0gsk1pagg89q1mi3d28q6dsnanncwphw9lrb7qybppw0vyvqlqbx";
};

# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;

cargoSha256 = "0wngsd0pmmxlwzxmyp8pvphh1ijs5s9k1mkkv688xpc4b8w0z10j";
cargoSha256 = "0k7pzcll7hn2a354vviyj8dr0kq63cwsldgv303kwklmxji02d0v";

nativeBuildInputs = [ pkgconfig ];

meta = with stdenv.lib; {
description = "GIF encoder based on libimagequant (pngquant)";
homepage = https://gif.ski/;
homepage = "https://gif.ski/";
license = licenses.agpl3;
maintainers = [ maintainers.marsam ];
};
Expand Down

0 comments on commit 4fc3544

Please sign in to comment.