Unverified Commit cc3f2ee0 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

boulder: 0.20260331.0 -> 0.20260413.0 (#483304)

parents b38b88e3 e4dfb475
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildGoModule (finalAttrs: {
  pname = "boulder";
  version = "0.20260331.0";
  version = "0.20260413.0";

  src = fetchFromGitHub {
    owner = "letsencrypt";
@@ -22,7 +22,7 @@ buildGoModule (finalAttrs: {
      find $out -name .git -print0 | xargs -0 rm -rf
      popd
    '';
    hash = "sha256-2kYZp/cU9OuXmy8EDoX7htqlM7NpAl45Nf2S5MTVn6Y=";
    hash = "sha256-8saRz7g0KsXNr5oR4a2qd4kKDR686J0TIFMzsX/zlV0=";
  };

  vendorHash = null;