godot_4_4: init at 4.4-stable
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
{
|
||||
version = "4.4-stable";
|
||||
hash = "sha256-lCWz0FLSlqUZLA4APgcxuc4wupkMcXcvZ9TUzREAM4U=";
|
||||
exportTemplatesHash = "sha256-ayY1euO7WJJhZcF0NfobuD1Pcr8LeV/3g/opaZ2wniQ=";
|
||||
nugetDeps = ./deps.json;
|
||||
}
|
||||
+1307
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user