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

nexusmods-app: 0.8.3 -> 0.9.2 (#396821)

parents 4b3ade95 c86da4e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@

### NexusMods.App upgraded {#sec-nixpkgs-release-25.05-incompatibilities-nexusmods-app-upgraded}

- `nexusmods-app` has been upgraded from version 0.6.3 to 0.8.3.
- `nexusmods-app` has been upgraded from version 0.6.3 to 0.9.2.

  - Before upgrading, you **must reset all app state** (mods, games, settings, etc). NexusMods.App will crash if any state from a version older than 0.7.0 is still present.

+2 −2
Original line number Diff line number Diff line
@@ -1606,8 +1606,8 @@
  },
  {
    "pname": "NexusMods.Archives.Nx",
    "version": "0.6.3",
    "hash": "sha256-E4bOexmmPqMJoXs2gDAhgierGAFyc2JVrP3HBn3KAXs="
    "version": "0.6.4",
    "hash": "sha256-jDOCZ6VWPqcKE6gqqAdkyLL3G2g6pbG78mpMRhgYx2o="
  },
  {
    "pname": "NexusMods.Hashing.xxHash3",
+2 −8
Original line number Diff line number Diff line
@@ -24,12 +24,12 @@ let
in
buildDotnetModule (finalAttrs: {
  inherit pname;
  version = "0.8.3";
  version = "0.9.2";

  src = fetchgit {
    url = "https://github.com/Nexus-Mods/NexusMods.App.git";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-b6Tpwy0DepbT80+Jil8celeiNN3W+5prt57NjgLD+u0=";
    hash = "sha256-Xb/i25l0jLn87OeouD0+CRv11d8aOn7Sr69z3TkS6I4=";
    fetchSubmodules = true;
    fetchLFS = true;
  };
@@ -65,12 +65,6 @@ buildDotnetModule (finalAttrs: {
  postPatch = ''
    # for some reason these tests fail (intermittently?) with a zero timestamp
    touch tests/NexusMods.UI.Tests/WorkspaceSystem/*.verified.png

    # Bump StrawberryShake so we can drop .NET 8
    # See https://github.com/Nexus-Mods/NexusMods.App/pull/2830
    substituteInPlace Directory.Packages.props \
      --replace-fail 'Include="StrawberryShake.Server" Version="14.1.0"' \
                     'Include="StrawberryShake.Server" Version="15.0.3"'
  '';

  makeWrapperArgs = [