mate: update to release 1.20

This commit is contained in:
José Romildo Malaquias
2018-02-13 23:22:51 -02:00
parent 6c687120da
commit b374fbf2fa
39 changed files with 78 additions and 78 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "mate-themes-${version}";
version = "3.22.14";
version = "3.22.15";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/themes/${mate.getRelease version}/${name}.tar.xz";
sha256 = "09fqvlnmrvc73arl7jv9ygkxi46lw7c1q8qra6w3ap7x83f9zdak";
sha256 = "0cmlbj6vlkavdirc5xnsgwmy0m11bj9yrbv1dkq46n1s23rvv6wg";
};
nativeBuildInputs = [ pkgconfig intltool ];