[Backport release-25.05] pixelorama: Unpin godot version (#410851)

This commit is contained in:
Wolfgang Walther
2025-05-26 06:55:18 +00:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
godot_4_3,
godot_4,
nix-update-script,
}:
@@ -16,7 +16,7 @@ let
presets.${stdenv.hostPlatform.system}
or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
godot = godot_4_3;
godot = godot_4;
in
stdenv.mkDerivation (finalAttrs: {
pname = "pixelorama";