Skip to content

Commit fb22076

Browse files
nexusmods-app: 0.6.2 -> 0.6.3 (#354015)
2 parents 6a9a64b + 5eea800 commit fb22076

File tree

2 files changed

+39
-37
lines changed

2 files changed

+39
-37
lines changed

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

Lines changed: 36 additions & 34 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ let
2424
in
2525
buildDotnetModule (finalAttrs: {
2626
inherit pname;
27-
version = "0.6.2";
27+
version = "0.6.3";
2828

2929
src = fetchFromGitHub {
3030
owner = "Nexus-Mods";
3131
repo = "NexusMods.App";
3232
rev = "v${finalAttrs.version}";
3333
fetchSubmodules = true;
34-
hash = "sha256-0uZdN24TvK4QoBEC0BSAYNALQv9swYZ8SgVJ03m2dzQ=";
34+
hash = "sha256-6oygXJEiTqb0xe7mKRUsZgghfTqrllCRXJy6IDeqJQI=";
3535
};
3636

3737
enableParallelBuilding = false;
@@ -103,7 +103,7 @@ buildDotnetModule (finalAttrs: {
103103
executables = [ "NexusMods.App" ];
104104

105105
dotnetBuildFlags = [
106-
# From https://github.com/Nexus-Mods/NexusMods.App/blob/v0.6.2/src/NexusMods.App/app.pupnet.conf#L38
106+
# From https://github.com/Nexus-Mods/NexusMods.App/blob/v0.6.3/src/NexusMods.App/app.pupnet.conf#L38
107107
"--property:Version=${finalAttrs.version}"
108108
"--property:TieredCompilation=true"
109109
"--property:PublishReadyToRun=true"

0 commit comments

Comments
 (0)