From b11c6c603146cc0985406e2f3ee26c489a62c1c0 Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 09:24:38 +0000 Subject: [PATCH] auto update vendor hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b464edd38d..814a7be9af 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ state = if (self ? rev) then "clean" else "dirty"; # This vendorHash represents a dervative of all go.mod dependancies and needs to be adjusted with every change - vendorHash = "sha256-Kde02CTW2w3OoJS7QNfxggPV0pMLqw19ejIwWKC7zgY="; + vendorHash = "sha256-mrQfZ9MdDvNvmUL1GE+8j1Tcek+JwLatVbxxsD7fcvI="; src = ./.;