Merge pull request #135064 from r-ryantm/auto-update/beets

beets: unstable-2021-05-13 -> 1.5.0

authored by

Sandro and committed by
GitHub
1fde39d9 7b1d58c8

+3 -9
+3 -9
pkgs/tools/audio/beets/default.nix
··· 100 100 101 101 in pythonPackages.buildPythonApplication rec { 102 102 pname = "beets"; 103 - # While there is a stable version, 1.4.9, it is more than 1000 commits behind 104 - # master and lacks many bug fixes and improvements[1]. Also important, 105 - # unstable does not require bs1770gain[2]. 106 - # [1]: https://discourse.beets.io/t/forming-a-beets-core-team/639 107 - # [2]: https://github.com/NixOS/nixpkgs/pull/90504 108 - version = "unstable-2021-05-13"; 103 + version = "1.5.0"; 109 104 110 105 src = fetchFromGitHub { 111 106 owner = "beetbox"; 112 107 repo = "beets"; 113 - rev = "1faa41f8c558d3f4415e5e48cf4513d50b466d34"; 114 - sha256 = "sha256-P0bV7WNqCYe9+3lqnFmAoRlb2asdsBUjzRMc24RngpU="; 108 + rev = "v${version}"; 109 + sha256 = "sha256-yQMCJUwpjDDhPffBS6LUq6z4iT1VyFQE0R27XEbYXbY="; 115 110 }; 116 111 117 112 propagatedBuildInputs = [ ··· 266 261 passthru = { 267 262 # FIXME: remove in favor of pkgs.beetsExternalPlugins 268 263 externalPlugins = beetsExternalPlugins; 269 - updateScript = unstableGitUpdater { url = "https://github.com/beetbox/beets"; }; 270 264 }; 271 265 272 266 meta = with lib; {