faugus-launcher: 1.15.2 -> 1.15.10 (#495971)

This commit is contained in:
nixpkgs-ci[bot]
2026-03-04 07:46:11 +00:00
committed by GitHub
+2 -2
View File
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "faugus-launcher";
version = "1.15.2";
version = "1.15.10";
pyproject = false;
src = fetchFromGitHub {
owner = "Faugus";
repo = "faugus-launcher";
tag = finalAttrs.version;
hash = "sha256-sfLgwy52yrOWpl+T2BElxDWBkma+wh0keUz9oVtL6LA=";
hash = "sha256-lt9pdGtWCZoiH6/dNtfEtt84qT0xcqumP19IxcyMoEw=";
};
nativeBuildInputs = [