Unverified Commit 94889c34 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

nexusmods-app: 0.8.2 -> 0.8.3 (#392764)

parents d08d5d45 de22d6f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,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.2.
- `nexusmods-app` has been upgraded from version 0.6.3 to 0.8.3.

  - 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
@@ -24,12 +24,12 @@ let
in
buildDotnetModule (finalAttrs: {
  inherit pname;
  version = "0.8.2";
  version = "0.8.3";

  src = fetchgit {
    url = "https://github.com/Nexus-Mods/NexusMods.App.git";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-qRo+s1Wf6WXR1kFqvGA6n+Bsp6qTzpK8/W9fuiaA+Yo=";
    hash = "sha256-b6Tpwy0DepbT80+Jil8celeiNN3W+5prt57NjgLD+u0=";
    fetchSubmodules = true;
    fetchLFS = true;
  };