kodiPackages.controller-topology-project: 1.0.13 -> 1.0.14

This commit is contained in:
R. Ryantm
2026-08-23 19:04:45 +00:00
parent 941ede61f9
commit 6157887fae

View File

@@ -8,13 +8,13 @@
let
drv = stdenv.mkDerivation rec {
pname = "controller-topology-project";
version = "1.0.13";
version = "1.0.14";
src = fetchFromGitHub {
owner = "kodi-game";
repo = "controller-topology-project";
rev = "v${version}";
sha256 = "sha256-i620L/ctKPaARgPDoXB+Pdii42KXe4WO+2Bnge0ZnrY=";
sha256 = "sha256-GfEnCx1DewxHipzblMBtnl2dsLewr87qLEi6R3CYh6Q=";
};
postPatch = ''