Skip to content

Commit 8555481

Browse files
authored
nexusmods-app: 0.8.3 -> 0.9.2 (#396821)
2 parents 4b3ade9 + c86da4e commit 8555481

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

doc/release-notes/rl-2505.section.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@
330330

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

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

335335
- 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.
336336

pkgs/by-name/ne/nexusmods-app/deps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/ne/nexusmods-app/package.nix

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ let
2424
in
2525
buildDotnetModule (finalAttrs: {
2626
inherit pname;
27-
version = "0.8.3";
27+
version = "0.9.2";
2828

2929
src = fetchgit {
3030
url = "https://github.com/Nexus-Mods/NexusMods.App.git";
3131
rev = "refs/tags/v${finalAttrs.version}";
32-
hash = "sha256-b6Tpwy0DepbT80+Jil8celeiNN3W+5prt57NjgLD+u0=";
32+
hash = "sha256-Xb/i25l0jLn87OeouD0+CRv11d8aOn7Sr69z3TkS6I4=";
3333
fetchSubmodules = true;
3434
fetchLFS = true;
3535
};
@@ -65,12 +65,6 @@ buildDotnetModule (finalAttrs: {
6565
postPatch = ''
6666
# for some reason these tests fail (intermittently?) with a zero timestamp
6767
touch tests/NexusMods.UI.Tests/WorkspaceSystem/*.verified.png
68-
69-
# Bump StrawberryShake so we can drop .NET 8
70-
# See https://github.com/Nexus-Mods/NexusMods.App/pull/2830
71-
substituteInPlace Directory.Packages.props \
72-
--replace-fail 'Include="StrawberryShake.Server" Version="14.1.0"' \
73-
'Include="StrawberryShake.Server" Version="15.0.3"'
7468
'';
7569

7670
makeWrapperArgs = [

0 commit comments

Comments
 (0)