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