godot_4_4: init at 4.4-stable

This commit is contained in:
David McFarland
2025-03-08 11:17:01 -04:00
parent 57cb153e9f
commit 1fd7e115a8
4 changed files with 1320 additions and 0 deletions
@@ -0,0 +1,6 @@
{
version = "4.4-stable";
hash = "sha256-lCWz0FLSlqUZLA4APgcxuc4wupkMcXcvZ9TUzREAM4U=";
exportTemplatesHash = "sha256-ayY1euO7WJJhZcF0NfobuD1Pcr8LeV/3g/opaZ2wniQ=";
nugetDeps = ./deps.json;
}
File diff suppressed because it is too large Load Diff
+4
View File
@@ -40,6 +40,7 @@ let
};
godotPackages_4_3 = mkGodotPackages "4.3";
godotPackages_4_4 = mkGodotPackages "4.4";
godotPackages_4 = godotPackages_4_3;
godotPackages = godotPackages_4;
in
@@ -58,6 +59,9 @@ rec {
godot_4_3 = godotPackages_4_3.godot;
godot_4_3-mono = godotPackages_4_3.godot-mono;
godot_4_3-export-templates = godotPackages_4_3.export-templates-bin;
godot_4_4 = godotPackages_4_4.godot;
godot_4_4-mono = godotPackages_4_4.godot-mono;
godot_4_4-export-templates = godotPackages_4_4.export-templates-bin;
godot_4 = godotPackages_4.godot;
godot_4-mono = godotPackages_4.godot-mono;
godot_4-export-templates = godotPackages_4.export-templates-bin;
+3
View File
@@ -3459,6 +3459,9 @@ with pkgs;
godot_4_3
godot_4_3-mono
godot_4_3-export-templates
godot_4_4
godot_4_4-mono
godot_4_4-export-templates
godot_4
godot_4-mono
godot_4-export-templates