Skip to content

Commit

Permalink
chore: update 'flake.nix' (#1216)
Browse files Browse the repository at this point in the history
Update OCM CLI vendor hash (see:
.github/workflows/flake_vendorhash.yaml)

Co-authored-by: ocmbot[bot] <125909804+ocmbot[bot]@users.noreply.github.com>
  • Loading branch information
ocmbot[bot] authored Dec 29, 2024
1 parent 52ba198 commit a6e2e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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-hDIJjccA6G34X0AAGsPDjZuWfgW0BeiGerv6JGb4Sq8=";
vendorHash = "sha256-LazrpYWFoa2Atbh7V6q3uM+xydKIfAXPz/jiHVWPo+4=";

src = ./.;

Expand Down

0 comments on commit a6e2e9c

Please sign in to comment.