Skip to content

Commit ad89fc6

Browse files
authored
chore(pack): bump bundled Vela CLI to 0.0.24 (#5764)
* chore(pack): bump Vela CLI to 0.0.24 * chore(nix): refresh pnpm dependency hashes
1 parent 3117a90 commit ad89fc6

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-vWjs6hwLMVVFQbTxpnpkrU5IwVh/WLxt55Q/bZ6Rlkc=";
13-
webHash = "sha256-+fP6LX/6HzUkT4pYxOLok1qFXu/a7rrd4mwz6cahcHQ=";
12+
daemonHash = "sha256-6ORznHZlK1A55iFQNXngoaDxvk6vJqFAKy6GJeosfe8=";
13+
webHash = "sha256-V70UrVAjXllbw2K3Nt6xi+btf3kccp50dz2B52+5zgw=";
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.22"
28+
"@powerformer/vela-cli": "0.0.24"
2929
},
3030
"devDependencies": {
3131
"@types/node": "24.12.2",

0 commit comments

Comments
 (0)