boulder: 2024-07-02 -> 2024-07-16

This commit is contained in:
R. Ryantm 2024-07-19 05:32:30 +00:00
parent 5079f7b926
commit 6492fda37a

View File

@ -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;