theforceengine: 1.09.100 -> 1.09.200

This commit is contained in:
R. Ryantm 2023-05-28 09:08:32 +00:00
parent cd567da64a
commit 02edbf8c09

View file

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "theforceengine";
version = "1.09.100";
version = "1.09.200";
src = fetchFromGitHub {
owner = "luciusDXL";
repo = "TheForceEngine";
rev = "v${version}";
sha256 = "sha256-nw9yp/StaSi5thafVT1V5YA2ZCYGWNoHUvQTpK90Foc=";
sha256 = "sha256-r3fNhiPl6fjrIbdLoNIyTETw3lpPZCQYlTA2QJgiDgw=";
};
nativeBuildInputs = [