mate-icon-theme: update from 1.6.1 to 1.6.2
This commit is contained in:
parent
b2fc677345
commit
50bfd93274
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk2, iconnamingutils }:
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk2, iconnamingutils }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "mate-icon-theme-1.6.1";
|
name = "mate-icon-theme-1.6.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://pub.mate-desktop.org/releases/1.6/mate-icon-theme-1.6.1.tar.xz";
|
url = "http://pub.mate-desktop.org/releases/1.6/mate-icon-theme-1.6.2.tar.xz";
|
||||||
sha256 = "154x0mcsvjmz84vi94kjh8hpydny3ab9lbg58wxh1lskmbc2473x";
|
sha256 = "1ahijywk6vj8yyiglqdpc56dkczyj1v99ziblaaclmhi4sxxb5jm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig intltool gtk2 iconnamingutils ];
|
buildInputs = [ pkgconfig intltool gtk2 iconnamingutils ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user