Merge pull request #237135 from r-ryantm/auto-update/btcpayserver

btcpayserver: 1.10.1 -> 1.10.2
This commit is contained in:
Nick Cao 2023-06-10 20:24:55 -06:00 committed by GitHub
commit a025b4346f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";