Skip to content

Commit

Permalink
chore: update 'flake.nix' (#1012)
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 Oct 24, 2024
1 parent c76a2ed commit d85df39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-pfnq3+5xmybYvevMrWOP2UmMnN1lApTcq/oaq91Yrs0=";
vendorHash = "sha256-dI47I0+dpoWvMKprYdNbNdPujFahJelmu/HtIbEJzuI=";

src = ./.;

Expand Down

0 comments on commit d85df39

Please sign in to comment.