Skip to content

Commit 5f7766d

Browse files
committed
chore(nix): refresh pnpm deps hashes for vela-cli 0.0.28
pnpm-lock.yaml moved @powerformer/vela-cli from 0.0.27-test.7 to 0.0.28, but nix/pnpm-deps.nix was not regenerated, so `nix flake check` failed with a fixed-output hash mismatch for both the daemon and web derivations. Hashes taken from the Nix-reported expected values in CI run 30933223422 (nix is not available on this machine to run `pnpm nix:update-hash` locally); the merge of origin/main did not touch pnpm-lock.yaml, so those values still describe this tree.
1 parent ee92e88 commit 5f7766d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/pnpm-deps.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
# 1. Temporarily set the consuming `hash = lib.fakeHash;`
1010
# 2. Run the relevant nix build/flake check
1111
# 3. Copy the expected hash printed by Nix into the matching field below
12-
daemonHash = "sha256-tCSRjvxtXZ5jkeCw5ERRVPbEQgbQvVNLsl1lDVO1fjs=";
13-
webHash = "sha256-IN6xo6SkQWy6VBz9KTGmarJ0JG172mPKRH7ntIY9NcI=";
12+
daemonHash = "sha256-YQvGfoSFGgSqdCezSTNrTBIlEpnPFPH04vUzZf5RJc0=";
13+
webHash = "sha256-T6z+ZjG/+KOD9qBqO/WguX6F9C+Z1mGdQlDxw/5Ddq0=";
1414
}

0 commit comments

Comments
 (0)