summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/tools/audio/beets/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/audio/beets/default.nix b/pkgs/tools/audio/beets/default.nix
index f72692c845c7..c4a8930f58e3 100644
--- a/pkgs/tools/audio/beets/default.nix
+++ b/pkgs/tools/audio/beets/default.nix
@@ -2,6 +2,7 @@
, pythonPackages, imagemagick, gobject-introspection, gst_all_1
, runtimeShell
, fetchpatch
+, unstableGitUpdater
# Attributes needed for tests of the external plugins
, callPackage, beets
@@ -290,6 +291,7 @@ in pythonPackages.buildPythonApplication rec {
passthru = {
externalPlugins = plugins;
+ updateScript = unstableGitUpdater { url = "https://github.com/beetbox/beets"; };
};
meta = {