onedriver: bump to fuse3

This commit is contained in:
Luca Ruperto
2026-06-07 21:59:53 +02:00
parent ba50ee473c
commit 4b9186cb1c
+3 -3
View File
@@ -5,7 +5,7 @@
pkg-config,
webkitgtk_4_1,
glib,
fuse,
fuse3,
installShellFiles,
wrapGAppsHook3,
glib-networking,
@@ -34,7 +34,7 @@ buildGoModule {
buildInputs = [
webkitgtk_4_1
glib
fuse
fuse3
glib-networking
];
@@ -63,7 +63,7 @@ buildGoModule {
substituteInPlace $out/lib/systemd/user/onedriver@.service \
--replace-fail "/usr/bin/onedriver" "$out/bin/onedriver" \
--replace-fail "/usr/bin/fusermount" "${wrapperDir}/fusermount"
--replace-fail "/usr/bin/fusermount3" "${wrapperDir}/fusermount3"
'';
meta = {