Unverified Commit 38422769 authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

nbxplorer: 2.5.26 -> 2.5.27

parent 1f24ea56
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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",
+2 −2
Original line number Diff line number Diff line
@@ -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";