forked from mirrors/nixpkgs
Merge pull request #122904 from lovesegfault/beets-2021-05-13
This commit is contained in:
commit
5d59c3f304
|
@ -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-04-17";
|
version = "unstable-2021-05-13";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "beetbox";
|
owner = "beetbox";
|
||||||
repo = "beets";
|
repo = "beets";
|
||||||
rev = "50163b373f527d1b1f8b2442240ca547e846744e";
|
rev = "1faa41f8c558d3f4415e5e48cf4513d50b466d34";
|
||||||
sha256 = "sha256-l7drav4Qx2JCF+F5OA0s641idcKM3S4Yx2lM2evJQWE=";
|
sha256 = "sha256-P0bV7WNqCYe9+3lqnFmAoRlb2asdsBUjzRMc24RngpU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue