nbxplorer: 2.2.20 -> 2.3.20

main
Erik Arvstedt 2 years ago
parent 416b7201ec
commit e90b0b5364
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
  1. 4
      pkgs/applications/blockchains/nbxplorer/default.nix
  2. 15
      pkgs/applications/blockchains/nbxplorer/deps.nix

@ -2,13 +2,13 @@
buildDotnetModule rec {
pname = "nbxplorer";
version = "2.2.20";
version = "2.3.20";
src = fetchFromGitHub {
owner = "dgarage";
repo = "NBXplorer";
rev = "v${version}";
sha256 = "sha256-C3REnfecNwf3dtk6aLYAEsedHRlIrQZAokXtf6KI8U0=";
sha256 = "sha256-cAko5s1bFSI7HOcXg/tZtdMMe0S9zkRBeZ6bispxgwc=";
};
projectFile = "NBXplorer/NBXplorer.csproj";

@ -1,4 +1,9 @@
{ fetchNuGet }: [
(fetchNuGet {
pname = "Dapper";
version = "2.0.123";
sha256 = "15hxrchfgiqnmgf8fqhrf4pb4c8l9igg5qnkw9yk3rkagcqfkk91";
})
(fetchNuGet {
pname = "DBTrie";
version = "1.0.39";
@ -249,6 +254,11 @@
version = "1.0.0.18";
sha256 = "0lgssxafv6cqlw21fb79fm0fcln0clgsk6zadcwrnjv9vampfw7b";
})
(fetchNuGet {
pname = "Npgsql";
version = "6.0.3";
sha256 = "1crzgi4dfbn8r381m9rvkma5xi2q7gqdzgxhc36hy3r0y63v1l8q";
})
(fetchNuGet {
pname = "NuGet.Frameworks";
version = "5.0.0";
@ -754,6 +764,11 @@
version = "4.5.0";
sha256 = "17labczwqk3jng3kkky73m0jhi8wc21vbl7cz5c0hj2p1dswin43";
})
(fetchNuGet {
pname = "System.Runtime.CompilerServices.Unsafe";
version = "6.0.0";
sha256 = "0qm741kh4rh57wky16sq4m0v05fxmkjjr87krycf5vp9f0zbahbc";
})
(fetchNuGet {
pname = "System.Runtime.Extensions";
version = "4.1.0";

Loading…
Cancel
Save