beets: use unstableGitUpdater
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
, pythonPackages, imagemagick, gobject-introspection, gst_all_1
|
, pythonPackages, imagemagick, gobject-introspection, gst_all_1
|
||||||
, runtimeShell
|
, runtimeShell
|
||||||
, fetchpatch
|
, fetchpatch
|
||||||
|
, unstableGitUpdater
|
||||||
|
|
||||||
# Attributes needed for tests of the external plugins
|
# Attributes needed for tests of the external plugins
|
||||||
, callPackage, beets
|
, callPackage, beets
|
||||||
@@ -290,6 +291,7 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
externalPlugins = plugins;
|
externalPlugins = plugins;
|
||||||
|
updateScript = unstableGitUpdater { url = "https://github.com/beetbox/beets"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user