nbxplorer: 2.5.26 -> 2.5.27

This commit is contained in:
Erik Arvstedt 2025-06-11 11:56:03 +02:00
parent 1f24ea5649
commit 38422769f1
No known key found for this signature in database
GPG Key ID: 33312B944DD97846
2 changed files with 6 additions and 6 deletions

View File

@ -166,13 +166,13 @@
},
{
"pname": "NBitcoin",
"version": "8.0.12",
"hash": "sha256-OBJu6fQd0MBKSVHERI7EBtSQQvAL9T8Gr0e7Kx2q9/I="
"version": "8.0.18",
"hash": "sha256-5SKx6SluWXNHNz5FxxFPCkyJ3SSDACAVx3G1q9h38VU="
},
{
"pname": "NBitcoin.Altcoins",
"version": "4.0.7",
"hash": "sha256-WN9uLRlIW+WGUSS4NE7ZE8kftQEaVDh7AnT1+P8g2gg="
"version": "4.0.8",
"hash": "sha256-n1e0BUhXl3D/fn1DbCdbelYfys2fc7+ZABazhUWxzo4="
},
{
"pname": "NETStandard.Library",

View File

@ -7,13 +7,13 @@
buildDotnetModule rec {
pname = "nbxplorer";
version = "2.5.26";
version = "2.5.27";
src = fetchFromGitHub {
owner = "dgarage";
repo = "NBXplorer";
tag = "v${version}";
hash = "sha256-gXLzUgFZxrDNbDjpPmVDIj2xi6I+IfkNwXBYvelRYPU=";
hash = "sha256-WCrxAomVU1hPRtI91ppmDKdLZEmNZYH9C0o069/dIMk=";
};
projectFile = "NBXplorer/NBXplorer.csproj";