From 676f0cc40c830b93fca9b013f7d90365d365ec0c Mon Sep 17 00:00:00 2001 From: dish Date: Sun, 8 Mar 2026 12:57:23 -0400 Subject: [PATCH] nixos/coredns: update vendorHash Must be updated every time CoreDNS is updated --- nixos/tests/coredns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/coredns.nix b/nixos/tests/coredns.nix index 7f0c8dc8da3a..9be6e79c2048 100644 --- a/nixos/tests/coredns.nix +++ b/nixos/tests/coredns.nix @@ -28,7 +28,7 @@ position = "start-of-file"; } ]; - vendorHash = "sha256-dNxHpXkiqz7B/JhZdxfZluIHFVXILlSm3XtB+v/EoMY="; + vendorHash = "sha256-MGgFbglyW/1CMhT1b83ETH70gRkz89s/Gp4seR2g7xI="; }; }; };