btcpayserver: 1.13.5 -> 1.13.7

This commit is contained in:
Erik Arvstedt
2024-12-13 23:33:51 +01:00
parent 6ed1480b71
commit 84c8d19967
2 changed files with 1894 additions and 381 deletions
+1892 -379
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "btcpayserver";
version = "1.13.5";
version = "1.13.7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-xga/v+4keZSgayPzitchzV4IRdui1IBPYB/uNVVMIaM=";
sha256 = "sha256-NYeAa8F8LpLWVMW0M/KPVt1XCFOJP50Aug11dxLkSGw=";
};
projectFile = "BTCPayServer/BTCPayServer.csproj";