We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31468a1 commit 734a642Copy full SHA for 734a642
pkgs/by-name/on/onedrive/package.nix
@@ -10,6 +10,7 @@
10
pkg-config,
11
sqlite,
12
stdenv,
13
+ dbus,
14
systemd,
15
testers,
16
# Boolean flags
@@ -18,13 +19,13 @@
18
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "onedrive";
- version = "2.5.5";
22
+ version = "2.5.6";
23
24
src = fetchFromGitHub {
25
owner = "abraunegg";
26
repo = "onedrive";
27
rev = "v${finalAttrs.version}";
- hash = "sha256-SoTkphmxWVAeSfqO7Vqm8bdPAP1hK57zFNR6N5elEOM=";
28
+ hash = "sha256-AFaz1RkrtsdTZfaWobdcADbzsAhbdCzJPkQX6Pa7hN8=";
29
};
30
31
outputs = [
@@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
42
43
44
buildInputs = [
45
curl
46
+ dbus
47
libnotify
48
sqlite
49
] ++ lib.optionals withSystemd [ systemd ];
0 commit comments