faugus-launcher: 1.15.1 -> 1.15.2

This commit is contained in:
RoGreat
2026-02-23 00:33:28 -06:00
parent b566fecbfb
commit 7bcf16533f
+2 -3
View File
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "faugus-launcher";
version = "1.15.1";
version = "1.15.2";
pyproject = false;
src = fetchFromGitHub {
owner = "Faugus";
repo = "faugus-launcher";
tag = finalAttrs.version;
hash = "sha256-bqXmYR1+Df2JXR5SUtFMSo9J3/54lQ1f40KotsJ/vuQ=";
hash = "sha256-sfLgwy52yrOWpl+T2BElxDWBkma+wh0keUz9oVtL6LA=";
};
nativeBuildInputs = [
@@ -40,7 +40,6 @@ python3Packages.buildPythonApplication (finalAttrs: {
];
dependencies = with python3Packages; [
filelock
pillow
psutil
pygobject3