btcpayserver: 1.10.1 -> 1.10.2

This commit is contained in:
R. Ryantm 2023-06-11 00:39:26 +00:00
parent bb730c1d06
commit 158530e0ea

View File

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "btcpayserver";
version = "1.10.1";
version = "1.10.2";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-3FbrNSwVNrxf++7C23XSWmeTfTRP56/7QeQOlggVpao=";
sha256 = "sha256-HZlH2FoBPJXbynOUfAGgrI1nq6qpIjBSjMBi6Oq1MdE=";
};
projectFile = "BTCPayServer/BTCPayServer.csproj";