beetsExternalPlugins.alternatives: 0.10.2 -> unstable-2021-02-01
This commit is contained in:
parent
64252b8996
commit
d79b8ade64
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
pname = "beets-alternatives";
|
pname = "beets-alternatives";
|
||||||
version = "0.10.2";
|
version = "unstable-2021-02-01";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "beets-alternatives";
|
repo = "beets-alternatives";
|
||||||
owner = "geigerzaehler";
|
owner = "geigerzaehler";
|
||||||
rev = "v${version}";
|
rev = "288299e3aa9a1602717b04c28696fce5ce4259bf";
|
||||||
sha256 = "1dsz94fb29wra1f9580w20bz2f1bgkj4xnsjgwgbv14flbfw4bp0";
|
sha256 = "sha256-Xl7AHr33hXQqQDuFbWuj8HrIugeipJFPmvNXpCkU/mI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -23,10 +23,10 @@ pythonPackages.buildPythonApplication rec {
|
|||||||
mock
|
mock
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = with lib; {
|
||||||
description = "Beets plugin to manage external files";
|
description = "Beets plugin to manage external files";
|
||||||
homepage = "https://github.com/geigerzaehler/beets-alternatives";
|
homepage = "https://github.com/geigerzaehler/beets-alternatives";
|
||||||
maintainers = [ lib.maintainers.aszlig ];
|
maintainers = with maintainers; [ aszlig lovesegfault ];
|
||||||
license = lib.licenses.mit;
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user