Skip to content

Commit c8484eb

Browse files
authored
Merge pull request #4058 from khaneliman/cava
2 parents 913e066 + bf4f3ab commit c8484eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: nix/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66
let
77
libcava = rec {
8-
version = "0.10.3";
8+
version = "0.10.4";
99
src = pkgs.fetchFromGitHub {
1010
owner = "LukashonakV";
1111
repo = "cava";
12-
rev = version;
13-
hash = "sha256-ZDFbI69ECsUTjbhlw2kHRufZbQMu+FQSMmncCJ5pagg=";
12+
tag = version;
13+
hash = "sha256-9eTDqM+O1tA/3bEfd1apm8LbEcR9CVgELTIspSVPMKM=";
1414
};
1515
};
1616
in

0 commit comments

Comments
 (0)