Skip to content

Commit 734a642

Browse files
doronbeharpeterhoeg
authored andcommitted
onedrive: 2.5.5 -> 2.5.6
Diff: abraunegg/onedrive@v2.5.5...v2.5.6
1 parent 31468a1 commit 734a642

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkgs/by-name/on/onedrive/package.nix

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
pkg-config,
1111
sqlite,
1212
stdenv,
13+
dbus,
1314
systemd,
1415
testers,
1516
# Boolean flags
@@ -18,13 +19,13 @@
1819

1920
stdenv.mkDerivation (finalAttrs: {
2021
pname = "onedrive";
21-
version = "2.5.5";
22+
version = "2.5.6";
2223

2324
src = fetchFromGitHub {
2425
owner = "abraunegg";
2526
repo = "onedrive";
2627
rev = "v${finalAttrs.version}";
27-
hash = "sha256-SoTkphmxWVAeSfqO7Vqm8bdPAP1hK57zFNR6N5elEOM=";
28+
hash = "sha256-AFaz1RkrtsdTZfaWobdcADbzsAhbdCzJPkQX6Pa7hN8=";
2829
};
2930

3031
outputs = [
@@ -42,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
4243

4344
buildInputs = [
4445
curl
46+
dbus
4547
libnotify
4648
sqlite
4749
] ++ lib.optionals withSystemd [ systemd ];

0 commit comments

Comments
 (0)