Merge pull request #117647 from lovesegfault/beets-2021-03-24
beets: unstable-2021-03-08 -> unstable-2021-03-24
This commit is contained in:
commit
6d7fcb093b
@ -73,7 +73,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
pluginsWithoutDeps = [
|
pluginsWithoutDeps = [
|
||||||
"bench" "bpd" "bpm" "bucket" "cue" "duplicates" "edit" "embedart"
|
"bareasc" "bench" "bpd" "bpm" "bucket" "duplicates" "edit" "embedart"
|
||||||
"export" "filefilter" "fish" "freedesktop" "fromfilename" "ftintitle" "fuzzy"
|
"export" "filefilter" "fish" "freedesktop" "fromfilename" "ftintitle" "fuzzy"
|
||||||
"hook" "ihate" "importadded" "importfeeds" "info" "inline" "ipfs"
|
"hook" "ihate" "importadded" "importfeeds" "info" "inline" "ipfs"
|
||||||
"mbcollection" "mbsubmit" "mbsync" "metasync" "missing" "parentwork" "permissions" "play"
|
"mbcollection" "mbsubmit" "mbsync" "metasync" "missing" "parentwork" "permissions" "play"
|
||||||
@ -105,13 +105,13 @@ in pythonPackages.buildPythonApplication rec {
|
|||||||
# unstable does not require bs1770gain[2].
|
# unstable does not require bs1770gain[2].
|
||||||
# [1]: https://discourse.beets.io/t/forming-a-beets-core-team/639
|
# [1]: https://discourse.beets.io/t/forming-a-beets-core-team/639
|
||||||
# [2]: https://github.com/NixOS/nixpkgs/pull/90504
|
# [2]: https://github.com/NixOS/nixpkgs/pull/90504
|
||||||
version = "unstable-2021-03-08";
|
version = "unstable-2021-03-24";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "beetbox";
|
owner = "beetbox";
|
||||||
repo = "beets";
|
repo = "beets";
|
||||||
rev = "debd382837ef1d30574c2234710d536bb299f979";
|
rev = "854b4ab48324afe8884fcd11fa47bd6258d2f4f7";
|
||||||
sha256 = "sha256-I6ejW3f72fdzWoz7g4n8pDYz2NiHGrorLegUQhQOSiI=";
|
sha256 = "sha256-y5EWVNF4bd9fNvU6VkucMpenyFZuqdPkrqQDgG9ZPJY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user