pantheon.pantheon-agent-geoclue2: 1.0.5 -> 1.0.6
This commit is contained in:
parent
0ecef48716
commit
6c2cda994d
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue