btcpayserver: 2.1.4 -> 2.1.5
This commit is contained in:
Generated
+4
-4
@@ -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",
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user