btcpayserver: 1.3.2 -> 1.3.3

This commit is contained in:
Erik Arvstedt 2021-11-05 11:31:44 +01:00
parent 79ea7aa9f9
commit 34913fa4e8
No known key found for this signature in database
GPG Key ID: 33312B944DD97846

View File

@ -3,13 +3,13 @@
buildDotnetModule rec {
pname = "btcpayserver";
version = "1.3.2";
version = "1.3.3";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-TAngdQz3FupoqPrqskjSQ9xSDbZV4/6+j7C4NjBFcFw=";
sha256 = "sha256-IBdQlVZx7Bt4y7B7FvHJihHUWO15a89hs+SGwcobDqY=";
};
projectFile = "BTCPayServer/BTCPayServer.csproj";