Skip to content

Commit

Permalink
gifski: 0.10.2 -> 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 16, 2020
1 parent 342eaba commit fa5ee6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/graphics/gifski/default.nix
Expand Up @@ -2,16 +2,16 @@

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

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

cargoSha256 = "0k7pzcll7hn2a354vviyj8dr0kq63cwsldgv303kwklmxji02d0v";
cargoSha256 = "0khfkh1ylqv4v5dsb4hsha5fh3b62hcvkp3swplv64h626p3q54s";

nativeBuildInputs = [ pkgconfig ];

Expand Down

0 comments on commit fa5ee6e

Please sign in to comment.