geoclue2: 2.4.1 -> 2.4.2

This commit is contained in:
Tobias Geerinckx-Rice 2016-03-09 04:17:17 +01:00
parent 83766949c1
commit cc53e62644

View File

@ -3,11 +3,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "geoclue-2.4.1"; name = "geoclue-2.4.2";
src = fetchurl { src = fetchurl {
url = "http://www.freedesktop.org/software/geoclue/releases/2.4/${name}.tar.xz"; url = "http://www.freedesktop.org/software/geoclue/releases/2.4/${name}.tar.xz";
sha256 = "1m1l1npdv804m98xhfpd1wl1whrrp2pjivliwwlnyk86yq0gs6cs"; sha256 = "0g4krigdaf5ipkp4mi16rca62crr8pdk3wkhm0fxbcqnil75fyy4";
}; };
buildInputs = buildInputs =
@ -23,10 +23,10 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ dbus dbus_glib glib ]; propagatedBuildInputs = [ dbus dbus_glib glib ];
meta = { meta = with stdenv.lib; {
description = "Geolocation framework and some data providers"; description = "Geolocation framework and some data providers";
maintainers = with stdenv.lib.maintainers; [ raskin garbas ]; maintainers = with maintainers; [ raskin garbas ];
platforms = stdenv.lib.platforms.linux; platforms = platforms.linux;
license = stdenv.lib.licenses.lgpl2; license = licenses.lgpl2;
}; };
} }