mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nbxplorer: 2.5.25 -> 2.5.26
This commit is contained in:
parent
60783b25fb
commit
93d23513bf
2 changed files with 6 additions and 6 deletions
8
pkgs/by-name/nb/nbxplorer/deps.json
generated
8
pkgs/by-name/nb/nbxplorer/deps.json
generated
|
@ -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",
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue