mate.libmateweather: 1.21.0 -> 1.20.2

This commit is contained in:
worldofpeace 2019-01-14 08:41:35 -05:00
parent e9cf5dee86
commit d5cdfc942d

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libmateweather-${version}";
version = "1.21.0";
version = "1.20.2";
src = fetchurl {
url = "http://pub.mate-desktop.org/releases/${mate.getRelease version}/${name}.tar.xz";
sha256 = "1vj2pgry6wdscdcpwwagqlsjf8rkh4id67iw7d9qk1pfbhb2sznl";
sha256 = "1ksp1xn13m94sjnnrx2dyv7hlbgjbnbahwdyaq35r2419b366hxv";
};
nativeBuildInputs = [ pkgconfig intltool ];