theforceengine: 1.22.300 -> 1.22.410

This commit is contained in:
R. Ryantm
2025-09-09 10:27:03 +00:00
parent ef9cd0e498
commit f7aea13d15
+2 -2
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "theforceengine";
version = "1.22.300";
version = "1.22.410";
src = fetchFromGitHub {
owner = "luciusDXL";
repo = "TheForceEngine";
tag = "v${finalAttrs.version}";
hash = "sha256-m/VNlcuvpJkcfTpL97gCUTQtdAWqimVrhU0qLj0Erck=";
hash = "sha256-ydZ/S6u3UQNeVRTfzjshlNzLRc1y3FXsTY2NXbUoJBA=";
};
nativeBuildInputs = [