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

boulder: 2022-09-26 -> 2022-09-29
This commit is contained in:
Mario Rodas 2022-09-30 07:25:09 -05:00 committed by GitHub
commit 558d034956
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildGoModule rec {
pname = "boulder";
version = "2022-09-26";
version = "2022-09-29";
src = fetchFromGitHub {
owner = "letsencrypt";
@ -19,7 +19,7 @@ buildGoModule rec {
git rev-parse --short=8 HEAD 2>/dev/null >$out/COMMIT
find "$out" -name .git -print0 | xargs -0 rm -rf
'';
hash = "sha256-/JOUBgTDb4wCathg3nnOnnXh+Q/Zpeegg5MuPOaHowE=";
hash = "sha256-MyJHTkt4qEHwD1UOkOfDNhNddcyFHPJvDzoT7kJ2qi4=";
};
vendorHash = null;