kodiPackages.screensaver-asteroids: 22.0.2 -> 21.0.2

The tag contains the kodi release name and the combination of
22.0.2-Omega doesn't exist. The right version to use is 21.0.2-Omega,
thus downgrading.
This commit is contained in:
Wolfgang Walther
2025-07-11 22:29:48 +02:00
parent 64ad5c9683
commit 11664c6ec5
@@ -10,13 +10,13 @@
buildKodiBinaryAddon rec {
pname = "screensaver-asteroids";
namespace = "screensaver.asteroids";
version = "22.0.2";
version = "21.0.2";
src = fetchFromGitHub {
owner = "xbmc";
repo = namespace;
rev = "${version}-${rel}";
hash = "sha256-Ri9dgdhJbHybdUkZeRE7X7SQMaV2JZCm7znAyDEa470=";
hash = "sha256-cepo7amJn6y1J9hVSt35VgOz/ixT7l/UfjtmHOajBrw=";
};
extraNativeBuildInputs = [ pkg-config ];