kodiPackages.visualization-goom: 20.1.1 -> 21.0.1

This commit is contained in:
R. Ryantm
2025-01-19 00:24:09 +00:00
parent 1545201579
commit 469a0aa1be
@@ -11,13 +11,13 @@
buildKodiBinaryAddon rec {
pname = "visualization-goom";
namespace = "visualization.goom";
version = "20.1.1";
version = "21.0.1";
src = fetchFromGitHub {
owner = "xbmc";
repo = namespace;
rev = "${version}-${rel}";
hash = "sha256-TxXqJQdPT1+3DwAJv0F2Hfksh+ZV4QjfOnp4/k53GpQ=";
hash = "sha256-Cu0XRv2iU35bakbS5JkjSYAW5Enra1gt1I0sebcapx4=";
};
extraBuildInputs = [