sc-controller: 0.5.2 -> 0.5.3

This commit is contained in:
R. Ryantm
2025-09-26 22:47:13 +00:00
parent 5315811166
commit cf8f4b1938
+2 -2
View File
@@ -20,14 +20,14 @@
python3Packages.buildPythonApplication rec {
pname = "sc-controller";
version = "0.5.2";
version = "0.5.3";
format = "setuptools";
src = fetchFromGitHub {
owner = "C0rn3j";
repo = "sc-controller";
tag = "v${version}";
hash = "sha256-w7jVh0d8u6csXOQ6pjUCSD3R/qFVqTa2gcGa47pqn/0=";
hash = "sha256-iieSKUTZwb1cInh/hz2cDvUFHf3p9Y5E4kR+YyZoNxI=";
};
nativeBuildInputs = [