Matt Sturgeon 2025-05-20 22:28:34 +01:00 committed by Masum Reza
parent c47da7fbc8
commit c8d36fe7be
2 changed files with 304 additions and 239 deletions

File diff suppressed because it is too large Load diff

View file

@ -24,12 +24,12 @@ let
in in
buildDotnetModule (finalAttrs: { buildDotnetModule (finalAttrs: {
inherit pname; inherit pname;
version = "0.10.2"; version = "0.11.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-L75nmxjymPfuu6CM5QRE1jInElNrD2OuAXMR8+c2tGQ="; hash = "sha256-EP51nhFKYfYRjOpgHiGLwXGmpDULoTlGh3hQXhR8sy8=";
fetchSubmodules = true; fetchSubmodules = true;
}; };