btcpayserver: 1.11.3 -> 1.11.4

This commit is contained in:
R. Ryantm 2023-09-08 00:52:39 +00:00
parent b8c871475a
commit f279282622

View File

@ -6,13 +6,13 @@
buildDotnetModule rec {
pname = "btcpayserver";
version = "1.11.3";
version = "1.11.4";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "sha256-fs8GAE/beiFLUNBI+r8h08a2TYSY9fYQYGvxBOtClgg=";
sha256 = "sha256-PJhc+Kv/iZ73DkM9KXzujTsIc071wqn/NKhuUPs/7dA=";
};
projectFile = "BTCPayServer/BTCPayServer.csproj";