From 6ce6782e33165e150cc3bd009c0be3dbc1f0d48a Mon Sep 17 00:00:00 2001 From: "ocmbot[bot]" <125909804+ocmbot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 07:16:29 +0000 Subject: [PATCH] chore: update 'flake.nix' (#1249) Update OCM CLI vendor hash (see: .github/workflows/flake_vendorhash.yaml) Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com> --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e533a95ef..6529fb748 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-0jxArvCync+cw/gyyKPu4AQBnCvLdA28yFzPXvg0mxQ="; + vendorHash = "sha256-nDftL/7C07pyyPJq1sxHf5GlY7PBl2AxogBbyO2zCHo="; src = ./.;