Matt Sturgeon
2025-05-25 18:19:48 +05:30
committed by Masum Reza
parent c47da7fbc8
commit c8d36fe7be
2 changed files with 304 additions and 239 deletions
+302 -237
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -24,12 +24,12 @@ let
in
buildDotnetModule (finalAttrs: {
inherit pname;
version = "0.10.2";
version = "0.11.3";
src = fetchgit {
url = "https://github.com/Nexus-Mods/NexusMods.App.git";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-L75nmxjymPfuu6CM5QRE1jInElNrD2OuAXMR8+c2tGQ=";
hash = "sha256-EP51nhFKYfYRjOpgHiGLwXGmpDULoTlGh3hQXhR8sy8=";
fetchSubmodules = true;
};