kodiPackages.controller-topology-project: 1.0.8 -> 1.0.11

This commit is contained in:
R. Ryantm
2026-05-15 07:46:16 +00:00
parent 9885d46f50
commit 031198f255
@@ -8,13 +8,13 @@
let
drv = stdenv.mkDerivation rec {
pname = "controller-topology-project";
version = "1.0.8";
version = "1.0.11";
src = fetchFromGitHub {
owner = "kodi-game";
repo = "controller-topology-project";
rev = "v${version}";
sha256 = "sha256-hYakxkGAF6kh2nTLwKdnLVqtQLvEgayvexTfqvfoLuw=";
sha256 = "sha256-P3kfYEAK8j9GMNAujHYjeDzPrAQfSS/VKBsiJTjR5tI=";
};
postPatch = ''