mono verison fixed rizz
This commit is contained in:
parent
021f20f6b6
commit
0e922b0dc2
@ -27,7 +27,7 @@
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "godot-bin";
|
pname = "godot-bin";
|
||||||
version = "3.5.1";
|
version = "4.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/godotengine/godot-builds/releases/download/4.4.1-rc1/Godot_v4.4.1-rc1_linux.x86_64.zip";
|
url = "https://github.com/godotengine/godot-builds/releases/download/4.4.1-rc1/Godot_v4.4.1-rc1_linux.x86_64.zip";
|
||||||
|
|||||||
@ -16,11 +16,11 @@ in
|
|||||||
|
|
||||||
godotBin.overrideAttrs (oldAttrs: rec {
|
godotBin.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "godot-mono-bin";
|
pname = "godot-mono-bin";
|
||||||
version = "3.5.1";
|
version = "4.4.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://downloads.tuxfamily.org/godotengine/${version}/mono/Godot_v${version}-${qualifier}_mono_x11_64.zip";
|
url = "https://github.com/godotengine/godot-builds/releases/download/4.4.1-rc1/Godot_v4.4.1-rc1_mono_linux_x86_64.zip";
|
||||||
sha256 = "7phG4vgq4m0h92gCMPv5kehQQ1BH7rS1c5VZ6Dx3WPc=";
|
sha256 = "sha256-MnOgW5reNGWO1soadU4KTwVtWiZZqmLV7FX8AOUkqhg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = oldAttrs.buildInputs ++ [zlib];
|
buildInputs = oldAttrs.buildInputs ++ [zlib];
|
||||||
@ -29,7 +29,7 @@ godotBin.overrideAttrs (oldAttrs: rec {
|
|||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin $out/opt/godot-mono
|
mkdir -p $out/bin $out/opt/godot-mono
|
||||||
|
|
||||||
install -m 0755 Godot_v${version}-${qualifier}_mono_x11.64 $out/opt/godot-mono/Godot_v${version}-${qualifier}_mono_x11.64
|
install -m 0755 Godot_v4.4.1-rc1_mono_linux.x86_64 $out/opt/godot-mono/Godot_v${version}-${qualifier}_mono_x11.64
|
||||||
cp -r GodotSharp $out/opt/godot-mono
|
cp -r GodotSharp $out/opt/godot-mono
|
||||||
|
|
||||||
ln -s $out/opt/godot-mono/Godot_v${version}-${qualifier}_mono_x11.64 $out/bin/godot-mono
|
ln -s $out/opt/godot-mono/Godot_v${version}-${qualifier}_mono_x11.64 $out/bin/godot-mono
|
||||||
|
|||||||
Reference in New Issue
Block a user