Skip to content

Commit f433576

Browse files
author
Cheems
committed
fix(nix): refresh pnpm dependency hashes
Refresh the daemon and web fixed-output hashes after the bundled Vela CLI lockfile update. The values come from the failed Nix CI derivations.
1 parent 66eed40 commit f433576

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-YQvGfoSFGgSqdCezSTNrTBIlEpnPFPH04vUzZf5RJc0=";
13-
webHash = "sha256-T6z+ZjG/+KOD9qBqO/WguX6F9C+Z1mGdQlDxw/5Ddq0=";
12+
daemonHash = "sha256-zk97lQyHf540i70NmlAYsS9taGHVqwidX7j8GGomZbc=";
13+
webHash = "sha256-YsOkBjfmQVtvwUDxdAN+XURzMPfpUt7WxHxvxYVoEd8=";
1414
}

0 commit comments

Comments
 (0)