Merge pull request #42241 from r-ryantm/auto-update/libmateweather

mate.libmateweather: 1.20.0 -> 1.20.1
This commit is contained in:
Jörg Thalheim 2018-06-21 00:56:51 +01:00 committed by GitHub
commit b77a57b78b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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