Skip to content

Commit

Permalink
🤖🦾🛠️ scripts/asdf2devbox.py
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2024
1 parent 8c9134e commit 5549b28
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
4 changes: 2 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"maven": "3.8.6",
"pre-commit": "latest",
"bosh-cli": "7.3.1",
"yq-go": "4.43.1",
"which": "latest",
"jq": "latest",
"fly": "7.10.0",
Expand All @@ -39,7 +38,8 @@
"act": "latest",
"google-cloud-sdk": "latest",
"temurin-bin-17": "latest",
"ruby": "latest"
"ruby": "latest",
"yq-go": "4.44.2"
},
"shell": {
"init_hook": [
Expand Down
25 changes: 13 additions & 12 deletions devbox.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1101,6 +1101,7 @@
},
"ruby@latest": {
"last_modified": "2024-06-12T20:55:33Z",
"plugin_version": "0.0.2",
"resolved": "github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#ruby_3_3",
"source": "devbox-search",
"version": "3.3.2",
Expand Down Expand Up @@ -1451,51 +1452,51 @@
}
}
},
"yq-go@4.43.1": {
"last_modified": "2024-04-19T17:36:04-04:00",
"resolved": "github:NixOS/nixpkgs/92d295f588631b0db2da509f381b4fb1e74173c5#yq-go",
"yq-go@4.44.2": {
"last_modified": "2024-06-17T06:49:48Z",
"resolved": "github:NixOS/nixpkgs/38d3352a65ac9d621b0cd3074d3bef27199ff78f#yq-go",
"source": "devbox-search",
"version": "4.43.1",
"version": "4.44.2",
"systems": {
"aarch64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/rfiv0y75hj8730n1a6drnjhkk7vhdl9j-yq-go-4.43.1",
"path": "/nix/store/yshmap37pbnb28xjh0fl8nvi3wy7rak2-yq-go-4.44.2",
"default": true
}
],
"store_path": "/nix/store/rfiv0y75hj8730n1a6drnjhkk7vhdl9j-yq-go-4.43.1"
"store_path": "/nix/store/yshmap37pbnb28xjh0fl8nvi3wy7rak2-yq-go-4.44.2"
},
"aarch64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/jni4dcywxfmwabxqmadp6lha4bn2sv2a-yq-go-4.43.1",
"path": "/nix/store/kp4jkyknj5gd1g6pyv8f1bxnjf02b4la-yq-go-4.44.2",
"default": true
}
],
"store_path": "/nix/store/jni4dcywxfmwabxqmadp6lha4bn2sv2a-yq-go-4.43.1"
"store_path": "/nix/store/kp4jkyknj5gd1g6pyv8f1bxnjf02b4la-yq-go-4.44.2"
},
"x86_64-darwin": {
"outputs": [
{
"name": "out",
"path": "/nix/store/kd7h15ml6ypamdm65vdw1961zmcrqswk-yq-go-4.43.1",
"path": "/nix/store/2bprwhjj9q4g1qkbm89ckkrc2f0wdrl9-yq-go-4.44.2",
"default": true
}
],
"store_path": "/nix/store/kd7h15ml6ypamdm65vdw1961zmcrqswk-yq-go-4.43.1"
"store_path": "/nix/store/2bprwhjj9q4g1qkbm89ckkrc2f0wdrl9-yq-go-4.44.2"
},
"x86_64-linux": {
"outputs": [
{
"name": "out",
"path": "/nix/store/3im0h6slqakpx47p6y87var90hsvxqsy-yq-go-4.43.1",
"path": "/nix/store/pj4h8b49yi3w2wkdmxvm86slmv4cpcbv-yq-go-4.44.2",
"default": true
}
],
"store_path": "/nix/store/3im0h6slqakpx47p6y87var90hsvxqsy-yq-go-4.43.1"
"store_path": "/nix/store/pj4h8b49yi3w2wkdmxvm86slmv4cpcbv-yq-go-4.44.2"
}
}
}
Expand Down

0 comments on commit 5549b28

Please sign in to comment.