mate-themes: update from 1.6.2 to 1.6.3

This commit is contained in:
宋文武
2014-05-02 21:31:05 +02:00
committed by Bjørn Forsman
parent 4080e415ca
commit f6b989e6f3
+3 -3
View File
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, intltool, iconnamingutils, gtk2 }:
stdenv.mkDerivation {
name = "mate-themes-1.6.2";
name = "mate-themes-1.6.3";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/1.6/mate-themes-1.6.2.tar.xz";
sha256 = "145mjdijjvkpjjgqdfwjp30jvvs0qzxlnh15q6mig8df6drg5fn6";
url = "http://pub.mate-desktop.org/releases/1.6/mate-themes-1.6.3.tar.xz";
sha256 = "1wakr9z3byw1yvnbaxg8cpfhp1bp1fmnaz742738m0fx6bzznj9i";
};
buildInputs = [ pkgconfig intltool iconnamingutils gtk2 ];