beets: use unstableGitUpdater
This commit is contained in:
parent
5b896d3797
commit
8094392757
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue