beets: use unstableGitUpdater

wip/yesman
Bernardo Meurer 3 years ago
parent 5b896d3797
commit 8094392757
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246
  1. 2
      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 = {

Loading…
Cancel
Save