faugus-launcher: 1.9.10 -> 1.10.4

This commit is contained in:
R. Ryantm
2025-11-15 13:00:18 +00:00
parent 042d0c7f69
commit ccf717d15d

View File

@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication rec {
pname = "faugus-launcher";
version = "1.9.10";
version = "1.10.4";
pyproject = false;
src = fetchFromGitHub {
owner = "Faugus";
repo = "faugus-launcher";
tag = version;
hash = "sha256-XYEqC+vqB8dHGxDZQnyYEG2FgxfOakXB0u0OrIwsf0k=";
hash = "sha256-FmbAlvjzUEjKDFEI1O9TJGpKl8/WJaCYUVT75+oG2vc=";
};
nativeBuildInputs = [