mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
gifsicle: 1.95 -> 1.96
Changelog: https://www.lcdf.org/gifsicle/changes.html
This commit is contained in:
parent
ce71b20882
commit
f28d05b85e
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gifsicle";
|
||||
version = "1.95";
|
||||
version = "1.96";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.lcdf.org/gifsicle/gifsicle-${version}.tar.gz";
|
||||
hash = "sha256-snEWRwCf0qExMPO+FgUy7UZTjnYr/A8CDepQYYp9yVA=";
|
||||
hash = "sha256-/SPSeWgabf48FSZOM/NEBFs7pHPaTRn0nmelCZSwd/s=";
|
||||
};
|
||||
|
||||
buildInputs = lib.optionals gifview [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue