Commit Graph

75951 Commits

Author SHA1 Message Date
Mostly Void
5518e6aba1
ferretdb: init at 0.5.2 (#188584)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-04 15:53:06 +02:00
Iztok Fister Jr
af482381f6
uarmsolver: init at 0.2.4 (#188274)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-04 14:44:43 +02:00
Juanpe Bolívar
8c35bc9e14
amuled: add option to only build web, add top-level amule-web (#176775) 2022-09-04 14:39:18 +02:00
Sandro
2f54aad5e6
Merge pull request #156813 from JQ-Networks/master 2022-09-04 14:32:13 +02:00
Sandro
5079b0b84a
Merge pull request #183261 from NickCao/mautrix-telegram 2022-09-04 14:25:32 +02:00
Aaron Andersen
5b62b0d2ce
Merge pull request #189635 from RaitoBezarius/nixos/dolibarr
dolibarr: init at 15.0.3, nixos/dolibarr: init
2022-09-04 07:55:34 -04:00
Sandro
1b647bf9eb
Merge pull request #188994 from miangraham/swayest-workstyle-init 2022-09-04 13:27:14 +02:00
Sandro
5b29c01b98
Merge pull request #188549 from panicgh/cppreference 2022-09-04 12:43:58 +02:00
Nick Cao
cb46b008b6
python3Packages.cryptg: init at 0.3.1 2022-09-04 18:35:28 +08:00
Sandro
8e4ec09365
Merge pull request #187023 from panicgh/dataexplorer 2022-09-04 12:01:50 +02:00
Nicolas Benes
db48e5175f cppreference-doc: init at 2022.07.30 2022-09-04 11:49:06 +02:00
Nicolas Benes
16013ac6c4 dataexplorer: init at 3.6.2 2022-09-04 10:53:16 +02:00
Alyssa Ross
46b6619cb3 nixos/no-x-libs: use libva-minimal
The primary difference between the standard and minimal variants of
this package is that all the X libraries are removed from the minimal
variant.

I had to switch the order of the definitions in all-packages.nix to
avoid an infinite recursion after the overlay was applied.
2022-09-04 08:44:19 +00:00
Aaron Andersen
ac52fbb3ba dolibarr: init at 15.0.3 2022-09-04 05:28:22 +02:00
Souvik Sen
6952cab029
javacc: 7.0.10 -> 7.0.12 (#187867)
Co-authored-by: R. Ryantm <ryantm-bot@ryantm.com>
Co-authored-by: Souvik Sen <nixpkgs-commits@deshaw.com>
2022-09-04 02:16:34 +02:00
Mostly Void
60a3cd8141
brev-cli: init at 0.6.95 (#187744)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-09-04 02:15:41 +02:00
Sandro
ba46966013
Merge pull request #189301 from Baitinq/smart-wallpaper 2022-09-04 01:13:00 +02:00
Sandro
841c10f8ea
Merge pull request #189479 from MatthewCroughan/mc/add-entwine 2022-09-04 01:12:01 +02:00
MatthewCroughan
ef16c5189b
auth0-cli: init at 0.11.10 (#189335)
Co-authored-by: Nikolay Korotkiy <sikmir@disroot.org>
Co-authored-by: Azat Bahawi <azat+github@bahawi.net>
Co-authored-by: 06kellyjac <dev@j-k.io>
2022-09-04 01:11:26 +02:00
Mario Rodas
6d0c50d854
Merge pull request #189189 from wegank/espanso-darwin
espanso: fix build on darwin
2022-09-03 14:15:46 -05:00
Alex Martens
584a628df4 orbuculum: init at 2.0.0 2022-09-03 11:30:19 -07:00
Vladimír Čunát
536da11505
Merge #189516: firefox-esr*: 91 -> 102 2022-09-03 18:27:19 +02:00
Azat Bahawi
b40c54fa36
gammy: remove 2022-09-03 18:41:59 +03:00
snaar
ca1690c2ed ipmi_exporter: init at 1.6.1 2022-09-03 10:56:04 -04:00
Anderson Torres
1ed2ad6290
Merge pull request #189543 from adisbladis/emacs-lucid-default
emacs: Switch to lucid as the default toolkit
2022-09-03 10:02:49 -03:00
Vincent Laporte
4399a0c3b0 flitter: use default version of OCaml 2022-09-03 09:02:21 +02:00
Vincent Laporte
f55ad958b9 jackline: use default version of OCaml 2022-09-03 09:02:21 +02:00
Noah Fontes
3c0eaeb84c
ftjam: unify build steps with jam
There are only a few minor differences between the way ftjam and jam
work from a build perspective, so we can use a common base for them.
2022-09-02 22:10:12 -07:00
adisbladis
c1861b6658 emacs: Switch to lucid as the default toolkit
Because of long standing bugs and stability issues & an
uncollaborative upstream there has been talk on the emacs-devel
mailing list to switch the default toolkit to
Lucid (https://lists.gnu.org/archive/html/emacs-devel/2022-08/msg00752.html).
The GTK build also has issues with Xinput2, something that both we and
upstream want to enable by default in Emacs 29.

This situation has prompted me to use both Lucid an no-toolkit (pure X11) Emacs
as a daily driver in recent weeks to evaluate what the
advantages/drawbacks are and I have concluded that, at least for me,
switching the toolkit to Lucid is strictly an upgrade.
It has resulted in better stability (there are far fewer tiny UX
issues that are hard to understand/identify) & a snappier UI.
On top of that the closure size is reduced by ~10%.

In the pure X11 build I noticed some unsharpness around fonts so this
is not a good default choice.

As with everything there is a cost, and that is uglier (I think most
would agree but of course this is subjective) menu bars for
those that use them and no GTK scroll bars.

For anyone who still wants to use GTK they could of course still
choose to do so via the new `emacs-gtk` attribute but I think this
is a bad default.

A note to Wayland users:
This does not affect Wayland compatibility in any way since that will
already need a PGTK build variant in the future.
2022-09-03 15:31:45 +12:00
Malo Bourgon
3a72765712 swiftdefaultapps: init at 2.0.1 2022-09-02 17:24:11 -07:00
Martin Weinelt
5dfa9b0ee9
firefox-esr{,-unwrapped,-wayland}: 91 -> 102
The 91 release tree has a planned end of life in 2022/09 and the 102
tree is its successor.

Includes some reordering that makes more sense to me.
2022-09-02 23:47:02 +02:00
Pascal Bach
56603378ba
Merge pull request #187482 from panicgh/bump-fmt
fmt_9: init at 9.0.0
2022-09-02 23:37:22 +02:00
matthewcroughan
dcd536f600 entwine: init at unstable-2022-08-03 2022-09-02 20:30:22 +01:00
Robert Scott
3f9b0f53e4
Merge pull request #188650 from movingco/add-z3-411
z3: add 4.11
2022-09-02 18:24:42 +01:00
Shaw Vrana
58d586e130
buf-language-server: init at unstable-2022-08-19 2022-09-03 02:44:53 +10:00
Uri Baghin
a6e347fb29
Merge pull request #186106 from layus/bazel-update
bazel_6: init with a WIP implem
2022-09-03 00:27:09 +10:00
Sandro
0a5978e317
Merge pull request #189248 from r-ryantm/auto-update/du-dust 2022-09-02 14:19:32 +02:00
Baitinq
e3887562bc
smart-wallpaper: init at unstable-2022-09-01 2022-09-02 14:03:41 +02:00
zendo
0311e1acfd mangareader: init at 2.0.4 2022-09-02 18:45:44 +08:00
Sandro
0ecf103e98
Merge pull request #188177 from dit7ya/murex 2022-09-02 12:25:34 +02:00
R. Ryantm
f18456f865
du-dust: 0.8.2 -> 0.8.3 2022-09-02 12:11:36 +02:00
Sandro
ed8347c884
Merge pull request #189354 from Baitinq/dwmbar 2022-09-02 12:05:32 +02:00
Sandro
5eee52595c
Merge pull request #189195 from Baitinq/mov_cli 2022-09-02 12:04:41 +02:00
happysalada
60f4bf21c9 worker-build: 0.10.0 -> 0.11.0 2022-09-02 05:56:27 -04:00
Sandro
2debf3eb5d
Merge pull request #188651 from movingco/cargo-workspaces 2022-09-02 11:55:23 +02:00
Jonas Heinrich
66c0050fcf
Merge pull request #188854 from sikmir/valentina
valentina: 0.6.1 → 0.7.51
2022-09-02 11:37:59 +02:00
Shaw Vrana
6650126915 ctlptl: init at 0.8.6 2022-09-02 14:54:28 +10:00
Stanisław Pitucha
c7371a92c6
Merge pull request #189247 from viraptor/gotop-darwin
gotop: fix darwin build
2022-09-02 13:38:23 +10:00
superherointj
089ab7f5e1
Merge pull request #189216 from baloo/baloo/ovmfvartool/init
ovmfvartool: init at unstable-2021-06-16
2022-09-01 23:33:35 -03:00
Arthur Gautier
22bedaa709 ovmfvartool: init at unstable-2021-06-16 2022-09-01 18:57:30 -07:00
Baitinq
ecb591bcaf
dwmbar: init at unstable-2021-12-22 2022-09-02 00:48:55 +02:00
Baitinq
3ba8ce573a
mov-cli: init at unstable-2022-06-30 2022-09-02 00:31:47 +02:00
Ben Siraphob
dc58c95813
Merge pull request #189098 from prusnak/powder 2022-09-01 11:11:40 -04:00
Theodore Ni
b0beaa821e python310Packages.hatch-fancy-pypi-readme: init at 22.3.0
This is depended upon by the newest python310Packages.jsonschema.
2022-09-02 02:12:44 +12:00
Stanisław Pitucha
9be329377c gotop: fix darwin build 2022-09-01 20:51:17 +10:00
Vladimír Čunát
2da64a8127
Merge #188383: ngtcp2-gnutls: init at 0.7.0 and use in knot-dns 2022-09-01 10:06:28 +02:00
Christian Kögler
05db8394c9
Merge pull request #189139 from panicgh/remove-boost155
boost155: remove
2022-09-01 07:15:23 +02:00
Martin Weinelt
9b183572a7
python3Packages.torch: 1.11.0 -> 1.12.1
https://github.com/pytorch/pytorch/releases/tag/v1.12.0
https://github.com/pytorch/pytorch/releases/tag/v1.12.1
2022-09-01 00:11:25 +02:00
Weijia Wang
ae6ec03e3e espanso: fix build on darwin 2022-08-31 23:52:00 +02:00
Brian Leung
9a64a6d1ef
ocamlPackages.plotkicadsch: init at 0.9 2022-08-31 14:14:51 -07:00
Brian Leung
12756f5413
ocamlPackages.kicadsch: init at 0.9 2022-08-31 14:14:51 -07:00
Sandro
ad464c35b5
Merge pull request #187521 from centromere/coinmetrics-api-client 2022-08-31 22:20:22 +02:00
Christian Kögler
56e8e486f3
Merge pull request #187336 from Alexnortung/session-desktop-appimage
session-desktop-appimage: 1.8.6 -> 1.9.1
2022-08-31 22:00:09 +02:00
Nicolas Benes
45c0bb79c6 fmt_9: init at 9.0.0 2022-08-31 21:28:09 +02:00
superherointj
cf7a44f711
Merge pull request #189131 from kilianar/tailscale-1.30.0
tailscale: 1.28.0 -> 1.30.0
2022-08-31 16:15:48 -03:00
Fabian Affolter
1e0e95e88e
Merge pull request #188835 from jpetrucciani/jacobi_add_google-cloud-compute
python3Packages.google-cloud-compute: init at 1.4.0
2022-08-31 19:52:48 +02:00
Martin Weinelt
77c9266241
Merge pull request #188444 from Baitinq/manga-cli 2022-08-31 19:37:25 +02:00
superherointj
1f3a9c8cea
Merge pull request #188816 from pacien/pandoc-katex-init
pandoc-katex: init at 0.1.9
2022-08-31 14:35:49 -03:00
Nicolas Benes
9a3d274dd6 boost155: remove 2022-08-31 18:50:53 +02:00
Nicolas Benes
29a428c1c3 spring: unpin boost 2022-08-31 18:50:49 +02:00
Nicolas Benes
6eab349160 globulation2: bump pinned dependency boost155 -> boost168 2022-08-31 18:35:57 +02:00
Ivar Scholten
cfc7e6ddc3 swiftbar: init at 1.4.3 2022-08-31 18:21:47 +02:00
kilianar
9a7bd01e52 tailscale: 1.28.0 -> 1.30.0
https://github.com/tailscale/tailscale/releases/tag/v1.30.0
2022-08-31 18:04:55 +02:00
M. Ian Graham
cc0f5950c2
swayest-workstyle: init at 1.3.0
Add swayest-workstyle, a sway-enhanced workspace name iconifier.
2022-09-01 00:28:55 +09:00
Bobby Rong
86dafbae07
Merge pull request #186224 from hzeller/add-verible2
verible: init at 0.0-2172-g238b6df6
2022-08-31 23:06:48 +08:00
Pavol Rusnak
21c652e60d
the-powder-toy: 96.2.350 -> unstable-2022-08-30 2022-08-31 12:22:48 +02:00
Stanisław Pitucha
df0dda9792
Merge pull request #189010 from figsoda/cargo-semver-checks
cargo-semver-checks: init at 0.9.2
2022-08-31 10:59:49 +10:00
figsoda
956618e8d4 cargo-semver-checks: init at 0.9.2 2022-08-30 16:48:10 -04:00
Martin Weinelt
578f231a53
Merge pull request #188984 from mweinelt/torch 2022-08-30 20:40:58 +02:00
Robert Schütz
83a5f62886 beamerpresenter-poppler: init at 0.2.2 2022-08-30 17:31:18 +00:00
Robert Schütz
4b24143bf5 qt6Packages.poppler: init at 22.08.0 2022-08-30 17:31:18 +00:00
Alex Wied
ef49a84500 python3Packages.coinmetrics-api-client: init at 2022.8.29.6
This package provides a Python interface to the Coin Metrics API.
2022-08-30 13:15:18 -04:00
Ian Macalinao
c5d03ea1cf
cargo-workspaces: init at 0.2.35 2022-08-30 11:23:48 -05:00
Sandro
5097b7e3a0
Merge pull request #188852 from Icy-Thought/fluent-icon-theme 2022-08-30 18:09:30 +02:00
Sandro
79f570c2f6
Merge pull request #185308 from astro/silice 2022-08-30 18:06:32 +02:00
Martin Weinelt
afe8ee8b47
python3Packages.torch{,-bin}: rename from pytorch{,-bin}
The proper name for a python package is the one in the setuptools
setup() call, which can also be seen on pypi.

Correct: https://pypi.org/project/torch/
Wrong: https://pypi.org/project/pytorch/

Includes a treewide rename of the attribute and creates aliases for the
old name.
2022-08-30 17:46:57 +02:00
superherointj
5537a5bd5e
Merge pull request #188968 from riceicetea/ack360
ack: 3.5.0 -> 3.6.0
2022-08-30 12:10:39 -03:00
Mario Rodas
50e05fe717
Merge pull request #188297 from Julow/ocamlformat_0_24_1
ocamlformat_0_24_1: added
2022-08-30 09:36:46 -05:00
riceicetea
b55e48b643 ack: 3.5.0 -> 3.6.0 2022-08-30 15:19:44 +02:00
Linus Heckemann
df8b4cc43f
Merge pull request #182214 from DeterminateSystems/libgme-merge
game-music-emu: merge in libgme
2022-08-30 12:09:08 +02:00
Florian Klink
1a63545f1f
Merge pull request #188280 from flokli/sphinxcontrib-openapi
python3.pkgs.sphinxcontrib-openapi: unbreak, switch to cilium fork
2022-08-30 11:06:41 +02:00
zowoq
7a9a36df94 kubectl-evict-pod: remove unnecessary override
builds/runs with current go
2022-08-30 18:24:12 +10:00
Domen Kožar
9192ea260a
Merge pull request #188912 from wegank/freedv-darwin
freedv: fix build on darwin
2022-08-30 09:22:22 +02:00
Icy-Thought
96f4488312
fluent-icon-theme: init at 2022-02-28 2022-08-30 08:47:48 +02:00
Weijia Wang
e61ffae136 freedv: fix build on darwin 2022-08-30 05:15:42 +02:00
Dmitry Bogatov
a698615e1d python3.pkgs.pallets-sphinx-themes: init at 2.0.2 2022-08-29 19:30:08 -04:00
Minijackson
560ab4f715 pandoc-katex: init at 0.1.9 2022-08-29 22:47:40 +02:00
Sandro
7b1ef0c093
Merge pull request #185118 from McSinyx/rsskey 2022-08-29 22:37:11 +02:00
Elis Hirwing
0b655cfdce
Merge pull request #188630 from mweinelt/php-inotify
php.extensions.inotify: init at 3.0.0
2022-08-29 22:26:16 +02:00
Sandro
7a0bc76f44
Merge pull request #188834 from billewanick/remove-hyperspace-cli 2022-08-29 22:24:23 +02:00
Sandro
542d053802
Merge pull request #179587 from wirew0rm/scenicview-jdk11 2022-08-29 22:23:43 +02:00
Ian Macalinao
83293ef318
cargo-hakari: init at 0.9.14 (#188653)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-29 22:18:38 +02:00
Martin Weinelt
51228d186f
php.extensions.inotify: init at 3.0.0
https://pecl.php.net/package/inotify
2022-08-29 22:10:42 +02:00
Nikolay Korotkiy
96e9801607
valentina: 0.6.1 → 0.7.51 2022-08-29 22:40:13 +03:00
Ian Macalinao
b6e861e418
use z3 4.8 as default z3 2022-08-29 13:43:24 -05:00
jacobi petrucciani
ae51ce1742 python3Packages.google-cloud-compute: init at 1.4.0 2022-08-29 13:49:38 -04:00
Bill Ewanick
3ee25a45ed hyperspace-cli: remove 2022-08-29 13:44:41 -04:00
Stanisław Pitucha
03858759ca
Merge pull request #185913 from gbtb/litecoin-0.21
litecoin: 0.18.1 -> 0.21.2.1
2022-08-29 21:33:30 +10:00
Stanisław Pitucha
dac9883cbd
Merge pull request #167795 from fmoda3/typish
python3Packages.typish: init at 1.9.3
2022-08-29 20:26:16 +10:00
Stanisław Pitucha
a8afa28799
Merge pull request #148041 from GRBurst/kafkactl
kafkactl: init at 1.23.1
2022-08-29 20:15:21 +10:00
Nguyễn Gia Phong
d0e1ddccb7
python3Packages.rsskey: init at 0.2.0 2022-08-29 19:13:24 +09:00
Nguyễn Gia Phong
dec78712ca
python3Packages.markdownify: init at 0.11.4 2022-08-29 19:11:43 +09:00
Sandro
5c6b4778e5
Merge pull request #188761 from sikmir/mapproxy 2022-08-29 11:37:07 +02:00
Sandro
8774936163
Merge pull request #188773 from fabaff/pretender 2022-08-29 11:11:43 +02:00
Fabian Affolter
3e9b99058e pretender: init at 1.0.0 2022-08-29 08:33:08 +02:00
Vincent Laporte
f09f7f1778 ocamlPackages.yojson: 1.7.0 → 2.0.2
ocamlPackages.merlin: 3.4.2 → 3.8.0

ocamlPackages.merlin: 4.5 → 4.6

ocamlPackages.{atd,atdgen}: 2.9.1 → 2.10.0

ocamlPackages.elpi: fix build with atd 2.10.0
2022-08-29 08:10:02 +02:00
Nikolay Korotkiy
5e6302fadc
mapproxy: move to servers/geospatial 2022-08-29 07:32:59 +03:00
github-actions[bot]
c8ea46deca
Merge master into haskell-updates 2022-08-29 00:15:34 +00:00
Henner Zeller
5f90d90447
verible: init at 0.0-2172-g238b6df6
Verible is a suite of SystemVerilog developer tools, including a parser,
style-linter, formatter, and language server.

Signed-off-by: Henner Zeller <h.zeller@acm.org>
2022-08-28 16:35:55 -07:00
Mostly Void
09aee727ac
qdrant: init at 0.9.1 (#188617)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-28 23:42:28 +02:00
Baitinq
817413c042
manga-cli: init at 1.0.5 2022-08-28 23:42:01 +02:00
Minijackson
82ff1f5db1 pkgsStatic: handle ELFv1/2 ABIs 2022-08-28 21:46:44 +02:00
Michael Hoang
f73bb818a1
karabiner-elements: init at 14.8.0 (#188129)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-28 20:59:16 +02:00
eigengrau
f03ae29142
forge-mtg: init at 1.6.53 (#182053) 2022-08-28 20:39:53 +02:00
Anthony Roussel
cbfc31de7b
asouldocs: rename from peach, asouldocs: 0.9.8 -> 1.0.0 (#188673) 2022-08-28 20:37:20 +02:00
Ian Macalinao
c05b66233e
z3: 4.8 -> 4.11 https://github.com/Z3Prover/z3/releases/tag/z3-4.11.0 2022-08-28 11:06:19 -05:00
Anthony Roussel
bdf2706f09 python310Packages.pyjson5: remove duplicate package 2022-08-28 16:00:31 +02:00
Mostly Void
a9ec42c41b
waylevel: init at 1.0.0
use patchelf instead of wrapProgram for libpath
2022-08-28 15:44:30 +05:30
Fabian Affolter
ae03093631
Merge pull request #188441 from fabaff/qovery-cli
qovery-cli: init at 0.45.0
2022-08-28 10:27:26 +02:00
github-actions[bot]
dc29b17413
Merge master into haskell-updates 2022-08-28 00:18:14 +00:00
Astro
4457250696 silice: init at unstable-2022-08-05 2022-08-28 01:39:01 +02:00
Astro
3be5a4dd6a pythonPackages.edalize: init at 0.4.0 2022-08-28 01:39:01 +02:00
Mario Rodas
352189cf81
Merge pull request #188519 from marsam/update-dura
dura: 0.1.0 -> 0.2.0
2022-08-27 13:38:57 -05:00
K900
a76adae362
Merge pull request #187771 from RaitoBezarius/sbctl
sbctl: init at 0.9
2022-08-27 20:39:11 +03:00
Gauvain 'GovanifY' Roussel-Tarbouriech
6953eca70d prometheus-sachet: init at 0.3.1 2022-08-27 12:41:54 -04:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Loïc Reynier
45309de8ff pythonPackages.piccolo-theme: init at 0.11.1 2022-08-27 16:31:38 +02:00
Florian Klink
43a916aa9a
Merge pull request #188482 from flokli/jwx
jwx: init at 2.0.6
2022-08-27 15:01:45 +02:00
Joshua Trees
c557b9d0bd everspace: init at 1.3.5.3655
This is the version from gog.com.
2022-08-27 14:05:12 +02:00
Matthias Beyer
0e4d8a687f changie: init at 1.8.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-08-27 13:57:26 +02:00
Doron Behar
54af613d60
Merge pull request #188293 from doronbehar/pkg/wiringpi
wiringpi: init at 2.61-1
2022-08-27 14:16:11 +03:00
Florian Klink
f9200712c5 jwx: init at 2.0.6 2022-08-27 12:30:54 +02:00
Fabian Affolter
71938e065f
Merge pull request #188465 from fabaff/airthings-ble
python310Packages.airthings-ble: init at 0.3.0
2022-08-27 10:51:50 +02:00
Florian Klink
ee51f569cc python.pkgs.picobox: init
This adds a dependency needed for recent sphinxcontrib-openapi.
2022-08-27 10:33:54 +02:00
Florian Klink
74653c2289 python.pkgs.sphinx-mdinclude: init at 0.5.2 2022-08-27 10:33:54 +02:00
Fabian Affolter
b1cc8121dd python310Packages.airthings-ble: init at 0.3.0 2022-08-27 09:59:36 +02:00
Mario Rodas
d528856482 dura: fix build on darwin 2022-08-27 04:20:00 +00:00
Mario Rodas
339da54864 ruby-packages: update 2022-08-27 04:20:00 +00:00
github-actions[bot]
de5a47be5f
Merge master into haskell-updates 2022-08-27 00:14:34 +00:00
zowoq
e683858f46 roxctl: remove unnecessary override
1.17, is EOL, it builds/runs with current go
2022-08-27 10:07:56 +10:00