nexusmods-app: 0.10.2 -> 0.11.3
https://github.com/Nexus-Mods/NexusMods.App/releases/tag/v0.11.1 https://github.com/Nexus-Mods/NexusMods.App/releases/tag/v0.11.3
This commit is contained in:
committed by
Masum Reza
parent
c47da7fbc8
commit
c8d36fe7be
Generated
+302
-237
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user