sc-controller: 0.4.8.13 -> 0.4.8.17

The Ryochan7's fork has been archived, development continues over at
C0rn3j's fork. Hopefully this will me merged into the official
project sooner or later...

(cherry picked from commit 6ac745ef3c)
This commit is contained in:
rnhmjoj 2024-06-28 22:20:50 +02:00 committed by github-actions[bot]
parent 909189bbe6
commit 0e13c1bc52

View File

@ -8,13 +8,13 @@
buildPythonApplication rec {
pname = "sc-controller";
version = "0.4.8.13";
version = "0.4.8.17";
src = fetchFromGitHub {
owner = "Ryochan7";
owner = "C0rn3j";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-vK/5S+GyqVfKTqn5PaPmOV/tXE9PIW57gqYxvhGaJSg=";
rev = "v${version}";
sha256 = "sha256-arBdPrFtdllWMn1KuZ+PlENiJ0oRPVbgVjbef+pv+IE=";
};
nativeBuildInputs = [ wrapGAppsHook3 gobject-introspection ];