1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-22 17:31:04 +03:00

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

This commit is contained in:
Austin Horstman 2025-03-24 15:05:29 -05:00 committed by GitHub
commit 94889c34e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -50,7 +50,7 @@
### NexusMods.App upgraded {#sec-nixpkgs-release-25.05-incompatibilities-nexusmods-app-upgraded} ### 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. - 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.

View file

@ -24,12 +24,12 @@ let
in in
buildDotnetModule (finalAttrs: { buildDotnetModule (finalAttrs: {
inherit pname; inherit pname;
version = "0.8.2"; version = "0.8.3";
src = fetchgit { src = fetchgit {
url = "https://github.com/Nexus-Mods/NexusMods.App.git"; url = "https://github.com/Nexus-Mods/NexusMods.App.git";
rev = "refs/tags/v${finalAttrs.version}"; rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-qRo+s1Wf6WXR1kFqvGA6n+Bsp6qTzpK8/W9fuiaA+Yo="; hash = "sha256-b6Tpwy0DepbT80+Jil8celeiNN3W+5prt57NjgLD+u0=";
fetchSubmodules = true; fetchSubmodules = true;
fetchLFS = true; fetchLFS = true;
}; };