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

btcpayserver: 2.1.4 -> 2.1.5 (#418534)

parents 9fcb92ce e45a97c0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -51,8 +51,8 @@
  },
  {
    "pname": "BTCPayServer.Lightning.All",
    "version": "1.6.10",
    "hash": "sha256-v2D43E9aEFKN/oMP4W98BST+WBMRDLDBD6AKJZey7PA="
    "version": "1.6.11",
    "hash": "sha256-HId8axtrx8i205y1uytHp/04/DyKsXzJwSEMzpr7Mzk="
  },
  {
    "pname": "BTCPayServer.Lightning.Charge",
@@ -96,8 +96,8 @@
  },
  {
    "pname": "BTCPayServer.Lightning.Phoenixd",
    "version": "1.5.7",
    "hash": "sha256-kDl8tDEzrwNwyFRp77NSFw0WkHwudeS5pefJNSvq/IM="
    "version": "1.5.8",
    "hash": "sha256-pISNuSZW/B0MZ5VkW8nHAENTOUoFI+YfvrubD/vh74w="
  },
  {
    "pname": "BTCPayServer.NETCore.Plugins",
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

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

  src = fetchFromGitHub {
    owner = "btcpayserver";
    repo = "btcpayserver";
    tag = "v${version}";
    hash = "sha256-GY6s/em5jlok1IFe474bD1L34Zlr6gYtG+Wn6eZxMIc=";
    hash = "sha256-qm/MdgM5sPQu7fI1S8qf/dvkMZbmP4rLA1RdSQHSawE=";
  };

  projectFile = "BTCPayServer/BTCPayServer.csproj";