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
@@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mate-menus-${version}";
version = "1.18.1";
version = "1.20.0";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "03fwv0fvg073dmdbrcbpwjhxpj98aqna804m9nqybhvj3cfyhaz6";
sha256 = "1w1k6kdabmabhpqvkizk1si6ri4rmspsbj0252ki834ml0dxpnhg";
};
nativeBuildInputs = [ pkgconfig intltool ];