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,11 +2,11 @@
stdenv.mkDerivation rec {
name = "mate-user-guide-${version}";
version = "1.18.0";
version = "1.20.0";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "0f3b46r9a3cywm7rpj08xlkfnlfr9db58xfcpix8i33qp50fxqmb";
sha256 = "1n1rlvymz8k7vvjmd9qkv26wz3770w1ywsa41kbisbfp9x7mr0w2";
};
nativeBuildInputs = [ itstool intltool libxml2 ];