btcpayserver: 1.13.7 -> 2.0.7

This commit is contained in:
Erik Arvstedt
2025-03-09 15:43:06 +01:00
parent 1c97153894
commit ac8bbfe70b
2 changed files with 416 additions and 401 deletions
+414 -399
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.7";
version = "2.0.7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-NYeAa8F8LpLWVMW0M/KPVt1XCFOJP50Aug11dxLkSGw=";
sha256 = "sha256-LOyGNdlU8wvDFmYQ2v1H3Z12++ChVrGM53zBTWCCiCk=";
};
projectFile = "BTCPayServer/BTCPayServer.csproj";