From 5a7e17678cb4f7bf9cd7b27f6057390d60c601eb Mon Sep 17 00:00:00 2001 From: Harinn Date: Sun, 5 Apr 2026 20:23:44 +0700 Subject: [PATCH] boulder: 0.20251118.0 -> 0.20260331.0 --- pkgs/by-name/bo/boulder/package.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/bo/boulder/package.nix b/pkgs/by-name/bo/boulder/package.nix index 71a066a55262..90fa843293e5 100644 --- a/pkgs/by-name/bo/boulder/package.nix +++ b/pkgs/by-name/bo/boulder/package.nix @@ -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"