File tree Expand file tree Collapse file tree 2 files changed +39
-37
lines changed
pkgs/by-name/ne/nexusmods-app Expand file tree Collapse file tree 2 files changed +39
-37
lines changed Original file line number Diff line number Diff line change 2424in
2525buildDotnetModule ( 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"
You can’t perform that action at this time.
0 commit comments