about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2020-02-28 19:29:02 +0000
committerGitHub <noreply@github.com>2020-02-28 19:29:02 +0000
commit71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e (patch)
tree320ca72a714237c610c126c1f360ad31e488000f
parent16607350762dcd913b4c70fab3f9287bcc8f5d24 (diff)
parentf150d16ab4bb3d20a72e905562c7b890ab1c425a (diff)
downloadnixlib-71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e.tar
nixlib-71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e.tar.gz
nixlib-71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e.tar.bz2
nixlib-71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e.tar.lz
nixlib-71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e.tar.xz
nixlib-71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e.tar.zst
nixlib-71d5e1595c1c10ccc0ccffdc7a1cf42919a82d3e.zip
Merge pull request #81308 from r-ryantm/auto-update/geoclue
geoclue2: 2.5.5 -> 2.5.6
-rw-r--r--pkgs/development/libraries/geoclue/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/geoclue/default.nix b/pkgs/development/libraries/geoclue/default.nix
index 8d94dacbb61b..da76c6dfedcf 100644
--- a/pkgs/development/libraries/geoclue/default.nix
+++ b/pkgs/development/libraries/geoclue/default.nix
@@ -7,14 +7,14 @@ with stdenv.lib;
 
 stdenv.mkDerivation rec {
   pname = "geoclue";
-  version = "2.5.5";
+  version = "2.5.6";
 
   src = fetchFromGitLab {
     domain = "gitlab.freedesktop.org";
     owner = pname;
     repo = pname;
     rev = version;
-    sha256 = "0a8wmf5v3x4035ixz9jypj7c6qknvs6gjv2zawa3msq1j75rf2r5";
+    sha256 = "13fk6n4j74lvcsrg3kwbw1mkxgcr3iy9dnysmy0pclfsym8z5m5m";
   };
 
   patches = [
@@ -58,7 +58,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Geolocation framework and some data providers";
-    homepage = https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home;
+    homepage = "https://gitlab.freedesktop.org/geoclue/geoclue/wikis/home";
     maintainers = with maintainers; [ raskin ];
     platforms = with platforms; linux ++ darwin;
     license = licenses.lgpl2;