gnome2.gnome_icon_theme: 2.91.93 -> 3.12.0
This commit is contained in:
parent
8f9daf0e7b
commit
a0aca4e0c3
@ -1,12 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, iconnamingutils, gtk2 }:
|
{ stdenv, fetchurl, pkgconfig, intltool, iconnamingutils, gtk2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-icon-theme-2.91.93";
|
name = "gnome-icon-theme-3.12.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
#url = "mirror://gnome/sources/gnome-icon-theme/3.4/${name}.tar.xz";
|
url = "mirror://gnome/sources/gnome-icon-theme/3.12/${name}.tar.xz";
|
||||||
url = "mirror://gnome/sources/gnome-icon-theme/2.91/${name}.tar.bz2";
|
sha256 = "0fjh9qmmgj34zlgxb09231ld7khys562qxbpsjlaplq2j85p57im";
|
||||||
sha256 = "cc7f15e54e2640697b58c26e74cc3f6ebadeb4ef6622bffe9c1e6874cc3478d6";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk2 ];
|
nativeBuildInputs = [ pkgconfig intltool iconnamingutils gtk2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user