faugus-launcher: 1.11.3 -> 1.11.4

This commit is contained in:
R. Ryantm
2025-12-17 15:09:10 +00:00
parent 5c68707ede
commit 84e29f7824
+2 -2
View File
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication rec {
pname = "faugus-launcher";
version = "1.11.3";
version = "1.11.4";
pyproject = false;
src = fetchFromGitHub {
owner = "Faugus";
repo = "faugus-launcher";
tag = version;
hash = "sha256-lmQctCjWKBdEtALIdasQ6M3KwB89mmwier8VqecnmzE=";
hash = "sha256-zkrjZnsugpdG7SAkSAt3OicxIr2fA1j1/Lyh0lRScWA=";
};
nativeBuildInputs = [