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

btcpayserver-altcoins: 1.10.0 -> 1.10.1
This commit is contained in:
Nick Cao 2023-06-05 23:54:06 -06:00 committed by GitHub
commit 1bec063e44
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.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-UJvpEWR49m1B21eMrh0LiJ2bguM7hNux0ywDj6oJbDU=";
sha256 = "sha256-3FbrNSwVNrxf++7C23XSWmeTfTRP56/7QeQOlggVpao=";
};
projectFile = "BTCPayServer/BTCPayServer.csproj";