hicolor-icon-theme: 0.13 -> 0.14

This commit is contained in:
William A. Kennington III 2015-03-09 18:34:00 -07:00
parent 4940e643cc
commit fdd2b23c3e

View File

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