From 6fd523d13b29a7490b98d054cd47fbd72aa408c7 Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:32:33 +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 68d9ce52b5..ba0eeaa1d6 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,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-t2WeaX4bpUrcX5zCIHpvcH1oc1KjnkK75dZGpH70xiY="; + vendorHash = "sha256-UCciUTgziG3of7qhAO5h6pg8BF9MePxRzjP2Mo7GwmA="; src = ./.;