boulder: 2022-09-14 -> 2022-09-19

This commit is contained in:
R. Ryantm
2022-09-20 11:08:39 +00:00
committed by Bobby Rong
parent 8d137f50b6
commit 16052c1ced
+2 -2
View File
@@ -7,7 +7,7 @@
buildGoModule rec {
pname = "boulder";
version = "2022-09-14";
version = "2022-09-19";
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-AviTVALFI1+0cFohLLdaKR1Lw3b9yURIIlrzweuiN7w=";
hash = "sha256-hiE6Cdpn/NVLAsTxw3EaIzbwRSpG/yYCsAAeBDCG6m8=";
};
vendorHash = null;