1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

gifsicle: 1.94 -> 1.95 (#290244)

This commit is contained in:
R. RyanTM 2024-02-21 01:26:15 -08:00 committed by GitHub
parent fcc8a48e11
commit 0c458695bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "gifsicle";
version = "1.94";
version = "1.95";
src = fetchurl {
url = "https://www.lcdf.org/gifsicle/${pname}-${version}.tar.gz";
sha256 = "sha256-S8lwBcB4liDedfiZl9PC9wdYxyxhqgou8E96Zxov+Js=";
sha256 = "sha256-snEWRwCf0qExMPO+FgUy7UZTjnYr/A8CDepQYYp9yVA=";
};
buildInputs = lib.optionals gifview [ xorgproto libXt libX11 ];