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 = "libmatekbd-${version}";
version = "1.18.2";
version = "1.20.0";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "030bl18qbjm7l92bp1bhs7v82bp8j3mv7c1j1a4gd89iz4611pq3";
sha256 = "1n2zphb3g6ai54nfr0r9s06vn3bmm361xpjga88hmq947fvbpx19";
};
nativeBuildInputs = [ pkgconfig intltool ];