Skip to content

Commit

Permalink
kodiPackages.visualization-waveform: 21.0.1 -> 21.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 31, 2025
1 parent 4e5fe0f commit 0762e82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
buildKodiBinaryAddon rec {
pname = "visualization-waveform";
namespace = "visualization.waveform";
version = "21.0.1";
version = "21.0.2";

src = fetchFromGitHub {
owner = "xbmc";
repo = namespace;
rev = "${version}-${rel}";
hash = "sha256-ocLiDt9Fvwb/KvCsULyWRCNK0vOGMh/r88PRn1WYyXs=";
hash = "sha256-RiFPR0nlyrnHzHBosvU+obbdtHXjdgMtxscQTcQ7kLw=";
};

extraBuildInputs = [
Expand Down

0 comments on commit 0762e82

Please sign in to comment.