boulder: 0.20251118.0 -> 0.20260331.0

This commit is contained in:
Harinn
2026-04-15 13:13:33 +07:00
parent dcf16cfea9
commit 5a7e17678c
+7 -2
View File
@@ -10,7 +10,7 @@
buildGoModule rec {
pname = "boulder";
version = "0.20251118.0";
version = "0.20260331.0";
src = fetchFromGitHub {
owner = "letsencrypt";
@@ -23,7 +23,7 @@ buildGoModule rec {
find $out -name .git -print0 | xargs -0 rm -rf
popd
'';
hash = "sha256-JVkIu8Fh5F8WQXa45I0hnSedAaIQIOFidtWVpVHbAWA=";
hash = "sha256-2kYZp/cU9OuXmy8EDoX7htqlM7NpAl45Nf2S5MTVn6Y=";
};
vendorHash = null;
@@ -35,6 +35,8 @@ buildGoModule rec {
subPackages = [ "cmd/boulder" ];
excludedPackages = [ "test/integration" ];
ldflags = [
"-s"
"-w"
@@ -46,6 +48,8 @@ buildGoModule rec {
ldflags+=" -X \"github.com/letsencrypt/boulder/core.BuildTime=$(date -u -d @0)\""
'';
__darwinAllowLocalNetworking = true;
nativeCheckInputs = [ minica ];
preCheck = ''
@@ -109,6 +113,7 @@ buildGoModule rec {
"TestCountPendingAuthorizations2"
"TestCountRegistrationsByIP"
"TestCountRegistrationsByIPRange"
"TestCreateAndFetchRegistrations"
"TestDbSettings"
"TestDeactivateAccount"
"TestDeactivateAuthorization"