btcpayserver: 1.3.6 -> 1.3.7

This commit is contained in:
Erik Arvstedt 2021-12-30 16:02:32 +01:00
parent fa7999d954
commit 5b98e38265
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.6";
version = "1.3.7";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-8SWbbdPx/cC7EWTkSbB/YqR13jaL76fFIjHPGL4rFyk=";
sha256 = "sha256-W8WRw42hMNUaQZlfrl73REGIvLcj6Vso9Axx53ENkx0=";
};
projectFile = "BTCPayServer/BTCPayServer.csproj";