vault-acme: bump to new version, which includes dropping the cert revocation

This commit is contained in:
Luke Granger-Brown 2022-04-21 01:49:46 +01:00
parent e51d58fac6
commit b5214dc003

View file

@ -15,13 +15,13 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "lukegb";
repo = pname;
rev = "4f397cc3089cc7b0ea23e76e907ad4733b66c13f";
sha256 = "sha256:0f3d89j51gcrvpxmlr3psvv9mm6y3rw4hwk3rs4rb3a6rj5yg2iq";
rev = "c93a5466c09e2198483928e4931e31f2a3cee753";
sha256 = "sha256:1yik8vx4d9c8qcxrrab0j1vxzcs1qnfgpi62n6rqv2sy19k0kybz";
};
patches = [ ./just-add-a-sleep.patch ];
vendorSha256 = "sha256:07bqapnrf1fdyaxkna14s5calgj71sk2qysigd32hxl673zd06ic";
vendorSha256 = "sha256:1c58470n843yh9jd010xxaqzg9lrpaw9w969ygqb6h3x8k1my7jp";
subPackages = [
"cmd/acme"