Unverified Commit 396e5aef authored by Erik Arvstedt's avatar Erik Arvstedt
Browse files

btcpayserver: 2.1.1 -> 2.1.4

parent 38422769
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";