Skip to content

Commit 023fc6e

Browse files
authored
chore(pack): bump bundled Vela CLI to 0.0.26 (#5792)
* chore(pack): bump Vela CLI to 0.0.26 * chore(nix): refresh pnpm dependency hashes
1 parent 1b2eace commit 023fc6e

3 files changed

Lines changed: 28 additions & 28 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-6ORznHZlK1A55iFQNXngoaDxvk6vJqFAKy6GJeosfe8=";
13-
webHash = "sha256-V70UrVAjXllbw2K3Nt6xi+btf3kccp50dz2B52+5zgw=";
12+
daemonHash = "sha256-4lknuG1bS4INm+F6+u8JAQ9s27KgXRi4+y2Cke3rFGA=";
13+
webHash = "sha256-v/nupkuzndC5tFCMVNuzF0MkL6XzMgBt7HHzQHbeCA0=";
1414
}

pnpm-lock.yaml

Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/pack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"resedit": "1.7.2"
2626
},
2727
"optionalDependencies": {
28-
"@powerformer/vela-cli": "0.0.24"
28+
"@powerformer/vela-cli": "0.0.26"
2929
},
3030
"devDependencies": {
3131
"@types/node": "24.12.2",

0 commit comments

Comments
 (0)