Merge pull request #39051 from r-ryantm/auto-update/geoclue

geoclue2: 2.4.7 -> 2.4.8
This commit is contained in:
Matthew Justin Bauer
2018-04-17 12:04:21 -05:00
committed by GitHub

View File

@@ -5,11 +5,11 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "geoclue-2.4.7";
name = "geoclue-2.4.8";
src = fetchurl {
url = "http://www.freedesktop.org/software/geoclue/releases/2.4/${name}.tar.xz";
sha256 = "19hfmr8fa1js8ynazdyjxlyrqpjn6m1719ay70ilga4rayxrcyyi";
sha256 = "08yg1r7m0n9hwyvcy769qkmkf8lslqwv69cjfffwnc3zm5km25qj";
};
outputs = [ "out" "dev" ];