From 9ab3d82cd4395135a87176bd7755ccb332b15af3 Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:23:16 +0000 Subject: [PATCH] [github-actions] auto update vendor hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1d55dd050..befdba47c 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,7 @@ state = if (self ? rev) then "clean" else "dirty"; # This vendorHash represents a derivative of all go.mod dependencies and needs to be adjusted with every change - vendorHash = "sha256-LazrpYWFoa2Atbh7V6q3uM+xydKIfAXPz/jiHVWPo+4="; + vendorHash = "sha256-D5uEj20XEPSVXggzZsLiBM8KifkxapX9ISUQbDsgPmk="; src = ./.;