pantheon.pantheon-agent-geoclue2: 1.0.5 -> 1.0.6

This commit is contained in:
Bobby Rong 2022-10-22 10:11:16 +08:00
parent 0ecef48716
commit 6c2cda994d
No known key found for this signature in database

View file

@ -11,18 +11,19 @@
, libgee
, desktop-file-utils
, geoclue2
, granite
, wrapGAppsHook
}:
stdenv.mkDerivation rec {
pname = "pantheon-agent-geoclue2";
version = "1.0.5";
version = "1.0.6";
src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "0hx3sky0vd2vshkscy3w5x3s18gd45cfqh510xhbmvc0sa32q9gd";
sha256 = "sha256-DvE0/bR4mVfqCw/c/1h75M8DfCiNPZ2h6Jl6ySk1qxs=";
};
nativeBuildInputs = [
@ -36,6 +37,7 @@ stdenv.mkDerivation rec {
buildInputs = [
geoclue2
granite
gtk3
libgee
];