theforceengine: 1.22.200 -> 1.22.300 (#396005)
Co-authored-by: devusb <devusb@users.noreply.github.com>
This commit is contained in:
commit
0ac36d05a6
@ -22,13 +22,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "theforceengine";
|
pname = "theforceengine";
|
||||||
version = "1.22.200";
|
version = "1.22.300";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "luciusDXL";
|
owner = "luciusDXL";
|
||||||
repo = "TheForceEngine";
|
repo = "TheForceEngine";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-Mvp9VrPk36wNTUwNQT83JPOEO72Xhqmhkn3/KfZhQX4=";
|
hash = "sha256-m/VNlcuvpJkcfTpL97gCUTQtdAWqimVrhU0qLj0Erck=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user