nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

gifsicle: 1.95 -> 1.96

Changelog: https://www.lcdf.org/gifsicle/changes.html

+2 -2
+2 -2
pkgs/by-name/gi/gifsicle/package.nix
··· 11 11 12 12 stdenv.mkDerivation rec { 13 13 pname = "gifsicle"; 14 - version = "1.95"; 14 + version = "1.96"; 15 15 16 16 src = fetchurl { 17 17 url = "https://www.lcdf.org/gifsicle/gifsicle-${version}.tar.gz"; 18 - hash = "sha256-snEWRwCf0qExMPO+FgUy7UZTjnYr/A8CDepQYYp9yVA="; 18 + hash = "sha256-/SPSeWgabf48FSZOM/NEBFs7pHPaTRn0nmelCZSwd/s="; 19 19 }; 20 20 21 21 buildInputs = lib.optionals gifview [