gifsicle: 1.92 -> 1.93
This commit is contained in:
parent
e63e5bd373
commit
16304106ec
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ with lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gifsicle";
|
pname = "gifsicle";
|
||||||
version = "1.92";
|
version = "1.93";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.lcdf.org/gifsicle/${pname}-${version}.tar.gz";
|
url = "https://www.lcdf.org/gifsicle/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0rffpzxcak19k6cngpxn73khvm3z1gswrqs90ycdzzb53p05ddas";
|
sha256 = "sha256-kvZweXMr9MHaCH5q4JBSBYRuWsd3ulyqZtEqc6qUNEc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = optionals gifview [ xorgproto libXt libX11 ];
|
buildInputs = optionals gifview [ xorgproto libXt libX11 ];
|
||||||
|
|
Loading…
Reference in a new issue