summary refs log tree commit diff
path: root/pkgs/development/libraries/geoclue
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2014-05-19 14:42:38 +0200
committerLuca Bruno <lucabru@src.gnome.org>2014-05-20 13:41:40 +0200
commit380af2be66a379b87683682713c92dc08c9b0855 (patch)
tree15ef00e32cf69cde94606da06b00620333f05871 /pkgs/development/libraries/geoclue
parent288076154f8fbee7c34c5b6d6fb7105f1b144b0b (diff)
downloadnixpkgs-380af2be66a379b87683682713c92dc08c9b0855.tar
nixpkgs-380af2be66a379b87683682713c92dc08c9b0855.tar.gz
nixpkgs-380af2be66a379b87683682713c92dc08c9b0855.tar.bz2
nixpkgs-380af2be66a379b87683682713c92dc08c9b0855.tar.lz
nixpkgs-380af2be66a379b87683682713c92dc08c9b0855.tar.xz
nixpkgs-380af2be66a379b87683682713c92dc08c9b0855.tar.zst
nixpkgs-380af2be66a379b87683682713c92dc08c9b0855.zip
geoclue2: 2.0.0 -> 2.1.8
Diffstat (limited to 'pkgs/development/libraries/geoclue')
-rw-r--r--pkgs/development/libraries/geoclue/2.0.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/libraries/geoclue/2.0.nix b/pkgs/development/libraries/geoclue/2.0.nix
index d799dfb6027..3932fa945c8 100644
--- a/pkgs/development/libraries/geoclue/2.0.nix
+++ b/pkgs/development/libraries/geoclue/2.0.nix
@@ -1,18 +1,18 @@
 { fetchurl, stdenv, intltool, pkgconfig, glib, json_glib, libsoup, geoip
-, dbus, dbus_glib
+, dbus, dbus_glib, networkmanager, modemmanager
 }:
 
 stdenv.mkDerivation rec {
-  name = "geoclue-2.0.0";
+  name = "geoclue-2.1.8";
 
   src = fetchurl {
-    url = "http://www.freedesktop.org/software/geoclue/releases/2.0/${name}.tar.xz";
-    sha256 = "18b7ikdcw2rm04gzw82216shp5m9pghvnsddw233s5jswn2g30ja";
+    url = "http://www.freedesktop.org/software/geoclue/releases/2.1/${name}.tar.xz";
+    sha256 = "05h102110gsxxvmvllssfz7ldjpwrrb5sqg5rbpibys6iy4w1k6m";
   };
 
   buildInputs =
    [ intltool pkgconfig glib json_glib libsoup geoip
-     dbus dbus_glib
+     dbus dbus_glib networkmanager modemmanager
    ];
 
   preConfigure = ''