hicolor-icon-theme: 0.15 -> 0.17

This commit is contained in:
Tim Steinbach 2018-02-25 12:53:06 -05:00
parent fdadd971be
commit 45fcaa64ef
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "hicolor-icon-theme-0.15";
name = "hicolor-icon-theme-0.17";
src = fetchurl {
url = "http://icon-theme.freedesktop.org/releases/${name}.tar.xz";
sha256 = "1k1kf2c5zbqh31nglc3nxs9j6wr083k9kjyql8p22ccc671mmi4w";
sha256 = "1n59i3al3zx6p90ff0l43gzpzmlqnzm6hf5cryxqrlbi48sq8x1i";
};
setupHook = ./setup-hook.sh;