faugus-launcher: 1.9.9 -> 1.9.10

This commit is contained in:
R. Ryantm
2025-11-08 16:46:33 +00:00
parent 8d35636e60
commit 05298556c4

View File

@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "faugus-launcher"; pname = "faugus-launcher";
version = "1.9.9"; version = "1.9.10";
pyproject = false; pyproject = false;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Faugus"; owner = "Faugus";
repo = "faugus-launcher"; repo = "faugus-launcher";
tag = version; tag = version;
hash = "sha256-4ySI6j74DmeHAKtIYuAp+dnmyz9/gc6cQomcfP6V5IM="; hash = "sha256-XYEqC+vqB8dHGxDZQnyYEG2FgxfOakXB0u0OrIwsf0k=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [