mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
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:
parent
c47da7fbc8
commit
c8d36fe7be
2 changed files with 304 additions and 239 deletions
539
pkgs/by-name/ne/nexusmods-app/deps.json
generated
539
pkgs/by-name/ne/nexusmods-app/deps.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue