Unverified Commit 358eb4e3 authored by Azat Bahawi's avatar Azat Bahawi Committed by GitHub
Browse files

Merge pull request #328353 from r-ryantm/auto-update/boulder

boulder: 2024-07-02 -> 2024-07-16
parents da4e60c2 6492fda3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildGoModule rec {
  pname = "boulder";
  version = "2024-07-02";
  version = "2024-07-16";

  src = fetchFromGitHub {
    owner = "letsencrypt";
@@ -21,7 +21,7 @@ buildGoModule rec {
      find $out -name .git -print0 | xargs -0 rm -rf
      popd
    '';
    hash = "sha256-SWOWx1K+m+VWGPqBEyn/m5/9qspEd2JiLLskXJLH5AM=";
    hash = "sha256-mIUT9qVBPWrL0ySORwgEH6azaQmzMCl7ha/eYRtvAg4=";
  };

  vendorHash = null;