faugus-launcher: 1.22.6 -> 1.22.8 (#539837)

This commit is contained in:
nixpkgs-ci[bot]
2026-07-09 17:51:06 +00:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "faugus-launcher";
version = "1.22.6";
version = "1.22.8";
pyproject = false;
src = fetchFromGitHub {
owner = "Faugus";
repo = "faugus-launcher";
tag = finalAttrs.version;
hash = "sha256-hN0DU7MFlG8+TVQ2pWRRIVIDlmmHE54Dv/PqFAwwECs=";
hash = "sha256-2FsuD40u5O7VwbziTqhsfVyceyfmSRvdmsizfBy/Xys=";
};
nativeBuildInputs = [