vault-acme: bump to new version, which includes dropping the cert revocation
This commit is contained in:
parent
e51d58fac6
commit
b5214dc003
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@ buildGoModule rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lukegb";
|
owner = "lukegb";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "4f397cc3089cc7b0ea23e76e907ad4733b66c13f";
|
rev = "c93a5466c09e2198483928e4931e31f2a3cee753";
|
||||||
sha256 = "sha256:0f3d89j51gcrvpxmlr3psvv9mm6y3rw4hwk3rs4rb3a6rj5yg2iq";
|
sha256 = "sha256:1yik8vx4d9c8qcxrrab0j1vxzcs1qnfgpi62n6rqv2sy19k0kybz";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./just-add-a-sleep.patch ];
|
patches = [ ./just-add-a-sleep.patch ];
|
||||||
|
|
||||||
vendorSha256 = "sha256:07bqapnrf1fdyaxkna14s5calgj71sk2qysigd32hxl673zd06ic";
|
vendorSha256 = "sha256:1c58470n843yh9jd010xxaqzg9lrpaw9w969ygqb6h3x8k1my7jp";
|
||||||
|
|
||||||
subPackages = [
|
subPackages = [
|
||||||
"cmd/acme"
|
"cmd/acme"
|
||||||
|
|
Loading…
Reference in a new issue