vikunja-desktop: fix updateScript

This commit is contained in:
kolaente
2026-02-09 16:34:22 +01:00
parent d729c2664c
commit 04266b0d32
+2 -4
View File
@@ -7,7 +7,7 @@
pnpmConfigHook,
nodejs,
electron,
unstableGitUpdater,
nix-update-script,
fetchFromGitHub,
fetchPnpmDeps,
vikunja,
@@ -94,9 +94,7 @@ stdenv.mkDerivation (finalAttrs: {
true
'';
passthru.updateScript = unstableGitUpdater {
url = "${src.meta.homepage}.git";
};
passthru.updateScript = nix-update-script { };
# The desktop item properties should be kept in sync with data from upstream:
desktopItem = makeDesktopItem {