Loading pkgs/development/tools/godot/4.6/default.nix +4 −4 Original line number Diff line number Diff line { version = "4.6-stable"; hash = "sha256-lK9KQsmrNZLx7yP3PwbN93otwkWq2H+nWt85WH/u8oI="; version = "4.6.1-stable"; hash = "sha256-C3AX+Gl6a3nX/k0TP6FYjYCK9AbKmtku+1ilYBu0R74="; default = { exportTemplatesHash = "sha256-OzCsjBdy8l9d+l9lkiyrCpDnuWAXaJEjfFdyUV68zEY="; exportTemplatesHash = "sha256-5tNyr9T9+q6VceteNWivzZbObbmlaSRANBVPrwrGmHU="; }; mono = { exportTemplatesHash = "sha256-RgVug5TNHx+FzPqr3f/Bpn9ZW/2Z+9ps1ir6dR2/xRk="; exportTemplatesHash = "sha256-V5JmHtCJVQNX4OEJVK9pWEa+CjLtdJT6QKAAnjtaPqk="; nugetDeps = ./deps.json; }; } pkgs/development/tools/godot/common.nix +30 −29 Original line number Diff line number Diff line Loading @@ -461,7 +461,8 @@ let (allow file-read* (subpath "/System/Library/CoreServices/SystemAppearance.bundle")) ''; patches = [ patches = lib.optionals (lib.versionOlder version "4.6") [ ./Linux-fix-missing-library-with-builtin_glslang-false.patch ] ++ lib.optionals (lib.versionAtLeast version "4.6") [ Loading Loading
pkgs/development/tools/godot/4.6/default.nix +4 −4 Original line number Diff line number Diff line { version = "4.6-stable"; hash = "sha256-lK9KQsmrNZLx7yP3PwbN93otwkWq2H+nWt85WH/u8oI="; version = "4.6.1-stable"; hash = "sha256-C3AX+Gl6a3nX/k0TP6FYjYCK9AbKmtku+1ilYBu0R74="; default = { exportTemplatesHash = "sha256-OzCsjBdy8l9d+l9lkiyrCpDnuWAXaJEjfFdyUV68zEY="; exportTemplatesHash = "sha256-5tNyr9T9+q6VceteNWivzZbObbmlaSRANBVPrwrGmHU="; }; mono = { exportTemplatesHash = "sha256-RgVug5TNHx+FzPqr3f/Bpn9ZW/2Z+9ps1ir6dR2/xRk="; exportTemplatesHash = "sha256-V5JmHtCJVQNX4OEJVK9pWEa+CjLtdJT6QKAAnjtaPqk="; nugetDeps = ./deps.json; }; }
pkgs/development/tools/godot/common.nix +30 −29 Original line number Diff line number Diff line Loading @@ -461,7 +461,8 @@ let (allow file-read* (subpath "/System/Library/CoreServices/SystemAppearance.bundle")) ''; patches = [ patches = lib.optionals (lib.versionOlder version "4.6") [ ./Linux-fix-missing-library-with-builtin_glslang-false.patch ] ++ lib.optionals (lib.versionAtLeast version "4.6") [ Loading