Unverified Commit f9ed77ec authored by David McFarland's avatar David McFarland Committed by GitHub
Browse files

godot_4_6: 4.6-stable -> 4.6.1-stable (#491826)

parents 2d7dd847 4d890d72
Loading
Loading
Loading
Loading
+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;
  };
}
+30 −29
Original line number Diff line number Diff line
@@ -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") [