Unverified Commit c3c6a282 authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub
Browse files

btcpayserver: 2.1.1 -> 2.1.4 (#415808)

parents ba1eda6a 396e5aef
Loading
Loading
Loading
Loading
+13 −13
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@
  },
  {
    "pname": "BTCPayServer.Lightning.All",
    "version": "1.6.9",
    "hash": "sha256-pCCxZ1CW+Xc2KvG5yZ79vLYtcwr/PWsrz9A1x02ryb0="
    "version": "1.6.10",
    "hash": "sha256-v2D43E9aEFKN/oMP4W98BST+WBMRDLDBD6AKJZey7PA="
  },
  {
    "pname": "BTCPayServer.Lightning.Charge",
@@ -94,6 +94,11 @@
    "version": "1.5.3",
    "hash": "sha256-CbSjeix4JCVtgb8WCfsKgThpl/YbnhbJ3wcPoexpSew="
  },
  {
    "pname": "BTCPayServer.Lightning.Phoenixd",
    "version": "1.5.7",
    "hash": "sha256-kDl8tDEzrwNwyFRp77NSFw0WkHwudeS5pefJNSvq/IM="
  },
  {
    "pname": "BTCPayServer.NETCore.Plugins",
    "version": "1.4.4",
@@ -699,11 +704,6 @@
    "version": "2.2.1",
    "hash": "sha256-4TYsfc8q74P8FuDwkIWPO+VYY0mh4Hs4ZL8v0lMaBsY="
  },
  {
    "pname": "NBitcoin",
    "version": "7.0.45",
    "hash": "sha256-hWgtvAJvONk6jg1WiytE6M+ExkQJUCwO6cyVA6JE+8w="
  },
  {
    "pname": "NBitcoin",
    "version": "7.0.50",
@@ -711,18 +711,18 @@
  },
  {
    "pname": "NBitcoin",
    "version": "8.0.8",
    "hash": "sha256-gpbxlfE7TN7mUOcWF9+r8htQTc19KqAuzsVaG5RYa3A="
    "version": "8.0.13",
    "hash": "sha256-x7vMEgk5JXfGGNWfoclCwAbnx1mtlgbxl0HC0B/iV2E="
  },
  {
    "pname": "NBitcoin.Altcoins",
    "version": "3.0.31",
    "hash": "sha256-Mtaqj8Fl8jxeOBXz66fjZQKZ/yg6pARJKJTFW0V/wDA="
    "version": "3.0.33",
    "hash": "sha256-0RYmRKcluGwfTEcOEmoREC/9CgECEi7piQZetMXHOxI="
  },
  {
    "pname": "NBitcoin.Altcoins",
    "version": "3.0.33",
    "hash": "sha256-0RYmRKcluGwfTEcOEmoREC/9CgECEi7piQZetMXHOxI="
    "version": "4.0.8",
    "hash": "sha256-n1e0BUhXl3D/fn1DbCdbelYfys2fc7+ZABazhUWxzo4="
  },
  {
    "pname": "NBitpayClient",
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildDotnetModule rec {
  pname = "btcpayserver";
  version = "2.1.1";
  version = "2.1.4";

  src = fetchFromGitHub {
    owner = "btcpayserver";
    repo = "btcpayserver";
    tag = "v${version}";
    hash = "sha256-5zvxLEQbKTcslcpq1JRgY/L0XWnQ4UyFWww6SGcTtcs=";
    hash = "sha256-GY6s/em5jlok1IFe474bD1L34Zlr6gYtG+Wn6eZxMIc=";
  };

  projectFile = "BTCPayServer/BTCPayServer.csproj";
+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";