nbxplorer: 2.5.25 -> 2.5.26

This commit is contained in:
Erik Arvstedt 2025-05-15 13:55:52 +02:00
parent 60783b25fb
commit 93d23513bf
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.4",
"hash": "sha256-9GxJVcByg3zHl9uR01KpTkFkwKuFyr2hm0uZWWlDGeE="
"version": "8.0.12",
"hash": "sha256-OBJu6fQd0MBKSVHERI7EBtSQQvAL9T8Gr0e7Kx2q9/I="
},
{
"pname": "NBitcoin.Altcoins",
"version": "4.0.4",
"hash": "sha256-fHG/dlTbEu9DjFnHpEVI6/LbVz0BSJdqkPOo6tQW0fg="
"version": "4.0.7",
"hash": "sha256-WN9uLRlIW+WGUSS4NE7ZE8kftQEaVDh7AnT1+P8g2gg="
},
{
"pname": "NETStandard.Library",

View file

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