From 8094392757e2ba0b73d7eea14a8dc4e61924c1ff Mon Sep 17 00:00:00 2001 From: Bernardo Meurer Date: Sun, 31 Jan 2021 18:27:37 -0800 Subject: beets: use unstableGitUpdater --- pkgs/tools/audio/beets/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = { -- cgit v1.2.3