btcpayserver: 1.5.3 -> 1.5.4
This commit is contained in:
parent
fff1143bc2
commit
9253fc4a56
2 changed files with 4 additions and 2 deletions
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "btcpayserver";
|
pname = "btcpayserver";
|
||||||
version = "1.5.3";
|
version = "1.5.4";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = pname;
|
owner = pname;
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-jPR996MEBCTT3k12qOdW1AO8LxA/pvQnw0qiW6//lcs=";
|
sha256 = "sha256-8GMk7xBMhml0X/8YRuN3FsEF2TWDxtb0eoP/cduKXNg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
projectFile = "BTCPayServer/BTCPayServer.csproj";
|
projectFile = "BTCPayServer/BTCPayServer.csproj";
|
||||||
|
|
|
@ -54,6 +54,8 @@ git clone --depth 1 --branch v${newVersion} -c advice.detachedHead=false https:/
|
||||||
export GNUPGHOME=$tmpdir
|
export GNUPGHOME=$tmpdir
|
||||||
# Fetch Nicolas Dorier's key (64-bit key ID: 6618763EF09186FE)
|
# Fetch Nicolas Dorier's key (64-bit key ID: 6618763EF09186FE)
|
||||||
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys AB4CFA9895ACA0DBE27F6B346618763EF09186FE 2> /dev/null
|
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys AB4CFA9895ACA0DBE27F6B346618763EF09186FE 2> /dev/null
|
||||||
|
# Fetch Andrew Camilleri's key (64-bit key ID: 8E5530D9D1C93097)
|
||||||
|
gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys 836C08CF3F523BB7A8CB8ECF8E5530D9D1C93097 2> /dev/null
|
||||||
echo
|
echo
|
||||||
echo "Verifying commit"
|
echo "Verifying commit"
|
||||||
git -C $repo verify-commit HEAD
|
git -C $repo verify-commit HEAD
|
||||||
|
|
Loading…
Reference in a new issue