theforceengine: 1.22.200 -> 1.22.300 (#396005)

Co-authored-by: devusb <devusb@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-07 03:03:09 +00:00 committed by GitHub
commit 0ac36d05a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,13 +22,13 @@ let
in
stdenv.mkDerivation rec {
pname = "theforceengine";
version = "1.22.200";
version = "1.22.300";
src = fetchFromGitHub {
owner = "luciusDXL";
repo = "TheForceEngine";
rev = "v${version}";
hash = "sha256-Mvp9VrPk36wNTUwNQT83JPOEO72Xhqmhkn3/KfZhQX4=";
hash = "sha256-m/VNlcuvpJkcfTpL97gCUTQtdAWqimVrhU0qLj0Erck=";
};
nativeBuildInputs = [