tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
beets: 1.3.13 -> 1.3.14
koral
10 years ago
d3723b30
f423ba38
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
audio
beets
default.nix
+3
-3
pkgs/tools/audio/beets/default.nix
···
44
44
pluginsWithoutDeps = [
45
45
"bench" "bpd" "bpm" "bucket" "convert" "cue" "duplicates" "embedart"
46
46
"filefilter" "freedesktop" "fromfilename" "ftintitle" "fuzzy" "ihate"
47
47
-
"importadded" "importfeeds" "info" "inline" "keyfinder" "lyrics"
47
47
+
"importadded" "importfeeds" "info" "inline" "ipfs" "keyfinder" "lyrics"
48
48
"mbcollection" "mbsync" "metasync" "missing" "permissions" "play"
49
49
"plexupdate" "random" "rewrite" "scrub" "smartplaylist" "spotify" "the"
50
50
"types" "zero"
···
60
60
61
61
in buildPythonPackage rec {
62
62
name = "beets-${version}";
63
63
-
version = "1.3.13";
63
63
+
version = "1.3.14";
64
64
namePrefix = "";
65
65
66
66
src = fetchFromGitHub {
67
67
owner = "sampsyo";
68
68
repo = "beets";
69
69
rev = "v${version}";
70
70
-
sha256 = "05gnp0y3n1jl7fnyslx56x2lsp8f4mv3xwy7gbyghax0vs3ccfvl";
70
70
+
sha256 = "0bha101x1wdrl2hj31fhixm3hp7ahdm2064b9k5gg0ywm651128g";
71
71
};
72
72
73
73
propagatedBuildInputs = [