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 9aa1e31 commit 7d27278Copy full SHA for 7d27278
1 file changed
pkgs/applications/video/kodi/addons/visualization-waveform/default.nix
@@ -3,13 +3,13 @@
3
buildKodiBinaryAddon rec {
4
pname = "visualization-waveform";
5
namespace = "visualization.waveform";
6
- version = "19.0.3";
+ version = "20.2.1";
7
8
src = fetchFromGitHub {
9
owner = "xbmc";
10
repo = namespace;
11
rev = "${version}-${rel}";
12
- hash = "sha256-3mTfL1UjPLDKardJy4IDNyzvHnkF//4nmWInOxP/XhQ=";
+ hash = "sha256-e1SIpMmfnS92X4f114MKch4o9Ke80aIzw6OQPrEb8d0=";
13
};
14
15
extraBuildInputs = [ pkg-config libGL ];
0 commit comments