Unverified Commit 25333cee authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

nbxplorer: 2.5.27 -> 2.5.30-1

parent 56426e1a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -166,13 +166,13 @@
  },
  {
    "pname": "NBitcoin",
    "version": "8.0.18",
    "hash": "sha256-5SKx6SluWXNHNz5FxxFPCkyJ3SSDACAVx3G1q9h38VU="
    "version": "9.0.0",
    "hash": "sha256-FLqOA3Axa2Xyz7MRgXPnbIQHwMcuKqduTJrUt87/W8Q="
  },
  {
    "pname": "NBitcoin.Altcoins",
    "version": "4.0.8",
    "hash": "sha256-n1e0BUhXl3D/fn1DbCdbelYfys2fc7+ZABazhUWxzo4="
    "version": "5.0.0",
    "hash": "sha256-3dPvHLcVvM26NW1MHcZeHkoIFm/ypcpiv+W948ff1ys="
  },
  {
    "pname": "NETStandard.Library",
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildDotnetModule rec {
  pname = "nbxplorer";
  version = "2.5.27";
  version = "2.5.30-1";

  src = fetchFromGitHub {
    owner = "dgarage";
    repo = "NBXplorer";
    tag = "v${version}";
    hash = "sha256-WCrxAomVU1hPRtI91ppmDKdLZEmNZYH9C0o069/dIMk=";
    hash = "sha256-FVSoFvWwMpuMbH7xFE5aSkLPzROaufbPZL09OWabbus=";
  };

  projectFile = "NBXplorer/NBXplorer.csproj";