faugus-launcher: 1.9.9 -> 1.9.10 (#459807)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-09 06:03:08 +00:00
committed by GitHub

View File

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