theforceengine: 1.22.410 -> 1.22.420

This commit is contained in:
R. Ryantm
2025-09-20 13:10:01 +00:00
parent 7f00372bac
commit ba891586c5
+2 -2
View File
@@ -17,13 +17,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "theforceengine";
version = "1.22.410";
version = "1.22.420";
src = fetchFromGitHub {
owner = "luciusDXL";
repo = "TheForceEngine";
tag = "v${finalAttrs.version}";
hash = "sha256-ydZ/S6u3UQNeVRTfzjshlNzLRc1y3FXsTY2NXbUoJBA=";
hash = "sha256-8JhaCIJgyaikoDLesshKiIhOO6OFis0xBYDq4vio4F4=";
};
nativeBuildInputs = [