We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138a572 commit 33e9c10Copy full SHA for 33e9c10
pkgs/tools/audio/beets/default.nix
@@ -39,12 +39,12 @@ lib.makeExtensible (self: {
39
40
beets-unstable = callPackage ./common.nix {
41
inherit python3Packages;
42
- version = "2.0.0-unstable-2024-05-25";
+ version = "2.2.0-unstable-2024-12-02";
43
src = fetchFromGitHub {
44
owner = "beetbox";
45
repo = "beets";
46
- rev = "2130404217684f22f36de00663428602b3f96d84";
47
- hash = "sha256-trqF6YVBcv+i5H4Ez3PKnRQ6mV2Ly/cw3UJC7pl19og=";
+ rev = "f92c0ec8b14fbd59e58374fd123563123aef197b";
+ hash = "sha256-jhwXRgUUQJgQ/PLwvY1UfHCJ9UC8DcdBpE/janao0RM=";
48
};
49
extraPatches = [
50
# Bash completion fix for Nix
0 commit comments