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

authored by R. Ryantm and committed by Bobby Rong 16052c1c 8d137f50

+2 -2
+2 -2
pkgs/tools/admin/boulder/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "boulder"; 10 - version = "2022-09-14"; 10 + version = "2022-09-19"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "letsencrypt"; ··· 19 19 git rev-parse --short=8 HEAD 2>/dev/null >$out/COMMIT 20 20 find "$out" -name .git -print0 | xargs -0 rm -rf 21 21 ''; 22 - hash = "sha256-AviTVALFI1+0cFohLLdaKR1Lw3b9yURIIlrzweuiN7w="; 22 + hash = "sha256-hiE6Cdpn/NVLAsTxw3EaIzbwRSpG/yYCsAAeBDCG6m8="; 23 23 }; 24 24 25 25 vendorHash = null;