kodiPackages.visualization-shadertoy: 20.3.0 -> 21.0.2 (#374942)
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
buildKodiBinaryAddon rec {
|
||||
pname = "visualization-shadertoy";
|
||||
namespace = "visualization.shadertoy";
|
||||
version = "20.3.0";
|
||||
version = "21.0.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "xbmc";
|
||||
repo = namespace;
|
||||
rev = "${version}-${rel}";
|
||||
hash = "sha256-PaHbEcB4gCC8gUzc7T49msI8f0xa2iXqSaYW/eqD8yw=";
|
||||
hash = "sha256-M70WQL4BqFI4LMFLBXlupuXxRkbTqA0OocYlCbY28VQ=";
|
||||
};
|
||||
|
||||
extraBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user