summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernardo Meurer <bernardo@meurer.org>2021-01-31 18:27:37 -0800
committerBernardo Meurer <bernardo@meurer.org>2021-01-31 18:27:37 -0800
commit8094392757e2ba0b73d7eea14a8dc4e61924c1ff (patch)
treef286498956be49c22c9583ea16855a4e9c9215f3
parent5b896d3797461b5ab14be09c0cc3c8599e1f51b3 (diff)
beets: use unstableGitUpdater
-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 = {