hicolor_icon_theme: 0.14 -> 0.15

This commit is contained in:
Tobias Geerinckx-Rice 2016-05-03 04:31:20 +02:00
parent 49fd7d9d08
commit 078f14e058
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99

View File

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