faugus-launcher: 1.9.6 -> 1.9.9 (#457587)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-01 19:43:43 +00:00
committed by GitHub

View File

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