From 2910d1786ef5b93a276f2bd9e1c70637c34faeed Mon Sep 17 00:00:00 2001 From: Jimmi Dyson Date: Tue, 27 Aug 2024 15:34:55 +0100 Subject: [PATCH] feat: Build with go 1.23 (#889) --- .goreleaser.yml | 2 +- api/go.mod | 2 +- api/v1alpha1/nutanix_clusterconfig_types.go | 10 +- common/go.mod | 2 +- devbox.json | 2 +- devbox.lock | 772 ++++++++---------- go.mod | 4 +- hack/flakes/flake.lock | 6 +- hack/flakes/flake.nix | 18 +- hack/third-party/capx/go.mod | 2 - .../generic/lifecycle/ccm/nutanix/handler.go | 2 +- .../mutation/prismcentralendpoint/inject.go | 4 +- 12 files changed, 389 insertions(+), 437 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 54c9f5477..4d7266272 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -154,4 +154,4 @@ checksum: name_template: 'checksums.txt' snapshot: - name_template: "{{ incminor .Tag }}-dev" + version_template: "{{ incminor .Tag }}-dev" diff --git a/api/go.mod b/api/go.mod index 44fc0237b..8ee884856 100644 --- a/api/go.mod +++ b/api/go.mod @@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ap go 1.22.0 -toolchain go1.22.5 +toolchain go1.23.0 replace github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/common => ../common diff --git a/api/v1alpha1/nutanix_clusterconfig_types.go b/api/v1alpha1/nutanix_clusterconfig_types.go index b49ac398e..2176c96fa 100644 --- a/api/v1alpha1/nutanix_clusterconfig_types.go +++ b/api/v1alpha1/nutanix_clusterconfig_types.go @@ -55,11 +55,11 @@ type NutanixPrismCentralEndpointCredentials struct { } //nolint:gocritic // No need for named return values -func (s NutanixPrismCentralEndpointSpec) ParseURL() (string, int32, error) { +func (s NutanixPrismCentralEndpointSpec) ParseURL() (string, uint16, error) { var prismCentralURL *url.URL prismCentralURL, err := url.Parse(s.URL) if err != nil { - return "", -1, fmt.Errorf("error parsing Prism Central URL: %w", err) + return "", 0, fmt.Errorf("error parsing Prism Central URL: %w", err) } hostname := prismCentralURL.Hostname() @@ -69,10 +69,10 @@ func (s NutanixPrismCentralEndpointSpec) ParseURL() (string, int32, error) { return hostname, DefaultPrismCentralPort, nil } - port, err := strconv.ParseInt(prismCentralURL.Port(), 10, 32) + port, err := strconv.ParseUint(prismCentralURL.Port(), 10, 16) if err != nil { - return "", -1, fmt.Errorf("error converting port to int: %w", err) + return "", 0, fmt.Errorf("error converting port to int: %w", err) } - return hostname, int32(port), nil + return hostname, uint16(port), nil //nolint:gosec // Bounds are checked by ParseUint call above. } diff --git a/common/go.mod b/common/go.mod index 6cf00cb47..5b70a1eb1 100644 --- a/common/go.mod +++ b/common/go.mod @@ -5,7 +5,7 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/co go 1.22.0 -toolchain go1.22.5 +toolchain go1.23.0 replace github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api => ../api diff --git a/devbox.json b/devbox.json index 5b8449ba2..36430f938 100644 --- a/devbox.json +++ b/devbox.json @@ -16,7 +16,6 @@ "golines@latest", "goreleaser@latest", "gotestsum@latest", - "govulncheck@latest", "helm-docs@latest", "hugo@latest", "kind@latest", @@ -36,6 +35,7 @@ "path:./hack/flakes#go-mod-upgrade", "path:./hack/flakes#golangci-lint", "path:./hack/flakes#goprintconst", + "path:./hack/flakes#govulncheck", "path:./hack/flakes#helm-with-plugins", "path:./hack/flakes#release-please", "path:./hack/flakes#setup-envtest" diff --git a/devbox.lock b/devbox.lock index c1591d73c..aabb19df9 100644 --- a/devbox.lock +++ b/devbox.lock @@ -2,8 +2,8 @@ "lockfile_version": "1", "packages": { "actionlint@latest": { - "last_modified": "2024-08-01T02:09:53Z", - "resolved": "github:NixOS/nixpkgs/799bc8d7b16e6779f0105713e6794899133c4a38#actionlint", + "last_modified": "2024-08-20T00:35:34Z", + "resolved": "github:NixOS/nixpkgs/f02fa2f654c7bcc45f0e815c29d093da7f1245b4#actionlint", "source": "devbox-search", "version": "1.7.1", "systems": { @@ -11,47 +11,47 @@ "outputs": [ { "name": "out", - "path": "/nix/store/89d4d2g933a7lz2q8siyb8w5bpsnnhda-actionlint-1.7.1", + "path": "/nix/store/fxbyik3sazbk4sldc3c8zaww89dsd337-actionlint-1.7.1", "default": true } ], - "store_path": "/nix/store/89d4d2g933a7lz2q8siyb8w5bpsnnhda-actionlint-1.7.1" + "store_path": "/nix/store/fxbyik3sazbk4sldc3c8zaww89dsd337-actionlint-1.7.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/vvbqhd9y06cfqabis9fxxrpj99hwjwlw-actionlint-1.7.1", + "path": "/nix/store/zwnsfp1pw6lxx00gwyk9n9582ckj7xh7-actionlint-1.7.1", "default": true } ], - "store_path": "/nix/store/vvbqhd9y06cfqabis9fxxrpj99hwjwlw-actionlint-1.7.1" + "store_path": "/nix/store/zwnsfp1pw6lxx00gwyk9n9582ckj7xh7-actionlint-1.7.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/vkjhzmqwwc5dqniaz07mna701pqzrww9-actionlint-1.7.1", + "path": "/nix/store/r7fwnm7fhdffrglrcdw6fsw7i90k0im5-actionlint-1.7.1", "default": true } ], - "store_path": "/nix/store/vkjhzmqwwc5dqniaz07mna701pqzrww9-actionlint-1.7.1" + "store_path": "/nix/store/r7fwnm7fhdffrglrcdw6fsw7i90k0im5-actionlint-1.7.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/mx3rbm7ssxr5680jr2qy38h28mkfqwrd-actionlint-1.7.1", + "path": "/nix/store/qg83qfbqijhqnl0l0xs7sn24d4vrljjb-actionlint-1.7.1", "default": true } ], - "store_path": "/nix/store/mx3rbm7ssxr5680jr2qy38h28mkfqwrd-actionlint-1.7.1" + "store_path": "/nix/store/qg83qfbqijhqnl0l0xs7sn24d4vrljjb-actionlint-1.7.1" } } }, "chart-testing@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#chart-testing", + "last_modified": "2024-08-15T15:07:05Z", + "resolved": "github:NixOS/nixpkgs/35e0ed8d1875d2303fab9930c6eb205654a2f6a3#chart-testing", "source": "devbox-search", "version": "3.11.0", "systems": { @@ -59,47 +59,47 @@ "outputs": [ { "name": "out", - "path": "/nix/store/36jg5lad46q9p93d2xjc4lh6znl0x2za-chart-testing-3.11.0", + "path": "/nix/store/37lrby0d89zsy2llp7andnmb5h3z3rls-chart-testing-3.11.0", "default": true } ], - "store_path": "/nix/store/36jg5lad46q9p93d2xjc4lh6znl0x2za-chart-testing-3.11.0" + "store_path": "/nix/store/37lrby0d89zsy2llp7andnmb5h3z3rls-chart-testing-3.11.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/sadq274mhx9ir0q8njwgilvw1jjm8qn8-chart-testing-3.11.0", + "path": "/nix/store/j9g89gzlgfwh6yrlabqbrlsr0bdyrxir-chart-testing-3.11.0", "default": true } ], - "store_path": "/nix/store/sadq274mhx9ir0q8njwgilvw1jjm8qn8-chart-testing-3.11.0" + "store_path": "/nix/store/j9g89gzlgfwh6yrlabqbrlsr0bdyrxir-chart-testing-3.11.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/3qsr1w06c17gnw1iy5sw56zk2yhzj1dm-chart-testing-3.11.0", + "path": "/nix/store/7rnzn0z1v03xflyb6hvzzd8wx0n0513p-chart-testing-3.11.0", "default": true } ], - "store_path": "/nix/store/3qsr1w06c17gnw1iy5sw56zk2yhzj1dm-chart-testing-3.11.0" + "store_path": "/nix/store/7rnzn0z1v03xflyb6hvzzd8wx0n0513p-chart-testing-3.11.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/ggzins8sb61pd48fzrqwc5ndjpgn0zif-chart-testing-3.11.0", + "path": "/nix/store/l43b05ch6r60iad3q5drs8lpp9vwv2vb-chart-testing-3.11.0", "default": true } ], - "store_path": "/nix/store/ggzins8sb61pd48fzrqwc5ndjpgn0zif-chart-testing-3.11.0" + "store_path": "/nix/store/l43b05ch6r60iad3q5drs8lpp9vwv2vb-chart-testing-3.11.0" } } }, "coreutils@latest": { - "last_modified": "2024-07-07T07:43:47Z", - "resolved": "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b#coreutils", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#coreutils", "source": "devbox-search", "version": "9.5", "systems": { @@ -107,155 +107,155 @@ "outputs": [ { "name": "out", - "path": "/nix/store/pldbvp0p2z2pa76h17g797vvk201155r-coreutils-9.5", + "path": "/nix/store/x6q42ni8b285nxx58j7bm63v9mcrk6sy-coreutils-9.5", "default": true }, { "name": "info", - "path": "/nix/store/f5qq43zkbwkzf20cyfhbbrjz97pkqc18-coreutils-9.5-info" + "path": "/nix/store/hfckwlydrfkci51bz9mzs21dfyp6hb70-coreutils-9.5-info" } ], - "store_path": "/nix/store/pldbvp0p2z2pa76h17g797vvk201155r-coreutils-9.5" + "store_path": "/nix/store/x6q42ni8b285nxx58j7bm63v9mcrk6sy-coreutils-9.5" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/ykgg9l0s62brx3xmnhdyjms94ylgas1i-coreutils-9.5", + "path": "/nix/store/gdj3wqa788wm5aghx4sh6dnz3jcdmbn9-coreutils-9.5", "default": true }, { "name": "debug", - "path": "/nix/store/ml3apw95278grz137ssqkqh06k9kdkw5-coreutils-9.5-debug" + "path": "/nix/store/8v9h364dcsikr8bx3cbpaqi0v70y21w9-coreutils-9.5-debug" }, { "name": "info", - "path": "/nix/store/3ncshm0nv5xwlv9j294577sy63xikfpp-coreutils-9.5-info" + "path": "/nix/store/sqcz77r6d4740d5hmhxfdnd8v356n0kz-coreutils-9.5-info" } ], - "store_path": "/nix/store/ykgg9l0s62brx3xmnhdyjms94ylgas1i-coreutils-9.5" + "store_path": "/nix/store/gdj3wqa788wm5aghx4sh6dnz3jcdmbn9-coreutils-9.5" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/xpz7lrgqgskcxa57pbhakd5iikkw93ag-coreutils-9.5", + "path": "/nix/store/a0lnklzmr6gqn7sd8yqyj876g2s4b58r-coreutils-9.5", "default": true }, { "name": "info", - "path": "/nix/store/lgwj37r7kphv8r1f7cx1ggrk5cqyx9xp-coreutils-9.5-info" + "path": "/nix/store/cayisy3j8iyxqqd7q9wybjrrk3p70ziw-coreutils-9.5-info" } ], - "store_path": "/nix/store/xpz7lrgqgskcxa57pbhakd5iikkw93ag-coreutils-9.5" + "store_path": "/nix/store/a0lnklzmr6gqn7sd8yqyj876g2s4b58r-coreutils-9.5" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/dhv5gh89him9a7ddr56cqg87zfkmjihp-coreutils-9.5", + "path": "/nix/store/w1iq3315z63558j04gnlzdd2yk1v1hfz-coreutils-9.5", "default": true }, { "name": "debug", - "path": "/nix/store/006bkgp0fb2235g2rwsy1dcwmlwjh9h1-coreutils-9.5-debug" + "path": "/nix/store/rmrwr7brz0aaxclprkxh8y5yicw7wcl7-coreutils-9.5-debug" }, { "name": "info", - "path": "/nix/store/iq4vfqbq77x6w0i0f1s1d68rrrkfwlgy-coreutils-9.5-info" + "path": "/nix/store/965r87rpglaw6ny45ywgdqw1w4wbq65y-coreutils-9.5-info" } ], - "store_path": "/nix/store/dhv5gh89him9a7ddr56cqg87zfkmjihp-coreutils-9.5" + "store_path": "/nix/store/w1iq3315z63558j04gnlzdd2yk1v1hfz-coreutils-9.5" } } }, "crane@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#crane", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#crane", "source": "devbox-search", - "version": "0.20.0", + "version": "0.20.2", "systems": { "aarch64-darwin": { "outputs": [ { "name": "crane", - "path": "/nix/store/qw3f64d2cyrskiaf11jixwk6lj86y1r2-go-containerregistry-0.20.0-crane", + "path": "/nix/store/xsr2qcn0xyzd02pnwnm8nhyilr25yvnw-go-containerregistry-0.20.2-crane", "default": true }, { "name": "out", - "path": "/nix/store/v28kwldp4ymjmgiplr2npl76zbmdk77p-go-containerregistry-0.20.0", + "path": "/nix/store/4zv6sagf6svr6ygysp9z01ihr7zss699-go-containerregistry-0.20.2", "default": true }, { "name": "gcrane", - "path": "/nix/store/mbpf4m47051lmg6cvw1rpr22knsc3h92-go-containerregistry-0.20.0-gcrane" + "path": "/nix/store/pi2v5px6laa60mz16pz0f2x17699ipj7-go-containerregistry-0.20.2-gcrane" } ], - "store_path": "/nix/store/qw3f64d2cyrskiaf11jixwk6lj86y1r2-go-containerregistry-0.20.0-crane" + "store_path": "/nix/store/xsr2qcn0xyzd02pnwnm8nhyilr25yvnw-go-containerregistry-0.20.2-crane" }, "aarch64-linux": { "outputs": [ { "name": "crane", - "path": "/nix/store/2xp8aaiwxpypy553wc3jqyrhga115iv8-go-containerregistry-0.20.0-crane", + "path": "/nix/store/dyp3zf922g64785pirccllgd7fd1258j-go-containerregistry-0.20.2-crane", "default": true }, { "name": "out", - "path": "/nix/store/w8bdlhqs2x2lrf6d1givfby5irv2iwbc-go-containerregistry-0.20.0", + "path": "/nix/store/bkmymyga95xjq45xzqjp335kmsq5s085-go-containerregistry-0.20.2", "default": true }, { "name": "gcrane", - "path": "/nix/store/4ra8d4acvnmzk85c99nynl80sxlr89gk-go-containerregistry-0.20.0-gcrane" + "path": "/nix/store/3jkiw2aakm31l9d9ngyindxb8pkmr77f-go-containerregistry-0.20.2-gcrane" } ], - "store_path": "/nix/store/2xp8aaiwxpypy553wc3jqyrhga115iv8-go-containerregistry-0.20.0-crane" + "store_path": "/nix/store/dyp3zf922g64785pirccllgd7fd1258j-go-containerregistry-0.20.2-crane" }, "x86_64-darwin": { "outputs": [ { "name": "crane", - "path": "/nix/store/x5j4k9vd2bl7q72kkcf9cqdl11l6chcb-go-containerregistry-0.20.0-crane", + "path": "/nix/store/a93fd1v4v1sg661wmzsa9n5rf0543nm8-go-containerregistry-0.20.2-crane", "default": true }, { "name": "out", - "path": "/nix/store/ydshh5655cnmw8jhjvi6smxjl7c0ck69-go-containerregistry-0.20.0", + "path": "/nix/store/l5klnnb7j2jyxmgl7s2hp0kwk9xb22hi-go-containerregistry-0.20.2", "default": true }, { "name": "gcrane", - "path": "/nix/store/1dq20y9dbzk8cyn4qrd6wifwqfx8mzrc-go-containerregistry-0.20.0-gcrane" + "path": "/nix/store/s3fslif7h1hyzg30vyhksyqg6qw4qc54-go-containerregistry-0.20.2-gcrane" } ], - "store_path": "/nix/store/x5j4k9vd2bl7q72kkcf9cqdl11l6chcb-go-containerregistry-0.20.0-crane" + "store_path": "/nix/store/a93fd1v4v1sg661wmzsa9n5rf0543nm8-go-containerregistry-0.20.2-crane" }, "x86_64-linux": { "outputs": [ { "name": "crane", - "path": "/nix/store/9ldaaz8z7gpji6phwgaa94klcyf3dsc3-go-containerregistry-0.20.0-crane", + "path": "/nix/store/n0bfx7kavmpyhpi73sclnvgnq726nlwc-go-containerregistry-0.20.2-crane", "default": true }, { "name": "out", - "path": "/nix/store/a35ib6j2qv2nmnfrv71kcyb9gwrgrrip-go-containerregistry-0.20.0", + "path": "/nix/store/nvxahsmcg9l19lm96q79d14s6mya03yd-go-containerregistry-0.20.2", "default": true }, { "name": "gcrane", - "path": "/nix/store/7wk2j4zk5p7r5v878qi1p2ywyykh3yrg-go-containerregistry-0.20.0-gcrane" + "path": "/nix/store/m84vbyc1z2qmqsqyic05lgmc10adnwyi-go-containerregistry-0.20.2-gcrane" } ], - "store_path": "/nix/store/9ldaaz8z7gpji6phwgaa94klcyf3dsc3-go-containerregistry-0.20.0-crane" + "store_path": "/nix/store/n0bfx7kavmpyhpi73sclnvgnq726nlwc-go-containerregistry-0.20.2-crane" } } }, "envsubst@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#envsubst", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#envsubst", "source": "devbox-search", "version": "1.4.2", "systems": { @@ -263,47 +263,47 @@ "outputs": [ { "name": "out", - "path": "/nix/store/shbpgijq30463mwd130v8ps5r3srwrhl-envsubst-1.4.2", + "path": "/nix/store/q0djdha72j4ps51sb4ypz4hy4jfn9z3j-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/shbpgijq30463mwd130v8ps5r3srwrhl-envsubst-1.4.2" + "store_path": "/nix/store/q0djdha72j4ps51sb4ypz4hy4jfn9z3j-envsubst-1.4.2" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/wq0z5swg3yhnmh9i7wjwp9nlhb5vlvvf-envsubst-1.4.2", + "path": "/nix/store/shssnivmjsyf47lgcin1z6jpfgx2an9y-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/wq0z5swg3yhnmh9i7wjwp9nlhb5vlvvf-envsubst-1.4.2" + "store_path": "/nix/store/shssnivmjsyf47lgcin1z6jpfgx2an9y-envsubst-1.4.2" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/5f9ywjnpxawwjv1rsw757jjjkhby0pkr-envsubst-1.4.2", + "path": "/nix/store/wkzj442jsbhj25yjg376fjqy62dvn3xq-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/5f9ywjnpxawwjv1rsw757jjjkhby0pkr-envsubst-1.4.2" + "store_path": "/nix/store/wkzj442jsbhj25yjg376fjqy62dvn3xq-envsubst-1.4.2" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/0bvggbkrg2gagl6agx481npzs9fqhxh9-envsubst-1.4.2", + "path": "/nix/store/x1wpa7g0zyfyris22maby0yrzbb4gcbn-envsubst-1.4.2", "default": true } ], - "store_path": "/nix/store/0bvggbkrg2gagl6agx481npzs9fqhxh9-envsubst-1.4.2" + "store_path": "/nix/store/x1wpa7g0zyfyris22maby0yrzbb4gcbn-envsubst-1.4.2" } } }, "findutils@latest": { - "last_modified": "2024-08-04T00:20:25Z", - "resolved": "github:NixOS/nixpkgs/f3834de3782b82bfc666abf664f946d0e7d1f116#findutils", + "last_modified": "2024-08-21T02:49:08Z", + "resolved": "github:NixOS/nixpkgs/4c30668e1edb7348169407f218fa7c71a94b17f3#findutils", "source": "devbox-search", "version": "4.10.0", "systems": { @@ -311,175 +311,175 @@ "outputs": [ { "name": "out", - "path": "/nix/store/y01yv3ylb4zyadnh8cmpv3h8j0vw9slx-findutils-4.10.0", + "path": "/nix/store/ikxnrb4dsyj6kq9r4a64m3ixnp3qxyhh-findutils-4.10.0", "default": true }, { "name": "info", - "path": "/nix/store/3z3hpa9wb2i7nysw124z1dvbcn70ksgh-findutils-4.10.0-info" + "path": "/nix/store/dnf8qsdm8r42mrj6dz68pmsl1jm7s7yd-findutils-4.10.0-info" }, { "name": "locate", - "path": "/nix/store/4gyirp19pbxhwrx7rzl6vfpw22l2g7n0-findutils-4.10.0-locate" + "path": "/nix/store/07rdzxhx93rxgg1jkmir3r5q6jmxs4qq-findutils-4.10.0-locate" } ], - "store_path": "/nix/store/y01yv3ylb4zyadnh8cmpv3h8j0vw9slx-findutils-4.10.0" + "store_path": "/nix/store/ikxnrb4dsyj6kq9r4a64m3ixnp3qxyhh-findutils-4.10.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/jb46rzdwkhgdgj39kq9icmra53nyrpa7-findutils-4.10.0", + "path": "/nix/store/qxmcmky0sgsbb33igmmdc2j3137cfz8h-findutils-4.10.0", "default": true }, { "name": "info", - "path": "/nix/store/dwahdc89dh4rqjwlrflr0f976x7wnias-findutils-4.10.0-info" + "path": "/nix/store/m6ac6w27dmii6xqmkqpk7iwwzr06jdw3-findutils-4.10.0-info" }, { "name": "locate", - "path": "/nix/store/30y219f631l5mzrrh6f16davc25mrdhr-findutils-4.10.0-locate" + "path": "/nix/store/y31a2fj7gvijypic88yry1jhq30x907w-findutils-4.10.0-locate" } ], - "store_path": "/nix/store/jb46rzdwkhgdgj39kq9icmra53nyrpa7-findutils-4.10.0" + "store_path": "/nix/store/qxmcmky0sgsbb33igmmdc2j3137cfz8h-findutils-4.10.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/hvsa4xjp5w0fd2w8mdlrqs4gkvbjqgll-findutils-4.10.0", + "path": "/nix/store/x8ikpifmdv8i8rkg4x30dy1lrnd7p53z-findutils-4.10.0", "default": true }, { "name": "info", - "path": "/nix/store/q1f4wfavpdllyxhvcrhhpry1l4l5midx-findutils-4.10.0-info" + "path": "/nix/store/ya7y3jlpsjrzhbgz70h36d5f4n348lv1-findutils-4.10.0-info" }, { "name": "locate", - "path": "/nix/store/gnlfhhxr8pd0qq1p4w63nkl8mykr7y73-findutils-4.10.0-locate" + "path": "/nix/store/c8fs7whw0di9kvrlhii57qnbv6ry029h-findutils-4.10.0-locate" } ], - "store_path": "/nix/store/hvsa4xjp5w0fd2w8mdlrqs4gkvbjqgll-findutils-4.10.0" + "store_path": "/nix/store/x8ikpifmdv8i8rkg4x30dy1lrnd7p53z-findutils-4.10.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/5my5b6mw7h9hxqknvggjla1ci165ly21-findutils-4.10.0", + "path": "/nix/store/ajymwgc23snyw48wvkapw4qjggsi2vbw-findutils-4.10.0", "default": true }, { "name": "info", - "path": "/nix/store/9drh6falymm3jh0gi9js230inhry26li-findutils-4.10.0-info" + "path": "/nix/store/21zv0kd4cfb1q4radmk66sqdwsz8myg7-findutils-4.10.0-info" }, { "name": "locate", - "path": "/nix/store/86faa19lppxz960zx564aydi2h49z0ns-findutils-4.10.0-locate" + "path": "/nix/store/9acrrgzn0qv5yg1b9wll2k8x5ix4mwpj-findutils-4.10.0-locate" } ], - "store_path": "/nix/store/5my5b6mw7h9hxqknvggjla1ci165ly21-findutils-4.10.0" + "store_path": "/nix/store/ajymwgc23snyw48wvkapw4qjggsi2vbw-findutils-4.10.0" } } }, "gh@latest": { - "last_modified": "2024-08-02T23:16:43Z", - "resolved": "github:NixOS/nixpkgs/81610abc161d4021b29199aa464d6a1a521e0cc9#gh", + "last_modified": "2024-08-21T11:30:02Z", + "resolved": "github:NixOS/nixpkgs/f132a77a82530de0d10216f09857090d324fee05#gh", "source": "devbox-search", - "version": "2.54.0", + "version": "2.55.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/ffhz14j4v0wgr24li67n58l3r85khyv3-gh-2.54.0", + "path": "/nix/store/wfvn7fyzp9swfs5gxf6nwplccwfniaas-gh-2.55.0", "default": true } ], - "store_path": "/nix/store/ffhz14j4v0wgr24li67n58l3r85khyv3-gh-2.54.0" + "store_path": "/nix/store/wfvn7fyzp9swfs5gxf6nwplccwfniaas-gh-2.55.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/giqcnp1bkjmggzwylmzi221wwyzvwcj9-gh-2.54.0", + "path": "/nix/store/d4jzh3n34mqvw6s2nccdc420vwjpjwl0-gh-2.55.0", "default": true } ], - "store_path": "/nix/store/giqcnp1bkjmggzwylmzi221wwyzvwcj9-gh-2.54.0" + "store_path": "/nix/store/d4jzh3n34mqvw6s2nccdc420vwjpjwl0-gh-2.55.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/xl1kr0ah5vrh0mg2g21zlb6n73w8x4cj-gh-2.54.0", + "path": "/nix/store/v08skvfjvpfy7qagjjghb17ppm50785k-gh-2.55.0", "default": true } ], - "store_path": "/nix/store/xl1kr0ah5vrh0mg2g21zlb6n73w8x4cj-gh-2.54.0" + "store_path": "/nix/store/v08skvfjvpfy7qagjjghb17ppm50785k-gh-2.55.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/yz19xhnk02byz0h0qpaz18nggin56zqw-gh-2.54.0", + "path": "/nix/store/a556phhrc0spd0z2yn5q2x4h3qpfc8rk-gh-2.55.0", "default": true } ], - "store_path": "/nix/store/yz19xhnk02byz0h0qpaz18nggin56zqw-gh-2.54.0" + "store_path": "/nix/store/a556phhrc0spd0z2yn5q2x4h3qpfc8rk-gh-2.55.0" } } }, "ginkgo@latest": { - "last_modified": "2024-07-27T00:41:21Z", - "resolved": "github:NixOS/nixpkgs/48bacf585a51d953def8bff32087970f273052e2#ginkgo", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#ginkgo", "source": "devbox-search", - "version": "2.19.1", + "version": "2.20.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/83hiwfi19f1gr0r4fhl957jyw65wvaig-ginkgo-2.19.1", + "path": "/nix/store/fxpcgdyqlmkgp3ijqxw9llicgm86ad10-ginkgo-2.20.0", "default": true } ], - "store_path": "/nix/store/83hiwfi19f1gr0r4fhl957jyw65wvaig-ginkgo-2.19.1" + "store_path": "/nix/store/fxpcgdyqlmkgp3ijqxw9llicgm86ad10-ginkgo-2.20.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/i2qip2zd28vlqr1wcjpgiq7fd59dlsly-ginkgo-2.19.1", + "path": "/nix/store/zazdz2m5zg4cphyrz4mpcr1k180hgizm-ginkgo-2.20.0", "default": true } ], - "store_path": "/nix/store/i2qip2zd28vlqr1wcjpgiq7fd59dlsly-ginkgo-2.19.1" + "store_path": "/nix/store/zazdz2m5zg4cphyrz4mpcr1k180hgizm-ginkgo-2.20.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/7syipz9ww08qy7yivavpjxxrslhq4aqx-ginkgo-2.19.1", + "path": "/nix/store/agklab6fpxjl3r2ci6i2j4asj92qi4ha-ginkgo-2.20.0", "default": true } ], - "store_path": "/nix/store/7syipz9ww08qy7yivavpjxxrslhq4aqx-ginkgo-2.19.1" + "store_path": "/nix/store/agklab6fpxjl3r2ci6i2j4asj92qi4ha-ginkgo-2.20.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/pyi1ih2c13rnkn1c04clbx9nxqbrfzwj-ginkgo-2.19.1", + "path": "/nix/store/xzic2vl0vbxkjizganrsba5ps5bmjp4z-ginkgo-2.20.0", "default": true } ], - "store_path": "/nix/store/pyi1ih2c13rnkn1c04clbx9nxqbrfzwj-ginkgo-2.19.1" + "store_path": "/nix/store/xzic2vl0vbxkjizganrsba5ps5bmjp4z-ginkgo-2.20.0" } } }, "git@latest": { - "last_modified": "2024-07-31T08:48:38Z", - "resolved": "github:NixOS/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce#git", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#git", "source": "devbox-search", "version": "2.45.2", "systems": { @@ -487,71 +487,71 @@ "outputs": [ { "name": "out", - "path": "/nix/store/x40bf8i3vwwjaxgm423f6b6rcy4qm5m3-git-2.45.2", + "path": "/nix/store/0hiwlijxhs9mvigjfsggl5rkr4gpk52q-git-2.45.2", "default": true }, { "name": "doc", - "path": "/nix/store/y1gby0cqi1rfcpw96599ilz4awr66d8l-git-2.45.2-doc" + "path": "/nix/store/rfzz8cr3hsk7gr35dk7hcbrfyqyxjibn-git-2.45.2-doc" } ], - "store_path": "/nix/store/x40bf8i3vwwjaxgm423f6b6rcy4qm5m3-git-2.45.2" + "store_path": "/nix/store/0hiwlijxhs9mvigjfsggl5rkr4gpk52q-git-2.45.2" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/1kar0gc7pfaq2kbrribq6r8rqj2qx5yy-git-2.45.2", + "path": "/nix/store/psrwvc0d56phgxn35dam0mkl6793ii4m-git-2.45.2", "default": true }, { "name": "debug", - "path": "/nix/store/rlcznd3f4khg0p1k5bb6rd7pid92npc8-git-2.45.2-debug" + "path": "/nix/store/5hhh66s7rvqj321mp6dqshsrh16prycr-git-2.45.2-debug" }, { "name": "doc", - "path": "/nix/store/dr4ymv1nnyylcvf2pc0x9a0g6xgm74b9-git-2.45.2-doc" + "path": "/nix/store/xymplxcmd2snjikl6z7i45v2mrn1ghbl-git-2.45.2-doc" } ], - "store_path": "/nix/store/1kar0gc7pfaq2kbrribq6r8rqj2qx5yy-git-2.45.2" + "store_path": "/nix/store/psrwvc0d56phgxn35dam0mkl6793ii4m-git-2.45.2" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/5j735q46i4rfs6qzkrfdlz7sjz9gbss2-git-2.45.2", + "path": "/nix/store/82ibhj1j82f19d4vwn7z88c9b1zg7xxa-git-2.45.2", "default": true }, { "name": "doc", - "path": "/nix/store/qyg94b3ngx8n6xq97k1hhmv2hvnmgf44-git-2.45.2-doc" + "path": "/nix/store/z8q4agw3vfj7vlix8ppswrz900i6bsn3-git-2.45.2-doc" } ], - "store_path": "/nix/store/5j735q46i4rfs6qzkrfdlz7sjz9gbss2-git-2.45.2" + "store_path": "/nix/store/82ibhj1j82f19d4vwn7z88c9b1zg7xxa-git-2.45.2" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/zlkbk9a9l6jw9ghaknlyk6l73q263m44-git-2.45.2", + "path": "/nix/store/p45c31p2qhwjy4vf60v2d2mw9bvvpb67-git-2.45.2", "default": true }, { "name": "debug", - "path": "/nix/store/3f2r8s83z5m6mvhysmb0q8ni664xnjfm-git-2.45.2-debug" + "path": "/nix/store/avmjkyw7m8qj9ylbziwigahmcyrgyxig-git-2.45.2-debug" }, { "name": "doc", - "path": "/nix/store/ardp2nl3vylv67x5m2kg3xsvci1hc7kl-git-2.45.2-doc" + "path": "/nix/store/qlc68q98b3q3nd7prbdmkmm133vy2bf1-git-2.45.2-doc" } ], - "store_path": "/nix/store/zlkbk9a9l6jw9ghaknlyk6l73q263m44-git-2.45.2" + "store_path": "/nix/store/p45c31p2qhwjy4vf60v2d2mw9bvvpb67-git-2.45.2" } } }, "gnumake@latest": { - "last_modified": "2024-07-07T07:43:47Z", - "resolved": "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b#gnumake", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#gnumake", "source": "devbox-search", "version": "4.4.1", "systems": { @@ -559,91 +559,91 @@ "outputs": [ { "name": "out", - "path": "/nix/store/c4301v1sjrp1779626h44pl91jbnpn5r-gnumake-4.4.1", + "path": "/nix/store/sz3m7krgqnb9cjd2qjd3grhls157sdwf-gnumake-4.4.1", "default": true }, { "name": "man", - "path": "/nix/store/ajpqp6akrszzdvxbb40fq6czikidc2vb-gnumake-4.4.1-man", + "path": "/nix/store/6yi88bny7isqyr13vxnazy7ycg4m27zg-gnumake-4.4.1-man", "default": true }, { "name": "info", - "path": "/nix/store/qs7gmbv88h9v6achca5950a33zmniabc-gnumake-4.4.1-info" + "path": "/nix/store/qcwvg2pa29jrd227qmwjljncpzcp75gz-gnumake-4.4.1-info" } ], - "store_path": "/nix/store/c4301v1sjrp1779626h44pl91jbnpn5r-gnumake-4.4.1" + "store_path": "/nix/store/sz3m7krgqnb9cjd2qjd3grhls157sdwf-gnumake-4.4.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/zm3bz71h77594dnry2v5q6rd6wyb6j4y-gnumake-4.4.1", + "path": "/nix/store/zisc80m4vlwzvcl152fjyfprfdhnq1mc-gnumake-4.4.1", "default": true }, { "name": "man", - "path": "/nix/store/ww1zz6d9lbypwxfg1187f9l2qj16abp9-gnumake-4.4.1-man", + "path": "/nix/store/hqcwcnqi98k7npg5xqx88wzxf5fkcq6p-gnumake-4.4.1-man", "default": true }, { "name": "debug", - "path": "/nix/store/2jmxd53sms6h9z95i5rl54s6899pb2ix-gnumake-4.4.1-debug" + "path": "/nix/store/7x2v8w6s0sn2m9av2a8fd9rjpbdz2zhx-gnumake-4.4.1-debug" }, { "name": "info", - "path": "/nix/store/5aq5k0fl2w43iwlfqn4jy3hpbxl7sh9y-gnumake-4.4.1-info" + "path": "/nix/store/j30jfdwlzd32hbr38s4r1649dv3mfznc-gnumake-4.4.1-info" } ], - "store_path": "/nix/store/zm3bz71h77594dnry2v5q6rd6wyb6j4y-gnumake-4.4.1" + "store_path": "/nix/store/zisc80m4vlwzvcl152fjyfprfdhnq1mc-gnumake-4.4.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/6mq2psv6b3kraaf1axdw2h1ci28nw15l-gnumake-4.4.1", + "path": "/nix/store/smp8k999pchxy2igjmgp4xsa5p26zlic-gnumake-4.4.1", "default": true }, { "name": "man", - "path": "/nix/store/xmif4yq2xqy37qjhgzz43sni8nrickh6-gnumake-4.4.1-man", + "path": "/nix/store/xil73ibrmx0l3wwgm0bzjncraywxbp5c-gnumake-4.4.1-man", "default": true }, { "name": "info", - "path": "/nix/store/44kyl5f1z3qji74bjfj69anqnhhia5q0-gnumake-4.4.1-info" + "path": "/nix/store/0gv1wsnadpg2m1m5igz1wjagif7m8fzv-gnumake-4.4.1-info" } ], - "store_path": "/nix/store/6mq2psv6b3kraaf1axdw2h1ci28nw15l-gnumake-4.4.1" + "store_path": "/nix/store/smp8k999pchxy2igjmgp4xsa5p26zlic-gnumake-4.4.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/y1p3w7pj0f7n77kl33wmz5gml6qcqfjd-gnumake-4.4.1", + "path": "/nix/store/z4g38z9kx48234vrgnqxkijk0bmm9jm5-gnumake-4.4.1", "default": true }, { "name": "man", - "path": "/nix/store/qrbxn3bh9p4ivq5jx2fs6l34k0inqpz2-gnumake-4.4.1-man", + "path": "/nix/store/2hkypijajcr9nn20b3fkizz419b6fnc0-gnumake-4.4.1-man", "default": true }, { "name": "debug", - "path": "/nix/store/1rpvn74fg0vyp7k3r369qa6m0jqhsgiz-gnumake-4.4.1-debug" + "path": "/nix/store/ld4s0g2gwckka2851azkv9fqw2bwqpil-gnumake-4.4.1-debug" }, { "name": "info", - "path": "/nix/store/561k9y7cqfyf58j9x1dblw0c18625xyd-gnumake-4.4.1-info" + "path": "/nix/store/zmicx4r6043zxcqxzrrzm7b429hhdyp5-gnumake-4.4.1-info" } ], - "store_path": "/nix/store/y1p3w7pj0f7n77kl33wmz5gml6qcqfjd-gnumake-4.4.1" + "store_path": "/nix/store/z4g38z9kx48234vrgnqxkijk0bmm9jm5-gnumake-4.4.1" } } }, "gnused@latest": { - "last_modified": "2024-07-07T07:43:47Z", - "resolved": "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b#gnused", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#gnused", "source": "devbox-search", "version": "4.9", "systems": { @@ -651,111 +651,111 @@ "outputs": [ { "name": "out", - "path": "/nix/store/784lk2i72i7q4c0dpl1ig5dr9y9q9spr-gnused-4.9", + "path": "/nix/store/nvysnjsf789q5v2sg6jwcwikjdjxds81-gnused-4.9", "default": true }, { "name": "info", - "path": "/nix/store/a5ksjqpmhrhw80jjqnd7k9hr4hvmjfc9-gnused-4.9-info" + "path": "/nix/store/9d2x0fh82pfcqnx6805hdnywjx5r9s33-gnused-4.9-info" } ], - "store_path": "/nix/store/784lk2i72i7q4c0dpl1ig5dr9y9q9spr-gnused-4.9" + "store_path": "/nix/store/nvysnjsf789q5v2sg6jwcwikjdjxds81-gnused-4.9" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/l012c1mic40dnfsh15nmifm9q7lpcci1-gnused-4.9", + "path": "/nix/store/82v9hz5nav5swvdmz4cq53f2m671njcc-gnused-4.9", "default": true }, { "name": "info", - "path": "/nix/store/q6fm430c1kanvy66s4a6rqrrkkadndw1-gnused-4.9-info" + "path": "/nix/store/cgvbr7lib8inj28ixdd7h3ak9xfdiqly-gnused-4.9-info" } ], - "store_path": "/nix/store/l012c1mic40dnfsh15nmifm9q7lpcci1-gnused-4.9" + "store_path": "/nix/store/82v9hz5nav5swvdmz4cq53f2m671njcc-gnused-4.9" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/l3j79n7dr0n78i3fsjr4xjzml0hv5gza-gnused-4.9", + "path": "/nix/store/r6hydmyd1v9z0ixj0565kgabbh6jb80r-gnused-4.9", "default": true }, { "name": "info", - "path": "/nix/store/4nvqq7qxpv8921aq3gasjrhvsdxassm6-gnused-4.9-info" + "path": "/nix/store/vdkxmd1vlmq1cs5ia6p68131qvrwz9ag-gnused-4.9-info" } ], - "store_path": "/nix/store/l3j79n7dr0n78i3fsjr4xjzml0hv5gza-gnused-4.9" + "store_path": "/nix/store/r6hydmyd1v9z0ixj0565kgabbh6jb80r-gnused-4.9" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/9zsm74npdqq2lgjzavlzaqrz8x44mq9d-gnused-4.9", + "path": "/nix/store/d58flzaagmfb5pyvmknly4cnws45nc80-gnused-4.9", "default": true }, { "name": "info", - "path": "/nix/store/qjjkw15sfm1q1xkkwpm9qqjcvs2z9fx6-gnused-4.9-info" + "path": "/nix/store/l3rnmrg88mihyv0bkcipsaw64p8ffsh2-gnused-4.9-info" } ], - "store_path": "/nix/store/9zsm74npdqq2lgjzavlzaqrz8x44mq9d-gnused-4.9" + "store_path": "/nix/store/d58flzaagmfb5pyvmknly4cnws45nc80-gnused-4.9" } } }, "go@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#go", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#go_1_23", "source": "devbox-search", - "version": "1.22.5", + "version": "1.23.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/05saqcgidraqmn4z82prsp7rbj9hjmwm-go-1.22.5", + "path": "/nix/store/x097y3rdlvw6ax1id52xx2didgzxjg34-go-1.23.0", "default": true } ], - "store_path": "/nix/store/05saqcgidraqmn4z82prsp7rbj9hjmwm-go-1.22.5" + "store_path": "/nix/store/x097y3rdlvw6ax1id52xx2didgzxjg34-go-1.23.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/b97bbxn6kpysysxb8nxn4k39ffxmp4p6-go-1.22.5", + "path": "/nix/store/znns5qk7fbhjb89bqhabxjxpgiq2ag1a-go-1.23.0", "default": true } ], - "store_path": "/nix/store/b97bbxn6kpysysxb8nxn4k39ffxmp4p6-go-1.22.5" + "store_path": "/nix/store/znns5qk7fbhjb89bqhabxjxpgiq2ag1a-go-1.23.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/gdyii59c48s4a8q6w584ccgm95qls3lh-go-1.22.5", + "path": "/nix/store/psym5ggdincwihwd81kssc4gbw1k3p3h-go-1.23.0", "default": true } ], - "store_path": "/nix/store/gdyii59c48s4a8q6w584ccgm95qls3lh-go-1.22.5" + "store_path": "/nix/store/psym5ggdincwihwd81kssc4gbw1k3p3h-go-1.23.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/3v17dij8rvg7q99009swxg52995r7s22-go-1.22.5", + "path": "/nix/store/0k144pnsvy0wa3dcl1y3df7d4zskylc4-go-1.23.0", "default": true } ], - "store_path": "/nix/store/3v17dij8rvg7q99009swxg52995r7s22-go-1.22.5" + "store_path": "/nix/store/0k144pnsvy0wa3dcl1y3df7d4zskylc4-go-1.23.0" } } }, "gojq@latest": { - "last_modified": "2024-07-31T08:48:38Z", - "resolved": "github:NixOS/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce#gojq", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#gojq", "source": "devbox-search", "version": "0.12.16", "systems": { @@ -763,47 +763,47 @@ "outputs": [ { "name": "out", - "path": "/nix/store/6hnh6kssmpajyzva24gsabk94bl39qmc-gojq-0.12.16", + "path": "/nix/store/d507nlay30kh9vmid2d0pv3h26iwc1q5-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/6hnh6kssmpajyzva24gsabk94bl39qmc-gojq-0.12.16" + "store_path": "/nix/store/d507nlay30kh9vmid2d0pv3h26iwc1q5-gojq-0.12.16" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/q8p3ry85dfd7lhj34s1zqmy9z7irvg14-gojq-0.12.16", + "path": "/nix/store/9ljc5hw0c3fbjwm2krjfbi8iqp9jb87i-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/q8p3ry85dfd7lhj34s1zqmy9z7irvg14-gojq-0.12.16" + "store_path": "/nix/store/9ljc5hw0c3fbjwm2krjfbi8iqp9jb87i-gojq-0.12.16" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/ql203wjljh9yjx5clg374nviinh82w90-gojq-0.12.16", + "path": "/nix/store/k2ygcg20k2hq78ln2fvvp2kba14nz7v6-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/ql203wjljh9yjx5clg374nviinh82w90-gojq-0.12.16" + "store_path": "/nix/store/k2ygcg20k2hq78ln2fvvp2kba14nz7v6-gojq-0.12.16" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/dix4rcknrxq5gs9rm22w46v76xfy5cyq-gojq-0.12.16", + "path": "/nix/store/dayrbdvzqbhy9j5p79z7b7p3jkdz7dgz-gojq-0.12.16", "default": true } ], - "store_path": "/nix/store/dix4rcknrxq5gs9rm22w46v76xfy5cyq-gojq-0.12.16" + "store_path": "/nix/store/dayrbdvzqbhy9j5p79z7b7p3jkdz7dgz-gojq-0.12.16" } } }, "golines@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#golines", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#golines", "source": "devbox-search", "version": "0.12.2", "systems": { @@ -811,95 +811,95 @@ "outputs": [ { "name": "out", - "path": "/nix/store/jmjhm324zq82i8flkgxcllbfhfdyw1cn-golines-0.12.2", + "path": "/nix/store/7avn1fphsgjlaw0cqzfqxrb8nz18ga8i-golines-0.12.2", "default": true } ], - "store_path": "/nix/store/jmjhm324zq82i8flkgxcllbfhfdyw1cn-golines-0.12.2" + "store_path": "/nix/store/7avn1fphsgjlaw0cqzfqxrb8nz18ga8i-golines-0.12.2" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/kqria91mh0bm4wli28bn7sqdz0xqzsy8-golines-0.12.2", + "path": "/nix/store/knzh5qql1jhy7cf2y7hy2by1g5xwm0bm-golines-0.12.2", "default": true } ], - "store_path": "/nix/store/kqria91mh0bm4wli28bn7sqdz0xqzsy8-golines-0.12.2" + "store_path": "/nix/store/knzh5qql1jhy7cf2y7hy2by1g5xwm0bm-golines-0.12.2" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/2nb6m2zcavq8dhv9c1h3gycirv7m3465-golines-0.12.2", + "path": "/nix/store/vxbksbczqdfwl65n6m8c8f395hqfcasa-golines-0.12.2", "default": true } ], - "store_path": "/nix/store/2nb6m2zcavq8dhv9c1h3gycirv7m3465-golines-0.12.2" + "store_path": "/nix/store/vxbksbczqdfwl65n6m8c8f395hqfcasa-golines-0.12.2" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/rz85jkpdf55wr13mzq8mw2az1lwinyzj-golines-0.12.2", + "path": "/nix/store/cnq6icildbx3bx8axigwa9r3l0h5zyq0-golines-0.12.2", "default": true } ], - "store_path": "/nix/store/rz85jkpdf55wr13mzq8mw2az1lwinyzj-golines-0.12.2" + "store_path": "/nix/store/cnq6icildbx3bx8axigwa9r3l0h5zyq0-golines-0.12.2" } } }, "goreleaser@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#goreleaser", + "last_modified": "2024-08-21T20:16:49Z", + "resolved": "github:NixOS/nixpkgs/36a9aeaaa17a2d4348498275f9fe530cd4f9e519#goreleaser", "source": "devbox-search", - "version": "2.1.0", + "version": "2.2.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/4k6j2b940r7bspgpwala612rrfd24hlk-goreleaser-2.1.0", + "path": "/nix/store/cr7b1f9b532qam567wp5xh02mbclmfig-goreleaser-2.2.0", "default": true } ], - "store_path": "/nix/store/4k6j2b940r7bspgpwala612rrfd24hlk-goreleaser-2.1.0" + "store_path": "/nix/store/cr7b1f9b532qam567wp5xh02mbclmfig-goreleaser-2.2.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/p8ymssxmkgfm29sv1rwhc3dnqnhqynlb-goreleaser-2.1.0", + "path": "/nix/store/5csgqaa3nlisc82f9ada0b4wg976bflm-goreleaser-2.2.0", "default": true } ], - "store_path": "/nix/store/p8ymssxmkgfm29sv1rwhc3dnqnhqynlb-goreleaser-2.1.0" + "store_path": "/nix/store/5csgqaa3nlisc82f9ada0b4wg976bflm-goreleaser-2.2.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/sj4ic11vwa54sj4ldfz9wp42rxc258yl-goreleaser-2.1.0", + "path": "/nix/store/iii7al9v73grw92vd8wmfgcs329wrm1c-goreleaser-2.2.0", "default": true } ], - "store_path": "/nix/store/sj4ic11vwa54sj4ldfz9wp42rxc258yl-goreleaser-2.1.0" + "store_path": "/nix/store/iii7al9v73grw92vd8wmfgcs329wrm1c-goreleaser-2.2.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/l078j9digsn2br5fp9zral0ksxbirik1-goreleaser-2.1.0", + "path": "/nix/store/p3x137d68jkj4lbs5s88gy3rag7r3ngj-goreleaser-2.2.0", "default": true } ], - "store_path": "/nix/store/l078j9digsn2br5fp9zral0ksxbirik1-goreleaser-2.1.0" + "store_path": "/nix/store/p3x137d68jkj4lbs5s88gy3rag7r3ngj-goreleaser-2.2.0" } } }, "gotestsum@latest": { - "last_modified": "2024-07-31T08:48:38Z", - "resolved": "github:NixOS/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce#gotestsum", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#gotestsum", "source": "devbox-search", "version": "1.11.0", "systems": { @@ -907,95 +907,47 @@ "outputs": [ { "name": "out", - "path": "/nix/store/szsxbm94ddwvxcj7zxnq8mbp2y7cbcgx-gotestsum-1.11.0", + "path": "/nix/store/n33sfwli7j2cbcfs4d6v0chvpmxcil38-gotestsum-1.11.0", "default": true } ], - "store_path": "/nix/store/szsxbm94ddwvxcj7zxnq8mbp2y7cbcgx-gotestsum-1.11.0" + "store_path": "/nix/store/n33sfwli7j2cbcfs4d6v0chvpmxcil38-gotestsum-1.11.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/1nf69d1w2rscdr6xgfxjkyxnvv3ikg9y-gotestsum-1.11.0", + "path": "/nix/store/m4myjzh2gy6xmqhngaq40kjzzc2ddhza-gotestsum-1.11.0", "default": true } ], - "store_path": "/nix/store/1nf69d1w2rscdr6xgfxjkyxnvv3ikg9y-gotestsum-1.11.0" + "store_path": "/nix/store/m4myjzh2gy6xmqhngaq40kjzzc2ddhza-gotestsum-1.11.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/ngdklr107j9fxsj1ysgpyj1d80bka61x-gotestsum-1.11.0", + "path": "/nix/store/xv4l7q63wniq47pvgpl7kf783z6gwg58-gotestsum-1.11.0", "default": true } ], - "store_path": "/nix/store/ngdklr107j9fxsj1ysgpyj1d80bka61x-gotestsum-1.11.0" + "store_path": "/nix/store/xv4l7q63wniq47pvgpl7kf783z6gwg58-gotestsum-1.11.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/i3s4zlzbwr4px5kaj16nkp96wcs0128j-gotestsum-1.11.0", + "path": "/nix/store/m6wf6m4qagll589k52gnqq87hx292jpy-gotestsum-1.11.0", "default": true } ], - "store_path": "/nix/store/i3s4zlzbwr4px5kaj16nkp96wcs0128j-gotestsum-1.11.0" - } - } - }, - "govulncheck@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#govulncheck", - "source": "devbox-search", - "version": "1.1.3", - "systems": { - "aarch64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/li3qzs6ila2h06nzzrwvwcfh0xk1c187-govulncheck-1.1.3", - "default": true - } - ], - "store_path": "/nix/store/li3qzs6ila2h06nzzrwvwcfh0xk1c187-govulncheck-1.1.3" - }, - "aarch64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/fpsfk5x4i2277xzjksfvwhl95b04n66p-govulncheck-1.1.3", - "default": true - } - ], - "store_path": "/nix/store/fpsfk5x4i2277xzjksfvwhl95b04n66p-govulncheck-1.1.3" - }, - "x86_64-darwin": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/jj1kxl5ylhwm5cfy3blf6ah862l9fivl-govulncheck-1.1.3", - "default": true - } - ], - "store_path": "/nix/store/jj1kxl5ylhwm5cfy3blf6ah862l9fivl-govulncheck-1.1.3" - }, - "x86_64-linux": { - "outputs": [ - { - "name": "out", - "path": "/nix/store/bj5hr2lqj0la163k10ldsjl60hknjs90-govulncheck-1.1.3", - "default": true - } - ], - "store_path": "/nix/store/bj5hr2lqj0la163k10ldsjl60hknjs90-govulncheck-1.1.3" + "store_path": "/nix/store/m6wf6m4qagll589k52gnqq87hx292jpy-gotestsum-1.11.0" } } }, "helm-docs@latest": { - "last_modified": "2024-08-04T20:22:49Z", - "resolved": "github:NixOS/nixpkgs/785feb91183a50959823ff9ba9ef673105259cd5#helm-docs", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#helm-docs", "source": "devbox-search", "version": "1.14.2", "systems": { @@ -1003,143 +955,143 @@ "outputs": [ { "name": "out", - "path": "/nix/store/4kmwadds6lgzzga5flcw1sdndkb8ycyj-helm-docs-1.14.2", + "path": "/nix/store/ahkjsxwishazpj88niwfz58k10cdqbzh-helm-docs-1.14.2", "default": true } ], - "store_path": "/nix/store/4kmwadds6lgzzga5flcw1sdndkb8ycyj-helm-docs-1.14.2" + "store_path": "/nix/store/ahkjsxwishazpj88niwfz58k10cdqbzh-helm-docs-1.14.2" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/bdczxw4lc72c4qv14dc4qpzj5wkbrqgg-helm-docs-1.14.2", + "path": "/nix/store/8bf4awg8pd74wd7dzpqrvchnbvgq58fg-helm-docs-1.14.2", "default": true } ], - "store_path": "/nix/store/bdczxw4lc72c4qv14dc4qpzj5wkbrqgg-helm-docs-1.14.2" + "store_path": "/nix/store/8bf4awg8pd74wd7dzpqrvchnbvgq58fg-helm-docs-1.14.2" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/dc7pqiw5qxqza34d6mnfmnbnj77da25l-helm-docs-1.14.2", + "path": "/nix/store/gqabixczawarx6qd58smmgca3cqfa3xs-helm-docs-1.14.2", "default": true } ], - "store_path": "/nix/store/dc7pqiw5qxqza34d6mnfmnbnj77da25l-helm-docs-1.14.2" + "store_path": "/nix/store/gqabixczawarx6qd58smmgca3cqfa3xs-helm-docs-1.14.2" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/3v17h3yzmknlz87jfnfx68xvyphwjg4w-helm-docs-1.14.2", + "path": "/nix/store/kwnggd6z3sii9vrsn57mzj3fb7638kx7-helm-docs-1.14.2", "default": true } ], - "store_path": "/nix/store/3v17h3yzmknlz87jfnfx68xvyphwjg4w-helm-docs-1.14.2" + "store_path": "/nix/store/kwnggd6z3sii9vrsn57mzj3fb7638kx7-helm-docs-1.14.2" } } }, "hugo@latest": { - "last_modified": "2024-08-04T00:20:25Z", - "resolved": "github:NixOS/nixpkgs/f3834de3782b82bfc666abf664f946d0e7d1f116#hugo", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#hugo", "source": "devbox-search", - "version": "0.131.0", + "version": "0.132.1", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/difzppyayp9mfhifgkk5h511as3zbj37-hugo-0.131.0", + "path": "/nix/store/36hbah17jb3sihy6dxz4xg4rs9rhx0ps-hugo-0.132.1", "default": true } ], - "store_path": "/nix/store/difzppyayp9mfhifgkk5h511as3zbj37-hugo-0.131.0" + "store_path": "/nix/store/36hbah17jb3sihy6dxz4xg4rs9rhx0ps-hugo-0.132.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/w6ziqs1qjw2qhxpi769b2r9acwi1lqix-hugo-0.131.0", + "path": "/nix/store/5bxdypph3impbvsqypip3j1dw0kk91r2-hugo-0.132.1", "default": true } ], - "store_path": "/nix/store/w6ziqs1qjw2qhxpi769b2r9acwi1lqix-hugo-0.131.0" + "store_path": "/nix/store/5bxdypph3impbvsqypip3j1dw0kk91r2-hugo-0.132.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/skk76z7fbj8qig13qhs0kwgdy2xyr912-hugo-0.131.0", + "path": "/nix/store/vl0cs9v4vj45k3hwi750gkdpcmmy9h7y-hugo-0.132.1", "default": true } ], - "store_path": "/nix/store/skk76z7fbj8qig13qhs0kwgdy2xyr912-hugo-0.131.0" + "store_path": "/nix/store/vl0cs9v4vj45k3hwi750gkdpcmmy9h7y-hugo-0.132.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/dsag8f2xvrl25cc2nnij08wc1izrnscw-hugo-0.131.0", + "path": "/nix/store/rjyi1avi3pd8y8fy6pxdr1a1hzsyflhc-hugo-0.132.1", "default": true } ], - "store_path": "/nix/store/dsag8f2xvrl25cc2nnij08wc1izrnscw-hugo-0.131.0" + "store_path": "/nix/store/rjyi1avi3pd8y8fy6pxdr1a1hzsyflhc-hugo-0.132.1" } } }, "kind@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#kind", + "last_modified": "2024-08-16T17:05:30Z", + "resolved": "github:NixOS/nixpkgs/d4a7a4d0e066278bfb0d77bd2a7adde1c0ec9e3d#kind", "source": "devbox-search", - "version": "0.23.0", + "version": "0.24.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/kn3x8vljiwhbz2p9fh6dhvff2r57m892-kind-0.23.0", + "path": "/nix/store/pj7qyd4rqk5b0vcd19vm27przdzqrf3c-kind-0.24.0", "default": true } ], - "store_path": "/nix/store/kn3x8vljiwhbz2p9fh6dhvff2r57m892-kind-0.23.0" + "store_path": "/nix/store/pj7qyd4rqk5b0vcd19vm27przdzqrf3c-kind-0.24.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/pwmwgq2jfnxhzg7n7f4bl7b0pqjdiw5s-kind-0.23.0", + "path": "/nix/store/3834z5v6w1hja8p32c6gzxhdm5hy246i-kind-0.24.0", "default": true } ], - "store_path": "/nix/store/pwmwgq2jfnxhzg7n7f4bl7b0pqjdiw5s-kind-0.23.0" + "store_path": "/nix/store/3834z5v6w1hja8p32c6gzxhdm5hy246i-kind-0.24.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/4ifhijdnd34mzl5laq19racpny4056a0-kind-0.23.0", + "path": "/nix/store/ciirqbhlvz16zzxvfvy4g7cvvs5y9rm8-kind-0.24.0", "default": true } ], - "store_path": "/nix/store/4ifhijdnd34mzl5laq19racpny4056a0-kind-0.23.0" + "store_path": "/nix/store/ciirqbhlvz16zzxvfvy4g7cvvs5y9rm8-kind-0.24.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/myyvm5vrs2axpahfw74bgpax6fw7nmxa-kind-0.23.0", + "path": "/nix/store/z61dbjb9zz1b3zbrnv236pjqld4nrl16-kind-0.24.0", "default": true } ], - "store_path": "/nix/store/myyvm5vrs2axpahfw74bgpax6fw7nmxa-kind-0.23.0" + "store_path": "/nix/store/z61dbjb9zz1b3zbrnv236pjqld4nrl16-kind-0.24.0" } } }, "ko@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#ko", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#ko", "source": "devbox-search", "version": "0.15.4", "systems": { @@ -1147,95 +1099,95 @@ "outputs": [ { "name": "out", - "path": "/nix/store/55z0jl9gi5x88sdy4ml89dpz76ixhf2x-ko-0.15.4", + "path": "/nix/store/2y0xbag86jkjdzp10lwnx49i6nyl1fvn-ko-0.15.4", "default": true } ], - "store_path": "/nix/store/55z0jl9gi5x88sdy4ml89dpz76ixhf2x-ko-0.15.4" + "store_path": "/nix/store/2y0xbag86jkjdzp10lwnx49i6nyl1fvn-ko-0.15.4" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/amyq0brnkx8j3920zic62qaz5gnjlwlv-ko-0.15.4", + "path": "/nix/store/nqy91qi3bbkad4qnm15sx2hw5931lg0s-ko-0.15.4", "default": true } ], - "store_path": "/nix/store/amyq0brnkx8j3920zic62qaz5gnjlwlv-ko-0.15.4" + "store_path": "/nix/store/nqy91qi3bbkad4qnm15sx2hw5931lg0s-ko-0.15.4" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/n5a16q3llcz19rpyqb072z5spkcvlp94-ko-0.15.4", + "path": "/nix/store/wmc0c7mywy2h15wbj6xmpp3lchsm68zq-ko-0.15.4", "default": true } ], - "store_path": "/nix/store/n5a16q3llcz19rpyqb072z5spkcvlp94-ko-0.15.4" + "store_path": "/nix/store/wmc0c7mywy2h15wbj6xmpp3lchsm68zq-ko-0.15.4" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/5klg0yk9h2agipzk9ahyic9vbhag8lvm-ko-0.15.4", + "path": "/nix/store/gi6g7c77sm034lljpzshc5h6hpry1jmj-ko-0.15.4", "default": true } ], - "store_path": "/nix/store/5klg0yk9h2agipzk9ahyic9vbhag8lvm-ko-0.15.4" + "store_path": "/nix/store/gi6g7c77sm034lljpzshc5h6hpry1jmj-ko-0.15.4" } } }, "kubebuilder@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#kubebuilder", + "last_modified": "2024-08-16T08:27:12Z", + "resolved": "github:NixOS/nixpkgs/733f5a9806175f86380b14529cb29e953690c148#kubebuilder", "source": "devbox-search", - "version": "4.1.0", + "version": "4.1.1", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/j8y5479rc9k5mj9vp341mighm1krchjx-kubebuilder-4.1.0", + "path": "/nix/store/3r62a95znxvcpa9p5h215fg4cm12m7l7-kubebuilder-4.1.1", "default": true } ], - "store_path": "/nix/store/j8y5479rc9k5mj9vp341mighm1krchjx-kubebuilder-4.1.0" + "store_path": "/nix/store/3r62a95znxvcpa9p5h215fg4cm12m7l7-kubebuilder-4.1.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/pgh04p1w5rd91yxwby91db3xiq6b9f30-kubebuilder-4.1.0", + "path": "/nix/store/0d28hxx7qa15861lfwvcld6gfccinzg6-kubebuilder-4.1.1", "default": true } ], - "store_path": "/nix/store/pgh04p1w5rd91yxwby91db3xiq6b9f30-kubebuilder-4.1.0" + "store_path": "/nix/store/0d28hxx7qa15861lfwvcld6gfccinzg6-kubebuilder-4.1.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/1r3m6339fc4x5sm2zxvqpqdlwa7wnwdi-kubebuilder-4.1.0", + "path": "/nix/store/55zcbkchd95dmyy2nyxzlaxl9x1r9wf6-kubebuilder-4.1.1", "default": true } ], - "store_path": "/nix/store/1r3m6339fc4x5sm2zxvqpqdlwa7wnwdi-kubebuilder-4.1.0" + "store_path": "/nix/store/55zcbkchd95dmyy2nyxzlaxl9x1r9wf6-kubebuilder-4.1.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/vrb890876i9j3f2sy1nsxv06i2c9z0z9-kubebuilder-4.1.0", + "path": "/nix/store/df8f53hzr6mcr3iaqzdsi6q21lrpbm94-kubebuilder-4.1.1", "default": true } ], - "store_path": "/nix/store/vrb890876i9j3f2sy1nsxv06i2c9z0z9-kubebuilder-4.1.0" + "store_path": "/nix/store/df8f53hzr6mcr3iaqzdsi6q21lrpbm94-kubebuilder-4.1.1" } } }, "kubectl@latest": { - "last_modified": "2024-07-07T07:43:47Z", - "resolved": "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b#kubectl", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#kubectl", "source": "devbox-search", "version": "1.30.2", "systems": { @@ -1243,83 +1195,83 @@ "outputs": [ { "name": "out", - "path": "/nix/store/i1zidf41bkfzs2l1pq9fi1frymsfgywc-kubectl-1.30.2", + "path": "/nix/store/nwjg3cspgkan2k6bah5dfkvah794fh04-kubectl-1.30.2", "default": true }, { "name": "man", - "path": "/nix/store/dzxnn9mk9plcx3w9862jyd0nxys2yywz-kubectl-1.30.2-man", + "path": "/nix/store/7nsx8jzlr6mbz1inrgdjl2hm4ifq9bzh-kubectl-1.30.2-man", "default": true }, { "name": "convert", - "path": "/nix/store/v9ij5fnxxa02jkzpjvkbxw2jc4p9cbld-kubectl-1.30.2-convert" + "path": "/nix/store/sc97rbg7y8p2ag4h8njaax4s8jgplm3m-kubectl-1.30.2-convert" } ], - "store_path": "/nix/store/i1zidf41bkfzs2l1pq9fi1frymsfgywc-kubectl-1.30.2" + "store_path": "/nix/store/nwjg3cspgkan2k6bah5dfkvah794fh04-kubectl-1.30.2" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/k7ql4247qs6ny27m3iz5c9xf5gb248a2-kubectl-1.30.2", + "path": "/nix/store/mwv97hrxm5akhbab8mwkc6pk7m9pq0g2-kubectl-1.30.2", "default": true }, { "name": "man", - "path": "/nix/store/wy64r4nn3isydw4nx257h95qy2x2z4mx-kubectl-1.30.2-man", + "path": "/nix/store/1php79xym9ym4g9qbp33qxv6wgmhc890-kubectl-1.30.2-man", "default": true }, { "name": "convert", - "path": "/nix/store/ic8za302hvb4kf4zrs55ivr4q2n2lznn-kubectl-1.30.2-convert" + "path": "/nix/store/j5b2iamzrvr15i8pp337jx55azbh4vs6-kubectl-1.30.2-convert" } ], - "store_path": "/nix/store/k7ql4247qs6ny27m3iz5c9xf5gb248a2-kubectl-1.30.2" + "store_path": "/nix/store/mwv97hrxm5akhbab8mwkc6pk7m9pq0g2-kubectl-1.30.2" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/v029n959l5b289br0cq591b04yc48516-kubectl-1.30.2", + "path": "/nix/store/drdsdr7ljibz32rx3ski97zdh4p4db63-kubectl-1.30.2", "default": true }, { "name": "man", - "path": "/nix/store/0dvcxn7gsi2ycy9blb7pcy506w4xp2vi-kubectl-1.30.2-man", + "path": "/nix/store/cii7fnm3gfv9q33kw2jbaw8mx61jnix2-kubectl-1.30.2-man", "default": true }, { "name": "convert", - "path": "/nix/store/2nfq4ivwa4a7jwc0183f2wpl1jxbn754-kubectl-1.30.2-convert" + "path": "/nix/store/q9b9ykf0vh7ms317wr9rdbp9dm0b4l0d-kubectl-1.30.2-convert" } ], - "store_path": "/nix/store/v029n959l5b289br0cq591b04yc48516-kubectl-1.30.2" + "store_path": "/nix/store/drdsdr7ljibz32rx3ski97zdh4p4db63-kubectl-1.30.2" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/3vkf0406s1i6l89hk5wrakh4bbn0p1p2-kubectl-1.30.2", + "path": "/nix/store/00kf7m44clwcwdp1nnhwxbsbyfc31m56-kubectl-1.30.2", "default": true }, { "name": "man", - "path": "/nix/store/3wbvgkkka1knkxvyr4c8qbpr448smw8i-kubectl-1.30.2-man", + "path": "/nix/store/4if9ph3frgf1irspr0sl9diav2s2aqvw-kubectl-1.30.2-man", "default": true }, { "name": "convert", - "path": "/nix/store/h5zxz8db6wligwhw5gnwk4gbc8j1ixik-kubectl-1.30.2-convert" + "path": "/nix/store/ggszgdaam3jhzq8801brpj18c81n1p4d-kubectl-1.30.2-convert" } ], - "store_path": "/nix/store/3vkf0406s1i6l89hk5wrakh4bbn0p1p2-kubectl-1.30.2" + "store_path": "/nix/store/00kf7m44clwcwdp1nnhwxbsbyfc31m56-kubectl-1.30.2" } } }, "kustomize@latest": { - "last_modified": "2024-07-21T11:05:48Z", - "resolved": "github:NixOS/nixpkgs/c19d62ad2265b16e2199c5feb4650fe459ca1c46#kustomize", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#kustomize", "source": "devbox-search", "version": "5.4.3", "systems": { @@ -1327,47 +1279,47 @@ "outputs": [ { "name": "out", - "path": "/nix/store/9nc6q2v7wi0gwjw0wv3vwclacga02y99-kustomize-5.4.3", + "path": "/nix/store/ck8vxmn67sqxpqnp4ffsv6q5s8av5rsz-kustomize-5.4.3", "default": true } ], - "store_path": "/nix/store/9nc6q2v7wi0gwjw0wv3vwclacga02y99-kustomize-5.4.3" + "store_path": "/nix/store/ck8vxmn67sqxpqnp4ffsv6q5s8av5rsz-kustomize-5.4.3" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/6ksbhfg0pi2a1j5mvz2cmgppklh4mdjw-kustomize-5.4.3", + "path": "/nix/store/vf1f3xrz2j9fr9p74r35brxxxrqvg25a-kustomize-5.4.3", "default": true } ], - "store_path": "/nix/store/6ksbhfg0pi2a1j5mvz2cmgppklh4mdjw-kustomize-5.4.3" + "store_path": "/nix/store/vf1f3xrz2j9fr9p74r35brxxxrqvg25a-kustomize-5.4.3" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/n5y8f6rjaidxsd4hqsx44kdsd9nqmmx6-kustomize-5.4.3", + "path": "/nix/store/y905ban7afj7xrhc1nzg1x35djzpdqf7-kustomize-5.4.3", "default": true } ], - "store_path": "/nix/store/n5y8f6rjaidxsd4hqsx44kdsd9nqmmx6-kustomize-5.4.3" + "store_path": "/nix/store/y905ban7afj7xrhc1nzg1x35djzpdqf7-kustomize-5.4.3" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/lhzpalmniskqs15qdi9l887sc2a5v3sb-kustomize-5.4.3", + "path": "/nix/store/cfz9lv56wxa7g13z679rcmafbsxcq773-kustomize-5.4.3", "default": true } ], - "store_path": "/nix/store/lhzpalmniskqs15qdi9l887sc2a5v3sb-kustomize-5.4.3" + "store_path": "/nix/store/cfz9lv56wxa7g13z679rcmafbsxcq773-kustomize-5.4.3" } } }, "pre-commit@latest": { - "last_modified": "2024-08-01T02:09:53Z", - "resolved": "github:NixOS/nixpkgs/799bc8d7b16e6779f0105713e6794899133c4a38#pre-commit", + "last_modified": "2024-08-20T00:35:34Z", + "resolved": "github:NixOS/nixpkgs/f02fa2f654c7bcc45f0e815c29d093da7f1245b4#pre-commit", "source": "devbox-search", "version": "3.7.1", "systems": { @@ -1375,63 +1327,63 @@ "outputs": [ { "name": "out", - "path": "/nix/store/dwn5fkjvzz2lld6qyk3schl67l3in214-pre-commit-3.7.1", + "path": "/nix/store/5g11pxjl7fzbk0cqm26adax4px22q21s-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/91m7xjkl860fd1jgpycf331p9h7id458-pre-commit-3.7.1-dist" + "path": "/nix/store/4icxi40wp076bghxrd0qw0g4k3m6gw0b-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/dwn5fkjvzz2lld6qyk3schl67l3in214-pre-commit-3.7.1" + "store_path": "/nix/store/5g11pxjl7fzbk0cqm26adax4px22q21s-pre-commit-3.7.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/pknbsn6pxca776n1szqipgx133dwh0kh-pre-commit-3.7.1", + "path": "/nix/store/a3zgz8z40lfm8hbzm7zwyb6asihvw2vy-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/z2p5svdhfckxga5sl1iyw4p0ldy2ngsq-pre-commit-3.7.1-dist" + "path": "/nix/store/ws7hsr0qhfi8449811914kx8cxlkrf4m-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/pknbsn6pxca776n1szqipgx133dwh0kh-pre-commit-3.7.1" + "store_path": "/nix/store/a3zgz8z40lfm8hbzm7zwyb6asihvw2vy-pre-commit-3.7.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/q54xmykk8h13b8gc9rq0s1cndnkcf54w-pre-commit-3.7.1", + "path": "/nix/store/ic2z6ghkkg254b6bziy4f7wp33yqwxrj-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/8wcznvmxcfamh2d5nr49lxqy3ydadxc6-pre-commit-3.7.1-dist" + "path": "/nix/store/9hhf1d4lf3gkvaldj8a9csghalk23b8s-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/q54xmykk8h13b8gc9rq0s1cndnkcf54w-pre-commit-3.7.1" + "store_path": "/nix/store/ic2z6ghkkg254b6bziy4f7wp33yqwxrj-pre-commit-3.7.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/pya1ln69fdz8x5hp2qz2sdg50xr5680x-pre-commit-3.7.1", + "path": "/nix/store/3prj2gccvgpr5fmp0lrm25n7mriw8zba-pre-commit-3.7.1", "default": true }, { "name": "dist", - "path": "/nix/store/r2xjg3kwiin09yqb953jzn0jplikzphx-pre-commit-3.7.1-dist" + "path": "/nix/store/p34zc85j5q4hiwca4v196xh57c89lmiz-pre-commit-3.7.1-dist" } ], - "store_path": "/nix/store/pya1ln69fdz8x5hp2qz2sdg50xr5680x-pre-commit-3.7.1" + "store_path": "/nix/store/3prj2gccvgpr5fmp0lrm25n7mriw8zba-pre-commit-3.7.1" } } }, "rsync@latest": { - "last_modified": "2024-07-07T07:43:47Z", - "resolved": "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b#rsync", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#rsync", "source": "devbox-search", "version": "3.3.0", "systems": { @@ -1439,95 +1391,95 @@ "outputs": [ { "name": "out", - "path": "/nix/store/1wcr75g3p2jjgcp0l04ifhbn75xj2nbv-rsync-3.3.0", + "path": "/nix/store/bv6knj944l478sd890f67xhl3ngngclp-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/1wcr75g3p2jjgcp0l04ifhbn75xj2nbv-rsync-3.3.0" + "store_path": "/nix/store/bv6knj944l478sd890f67xhl3ngngclp-rsync-3.3.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/h4kylnv2nlma4kizzrch691z6c1gfm4g-rsync-3.3.0", + "path": "/nix/store/x5axrax2i6jwnc160cwgv3qzs395zg9w-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/h4kylnv2nlma4kizzrch691z6c1gfm4g-rsync-3.3.0" + "store_path": "/nix/store/x5axrax2i6jwnc160cwgv3qzs395zg9w-rsync-3.3.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/ja6ggsxiby18176b9l80kks5yrvw929m-rsync-3.3.0", + "path": "/nix/store/0sagliyrh94zqyq77g0n3ldzjanml5qh-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/ja6ggsxiby18176b9l80kks5yrvw929m-rsync-3.3.0" + "store_path": "/nix/store/0sagliyrh94zqyq77g0n3ldzjanml5qh-rsync-3.3.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/20qksnr49y7vmlca9yzm9pmf8y70gw5d-rsync-3.3.0", + "path": "/nix/store/s2qm89xc65rycs57f325s7bs8ssx0i0m-rsync-3.3.0", "default": true } ], - "store_path": "/nix/store/20qksnr49y7vmlca9yzm9pmf8y70gw5d-rsync-3.3.0" + "store_path": "/nix/store/s2qm89xc65rycs57f325s7bs8ssx0i0m-rsync-3.3.0" } } }, "shfmt@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#shfmt", + "last_modified": "2024-08-17T10:40:00Z", + "resolved": "github:NixOS/nixpkgs/a0d6390cb3e82062a35d0288979c45756e481f60#shfmt", "source": "devbox-search", - "version": "3.8.0", + "version": "3.9.0", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/whzcdk13r9l10nbs24dbld7395vhma2v-shfmt-3.8.0", + "path": "/nix/store/ddl7h6lj1rs8ym9f6kj0wqlspmvs0njh-shfmt-3.9.0", "default": true } ], - "store_path": "/nix/store/whzcdk13r9l10nbs24dbld7395vhma2v-shfmt-3.8.0" + "store_path": "/nix/store/ddl7h6lj1rs8ym9f6kj0wqlspmvs0njh-shfmt-3.9.0" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/qwv8h5rq8cbxqxlg0cczrxf3zng5a5nj-shfmt-3.8.0", + "path": "/nix/store/hv69lldqi3gngiylnp05w913kza2kx62-shfmt-3.9.0", "default": true } ], - "store_path": "/nix/store/qwv8h5rq8cbxqxlg0cczrxf3zng5a5nj-shfmt-3.8.0" + "store_path": "/nix/store/hv69lldqi3gngiylnp05w913kza2kx62-shfmt-3.9.0" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/skqcakgl85750qhvajxzi8lk4bcssr9h-shfmt-3.8.0", + "path": "/nix/store/w8fs21rgqln1f509a2cjx13fgpi3iqln-shfmt-3.9.0", "default": true } ], - "store_path": "/nix/store/skqcakgl85750qhvajxzi8lk4bcssr9h-shfmt-3.8.0" + "store_path": "/nix/store/w8fs21rgqln1f509a2cjx13fgpi3iqln-shfmt-3.9.0" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/yyjiv1fzzv7syjbyikzjpsbflkip2lnc-shfmt-3.8.0", + "path": "/nix/store/2ahn9czlg2cn81hmw2drg0wl2j99kp0w-shfmt-3.9.0", "default": true } ], - "store_path": "/nix/store/yyjiv1fzzv7syjbyikzjpsbflkip2lnc-shfmt-3.8.0" + "store_path": "/nix/store/2ahn9czlg2cn81hmw2drg0wl2j99kp0w-shfmt-3.9.0" } } }, "yamale@latest": { - "last_modified": "2024-07-31T08:48:38Z", - "resolved": "github:NixOS/nixpkgs/c3392ad349a5227f4a3464dce87bcc5046692fce#yamale", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#yamale", "source": "devbox-search", "version": "5.2.1", "systems": { @@ -1535,63 +1487,63 @@ "outputs": [ { "name": "out", - "path": "/nix/store/b56w95rzsvyrc42br5lx5gglvrsb8wp4-python3.12-yamale-5.2.1", + "path": "/nix/store/1mf4kiz10vgscz60mgyxnyahnjriimjg-python3.12-yamale-5.2.1", "default": true }, { "name": "dist", - "path": "/nix/store/0g57jv0fb2i3rl3z05az84ljbiqn8dc5-python3.12-yamale-5.2.1-dist" + "path": "/nix/store/2z466w4i1lzbrl2xdwjvbd9imr7kgrav-python3.12-yamale-5.2.1-dist" } ], - "store_path": "/nix/store/b56w95rzsvyrc42br5lx5gglvrsb8wp4-python3.12-yamale-5.2.1" + "store_path": "/nix/store/1mf4kiz10vgscz60mgyxnyahnjriimjg-python3.12-yamale-5.2.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/1lhbycscs1inpnaaqcxkd32caz6m7lxh-python3.12-yamale-5.2.1", + "path": "/nix/store/l2m6n07qzjgwi4pkbfvr4vqga91gbdri-python3.12-yamale-5.2.1", "default": true }, { "name": "dist", - "path": "/nix/store/idviwbq5p99hngn34vir69v7l6ll7ibv-python3.12-yamale-5.2.1-dist" + "path": "/nix/store/5chgsag64n6dd65m0gdyzxhsrlpf2sb6-python3.12-yamale-5.2.1-dist" } ], - "store_path": "/nix/store/1lhbycscs1inpnaaqcxkd32caz6m7lxh-python3.12-yamale-5.2.1" + "store_path": "/nix/store/l2m6n07qzjgwi4pkbfvr4vqga91gbdri-python3.12-yamale-5.2.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/q8x41g0gp246xnz83bhihsyh3f8js3x2-python3.12-yamale-5.2.1", + "path": "/nix/store/hhl5kd0ki8wcxhyj2zl3kh1ygqnv5b2h-python3.12-yamale-5.2.1", "default": true }, { "name": "dist", - "path": "/nix/store/0zr7x9jb17r84m0vpdqjki9sxcfc5c8q-python3.12-yamale-5.2.1-dist" + "path": "/nix/store/wa1b204nn8ma6lglnwzjm7cll3qyxizy-python3.12-yamale-5.2.1-dist" } ], - "store_path": "/nix/store/q8x41g0gp246xnz83bhihsyh3f8js3x2-python3.12-yamale-5.2.1" + "store_path": "/nix/store/hhl5kd0ki8wcxhyj2zl3kh1ygqnv5b2h-python3.12-yamale-5.2.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/qk4lsq4qmh15rah315wrzf8kf4n1j2ww-python3.12-yamale-5.2.1", + "path": "/nix/store/cmpyzpgim6b932pddmn2sp3mj3fgck15-python3.12-yamale-5.2.1", "default": true }, { "name": "dist", - "path": "/nix/store/v548mxhh9w93nw65q6bfk1h7kym92k7l-python3.12-yamale-5.2.1-dist" + "path": "/nix/store/d4i86pwwqa1snisbbm48fvkwrc0n8y97-python3.12-yamale-5.2.1-dist" } ], - "store_path": "/nix/store/qk4lsq4qmh15rah315wrzf8kf4n1j2ww-python3.12-yamale-5.2.1" + "store_path": "/nix/store/cmpyzpgim6b932pddmn2sp3mj3fgck15-python3.12-yamale-5.2.1" } } }, "yamllint@latest": { - "last_modified": "2024-07-07T07:43:47Z", - "resolved": "github:NixOS/nixpkgs/b60793b86201040d9dee019a05089a9150d08b5b#yamllint", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#yamllint", "source": "devbox-search", "version": "1.35.1", "systems": { @@ -1599,105 +1551,105 @@ "outputs": [ { "name": "out", - "path": "/nix/store/2q8hpb88sqjmr26fq5jx5w53y04cg3jp-python3.12-yamllint-1.35.1", + "path": "/nix/store/mwmkiqwcpsp24frx3wqrvv3fjjadg9d6-python3.12-yamllint-1.35.1", "default": true }, { "name": "dist", - "path": "/nix/store/sj4l32ivgs2y1mvhib6wmsxp3lrykway-python3.12-yamllint-1.35.1-dist" + "path": "/nix/store/j2v17kw0y2kbfamy2iry1jcf30sf0ac3-python3.12-yamllint-1.35.1-dist" } ], - "store_path": "/nix/store/2q8hpb88sqjmr26fq5jx5w53y04cg3jp-python3.12-yamllint-1.35.1" + "store_path": "/nix/store/mwmkiqwcpsp24frx3wqrvv3fjjadg9d6-python3.12-yamllint-1.35.1" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/4sba4q501m6p1a2312z2rvmnavcr3bq5-python3.12-yamllint-1.35.1", + "path": "/nix/store/vnq0fqyvkg6izhv3nqd0ppp94ja70gbb-python3.12-yamllint-1.35.1", "default": true }, { "name": "dist", - "path": "/nix/store/aw2qn4j1apkqzyk7bgr81n030xbjwybw-python3.12-yamllint-1.35.1-dist" + "path": "/nix/store/davaiabb16gw8bwpdlnz538hq1l9zmn8-python3.12-yamllint-1.35.1-dist" } ], - "store_path": "/nix/store/4sba4q501m6p1a2312z2rvmnavcr3bq5-python3.12-yamllint-1.35.1" + "store_path": "/nix/store/vnq0fqyvkg6izhv3nqd0ppp94ja70gbb-python3.12-yamllint-1.35.1" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/48snq08xb9cfb78lxx9wx2cbgvd2m4ki-python3.12-yamllint-1.35.1", + "path": "/nix/store/qagd7g9p6pwgx1b4hlibdzxil0sa763l-python3.12-yamllint-1.35.1", "default": true }, { "name": "dist", - "path": "/nix/store/wmacgfhf4c87n7a7za4v1z9fhvavv807-python3.12-yamllint-1.35.1-dist" + "path": "/nix/store/7pmb8cnpqkz1w8m2pfg2irhp1k72rdjd-python3.12-yamllint-1.35.1-dist" } ], - "store_path": "/nix/store/48snq08xb9cfb78lxx9wx2cbgvd2m4ki-python3.12-yamllint-1.35.1" + "store_path": "/nix/store/qagd7g9p6pwgx1b4hlibdzxil0sa763l-python3.12-yamllint-1.35.1" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/97nrnqdp5wwmlldady91mira1jnpxvzj-python3.12-yamllint-1.35.1", + "path": "/nix/store/35xljas96z0kn03d19k5s3jiqxxz64jh-python3.12-yamllint-1.35.1", "default": true }, { "name": "dist", - "path": "/nix/store/zq792ybfv6sz9ryaa00l10azm75kp1g8-python3.12-yamllint-1.35.1-dist" + "path": "/nix/store/9l0iw4xk9vpbnyh51a4fvflk34ymcsms-python3.12-yamllint-1.35.1-dist" } ], - "store_path": "/nix/store/97nrnqdp5wwmlldady91mira1jnpxvzj-python3.12-yamllint-1.35.1" + "store_path": "/nix/store/35xljas96z0kn03d19k5s3jiqxxz64jh-python3.12-yamllint-1.35.1" } } }, "yq-go@latest": { - "last_modified": "2024-07-20T09:11:00Z", - "resolved": "github:NixOS/nixpkgs/6e14bbce7bea6c4efd7adfa88a40dac750d80100#yq-go", + "last_modified": "2024-08-14T11:41:26Z", + "resolved": "github:NixOS/nixpkgs/0cb2fd7c59fed0cd82ef858cbcbdb552b9a33465#yq-go", "source": "devbox-search", - "version": "4.44.2", + "version": "4.44.3", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/9ligkp5qi70iw6fkbvwndd4i0q7wsnnm-yq-go-4.44.2", + "path": "/nix/store/gfz0zq6hyd5af5g0rdwia1jxj04qq9zy-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/9ligkp5qi70iw6fkbvwndd4i0q7wsnnm-yq-go-4.44.2" + "store_path": "/nix/store/gfz0zq6hyd5af5g0rdwia1jxj04qq9zy-yq-go-4.44.3" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/j7q1m9plx6dz6yhqakvm55gdssy9mm77-yq-go-4.44.2", + "path": "/nix/store/yg6xzqf6wi5ivh8vwh10s4z20yv30swa-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/j7q1m9plx6dz6yhqakvm55gdssy9mm77-yq-go-4.44.2" + "store_path": "/nix/store/yg6xzqf6wi5ivh8vwh10s4z20yv30swa-yq-go-4.44.3" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/6s1pxmck5vfqsjwiq3xfrk22sh8s34cs-yq-go-4.44.2", + "path": "/nix/store/2hycjc9qgdnpbs8fkh2f6dqy5b98hc8c-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/6s1pxmck5vfqsjwiq3xfrk22sh8s34cs-yq-go-4.44.2" + "store_path": "/nix/store/2hycjc9qgdnpbs8fkh2f6dqy5b98hc8c-yq-go-4.44.3" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/5acb6ayzsgd0s19ic88rgn6x7xaygffn-yq-go-4.44.2", + "path": "/nix/store/wp9636p687ymjvxmcghjs03zz0vsicar-yq-go-4.44.3", "default": true } ], - "store_path": "/nix/store/5acb6ayzsgd0s19ic88rgn6x7xaygffn-yq-go-4.44.2" + "store_path": "/nix/store/wp9636p687ymjvxmcghjs03zz0vsicar-yq-go-4.44.3" } } } diff --git a/go.mod b/go.mod index 78cace080..a80d4cef1 100644 --- a/go.mod +++ b/go.mod @@ -3,9 +3,9 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix -go 1.22.0 +go 1.23 -toolchain go1.22.5 +toolchain go1.23.0 replace ( github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/api => ./api diff --git a/hack/flakes/flake.lock b/hack/flakes/flake.lock index b4524cf86..c0137b3ac 100644 --- a/hack/flakes/flake.lock +++ b/hack/flakes/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1723603349, - "narHash": "sha256-VMg6N7MryOuvSJ8Sj6YydarnUCkL7cvMdrMcnsJnJCE=", + "lastModified": 1724395761, + "narHash": "sha256-zRkDV/nbrnp3Y8oCADf5ETl1sDrdmAW6/bBVJ8EbIdQ=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "daf7bb95821b789db24fc1ac21f613db0c1bf2cb", + "rev": "ae815cee91b417be55d43781eb4b73ae1ecc396c", "type": "github" }, "original": { diff --git a/hack/flakes/flake.nix b/hack/flakes/flake.nix index f17b47581..ccbea245a 100644 --- a/hack/flakes/flake.nix +++ b/hack/flakes/flake.nix @@ -10,9 +10,11 @@ flake-utils.lib.eachDefaultSystem (system: with nixpkgs.legacyPackages.${system}; rec { packages = rec { - golangci-lint = pkgs.golangci-lint.override { buildGoModule = buildGo122Module; }; + golangci-lint = pkgs.golangci-lint.override { buildGoModule = buildGo123Module; }; - go-mod-upgrade = buildGo122Module rec { + govulncheck = pkgs.govulncheck.override { buildGoModule = buildGo123Module; }; + + go-mod-upgrade = buildGo123Module rec { name = "go-mod-upgrade"; version = "0.10.0"; src = fetchFromGitHub { @@ -27,7 +29,7 @@ ldflags = [ "-s" "-w" "-X" "main.version=v${version}" ]; }; - setup-envtest = buildGo122Module rec { + setup-envtest = buildGo123Module rec { name = "setup-envtest"; version = "0.18.5"; src = fetchFromGitHub { @@ -42,7 +44,7 @@ ldflags = [ "-s" "-w" ]; }; - goprintconst = buildGo122Module rec { + goprintconst = buildGo123Module rec { name = "goprintconst"; version = "0.0.1-dev"; src = fetchFromGitHub { @@ -57,7 +59,7 @@ ldflags = [ "-s" "-w" ]; }; - clusterctl-aws = buildGo122Module rec { + clusterctl-aws = buildGo123Module rec { name = "clusterctl-aws"; version = "2.6.1"; src = fetchFromGitHub { @@ -101,7 +103,7 @@ dontNpmBuild = true; }; - controller-gen = buildGo122Module rec { + controller-gen = buildGo123Module rec { name = "controller-gen"; version = "0.16.0"; src = fetchFromGitHub { @@ -116,7 +118,7 @@ ldflags = [ "-s" "-w" ]; }; - clusterctl = buildGo122Module rec { + clusterctl = buildGo123Module rec { pname = "clusterctl"; version = "1.8.1"; @@ -136,7 +138,7 @@ ]; }; - helm-schema = buildGo122Module rec { + helm-schema = buildGo123Module rec { pname = "helm-schema"; version = "1.5.2"; diff --git a/hack/third-party/capx/go.mod b/hack/third-party/capx/go.mod index a5cdccb1d..772387b99 100644 --- a/hack/third-party/capx/go.mod +++ b/hack/third-party/capx/go.mod @@ -5,8 +5,6 @@ module github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/ex go 1.22.1 -toolchain go1.22.2 - require github.com/nutanix-cloud-native/cluster-api-provider-nutanix v1.5.2 require ( diff --git a/pkg/handlers/generic/lifecycle/ccm/nutanix/handler.go b/pkg/handlers/generic/lifecycle/ccm/nutanix/handler.go index dea44d0be..45af2ef70 100644 --- a/pkg/handlers/generic/lifecycle/ccm/nutanix/handler.go +++ b/pkg/handlers/generic/lifecycle/ccm/nutanix/handler.go @@ -146,7 +146,7 @@ func templateValuesFunc( type input struct { PrismCentralHost string - PrismCentralPort int32 + PrismCentralPort uint16 PrismCentralInsecure bool PrismCentralAdditionalTrustBundle string ControlPlaneEndpointHost string diff --git a/pkg/handlers/nutanix/mutation/prismcentralendpoint/inject.go b/pkg/handlers/nutanix/mutation/prismcentralendpoint/inject.go index 345c4fae2..f61684b0d 100644 --- a/pkg/handlers/nutanix/mutation/prismcentralendpoint/inject.go +++ b/pkg/handlers/nutanix/mutation/prismcentralendpoint/inject.go @@ -99,14 +99,14 @@ func (h *nutanixPrismCentralEndpoint) Mutate( ).Info("setting prismCentralEndpoint in NutanixCluster spec") var address string - var port int32 + var port uint16 address, port, err = prismCentralEndpointVar.ParseURL() if err != nil { return err } prismCentral := &credentials.NutanixPrismEndpoint{ Address: address, - Port: port, + Port: int32(port), Insecure: prismCentralEndpointVar.Insecure, CredentialRef: &credentials.NutanixCredentialReference{ Kind: credentials.SecretKind,