From d6356dbc20b9e2d10b15fad28f43dda4fbac2a0f Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:23:47 +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 732ca8d29..beddffb2d 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-WJcVwyChwtI6wZuQTvQ0e3enhkj2ThOUpmg8jpOIrek="; + vendorHash = "sha256-c3CIp5DQUMCNq+8cn4V40Y/QlnLxTFUx3AuA1CdQ6I8="; src = ./.;