Commit Graph

44059 Commits

Author SHA1 Message Date
Thiago Kenji Okada
1e2b159b94
Merge pull request #155283 from InfinityGhost/update/opentabletdriver
opentabletdriver: v0.5.3.3 -> v0.6.0.2
2022-01-16 22:40:22 -03:00
legendofmiracles
583a5c9f93
Merge pull request #154637 from schnusch/firefox_decrypt 2022-01-16 19:38:47 -06:00
Sandro Jäckel
ff402748b3
yle-dl: 20210917 -> 20211213 2022-01-17 02:07:27 +01:00
InfinityGhost
a9581967f7 opentabletdriver: v0.5.3.3 -> v0.6.0.2 2022-01-16 20:03:16 -05:00
Phillip Cloud
52edbfc427
pulumi: use gh for versions and parallelize pulumi API downloads (#154880) 2022-01-17 01:57:02 +01:00
Dmytro Kostiuchenko
d5cc6c22ad asciidoctor-with-extensions: enable html5s backend (#104831) 2022-01-16 23:52:30 +02:00
Sandro
24f708861c
Merge pull request #155205 from qowoz/lsd 2022-01-16 21:27:18 +01:00
Alyssa Ross
a5ff1dc05d
btrfs-progs: clarify license 2022-01-16 19:52:46 +00:00
Alyssa Ross
fc2c685b2b
btrfs-progs: enable parallel building
Tested at -j8.
2022-01-16 19:52:41 +00:00
Alyssa Ross
cd4acca2e2
btrfs-progs: 5.14.1 -> 5.16 2022-01-16 19:51:27 +00:00
7c6f434c
edb296a5de
Merge pull request #155248 from trofi/fix-barcode-for-fno-common
barcode: pull upstream fix for -fno-common toolchains
2022-01-16 18:54:38 +00:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Robert Schütz
0d6e7fed1e shocco: use python3 2022-01-16 18:00:59 +00:00
Robert Schütz
b93149c11f rsyslog: use top-level docutils 2022-01-16 18:00:59 +00:00
Sergei Trofimovich
03bfd9f53e barcode: pull upstream fix for -fno-common toolchains
Without the change build fails as:

    $ nix build --impure --expr 'with import ./.{}; barcode.override { stdenv = clang12Stdenv; }' -L
    ...
    barcode> ld: barcode.h:126: multiple definition of `streaming';
      main.o:/build/barcode-0.99/./barcode.h:126: first defined here
2022-01-16 17:57:24 +00:00
Renaud
e27d3fce7b
Merge pull request #153479 from dasj19/brasero-update
brasero: 3.12.2 -> 3.12.3
2022-01-16 18:30:20 +01:00
Luke Granger-Brown
a41ab71c4f
Merge pull request #155172 from lukegb/solo2
solo2-cli: init at 0.1.1
2022-01-16 17:27:30 +00:00
Sandro
bc6cd6a543
Merge pull request #153191 from trofi/update-diffoscope 2022-01-16 18:00:25 +01:00
schnusch
c0da379c1c firefox_decrypt: init at unstable-2021-12-29
add update script based on mpvScripts.sponsorblock's
2022-01-16 16:53:05 +01:00
Pavol Rusnak
438b4fd0e3
opentracker: mark linux only 2022-01-16 15:28:01 +01:00
Pavol Rusnak
5c32667d6e
Merge pull request #154677 from IvarWithoutBones/dotnetModule-installphase
buildDotnetModule: wrap executables in preFixup
2022-01-16 15:22:54 +01:00
Fabian Affolter
5c48f3fd45
Merge pull request #155045 from fabaff/bump-eternal-terminal
eternal-terminal: 6.1.9 -> 6.1.11
2022-01-16 15:18:17 +01:00
zowoq
65b77d8aaa lsd: 0.20.1 -> 0.21.0
https://github.com/Peltoche/lsd/releases/tag/0.21.0
2022-01-16 20:52:47 +10:00
Renaud
6cc6f9925a
Merge pull request #154028 from lopsided98/openvpn-iproute
openvpn: 2.5.2 -> 2.5.5
2022-01-16 10:48:41 +01:00
Dmitry Kalinkin
6eab9e04f4
inav-blackbox-tools: mark as broken on darwin 2022-01-16 04:33:28 -05:00
Frederik Rietdijk
ae18d68b6b python2.pkgs: move expressions into python2-modules/ folder
Another step in further separating python2 from python3.
2022-01-16 10:00:16 +01:00
Bobby Rong
4483b1bbdb
Merge pull request #155174 from dotlambda/abcmidi-2022.01.13
abcmidi: 2021.12.12 -> 2022.01.13
2022-01-16 15:52:49 +08:00
Jörg Thalheim
ddd4ffdae9
Merge pull request #155099 from rhoriguchi/flameshot
flameshot: 0.10.2 -> 11.0.0
2022-01-16 06:59:45 +00:00
Robert Schütz
d5744cffdc abcmidi: 2021.12.12 -> 2022.01.13 2022-01-16 03:01:38 +00:00
Martin Weinelt
03ddc5b295
mididings: drop
Doesn't support recent python3 versions that use `async` as a keyword.

```
  File "/build/source/mididings/units/call.py", line 36
    def __init__(self, function, async, cont):
                                 ^
SyntaxError: invalid syntax
```
2022-01-16 02:36:25 +01:00
Martin Weinelt
0a29b6bcd1
getmail: drop
Stuck on python2 and there is a fork that isn't. Recommend getmail6
instead.

```
Traceback (most recent call last):
  File "/build/getmail-5.14/nix_run_setup", line 8, in <module>
    exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec'))
  File "setup.py", line 51
    print 'Default installation directories:'
          ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print('Default installation directories:')?
```
2022-01-16 02:36:25 +01:00
Luke Granger-Brown
4a065e569b solo2-cli: init at 0.1.1 2022-01-16 01:25:17 +00:00
Martin Weinelt
65258010c7
Merge pull request #152690 from mweinelt/esphome 2022-01-16 01:40:51 +01:00
Sergei Trofimovich
b241f3143a diffoscope: 197 -> 200
While at it added trivial updater plumbing.
2022-01-15 19:55:15 +00:00
Mario Rodas
b3f3d1d084
Merge pull request #154405 from r-ryantm/auto-update/cargo-release
cargo-release: 0.18.6 -> 0.19.0
2022-01-15 13:44:38 -05:00
Mario Rodas
3f0122f722
Merge pull request #154448 from r-ryantm/auto-update/doppler
doppler: 3.36.2 -> 3.37.0
2022-01-15 13:42:56 -05:00
Mario Rodas
33b49df514
Merge pull request #154415 from r-ryantm/auto-update/chezmoi
chezmoi: 2.9.4 -> 2.9.5
2022-01-15 13:38:55 -05:00
Robert Helgesson
d654246e6a mimeo: 2021.2 -> 2021.11
Also

- add install check and

- update download and homepage URLs.
2022-01-15 19:06:56 +01:00
Ryan Horiguchi
499c06a14f
flameshot: 0.10.2 -> 11.0.0 2022-01-15 12:38:49 +01:00
Mario Rodas
1f9646cad8 starship: 1.1.1 -> 1.2.1
https://github.com/starship/starship/releases/tag/v1.2.0
https://github.com/starship/starship/releases/tag/v1.2.1
2022-01-15 04:20:00 +00:00
Bobby Rong
c4d1eff44e
Merge pull request #154440 from r-ryantm/auto-update/whois
whois: 5.5.10 -> 5.5.11
2022-01-15 21:23:14 +08:00
Bobby Rong
407a866225
Merge pull request #153843 from Izorkin/update-dar
dar: 2.7.1 -> 2.7.3
2022-01-15 21:14:43 +08:00
Renaud
79b8a3e263
blink1-tool: 1.98a -> 2.2.0
(#155037)
2022-01-15 13:59:09 +01:00
Robert Helgesson
ba8ec8bf86 jwt-cli: 5.0.0 -> 5.0.1 2022-01-15 12:04:37 +01:00
Fabian Affolter
7dcb205c14
Merge pull request #155047 from fabaff/bump-exploitdb
exploitdb: 2022-01-11 -> 2022-01-14
2022-01-15 09:15:02 +01:00
Dmitry Kalinkin
3b151fcec8
hidrd: mark as broken on darwin 2022-01-15 00:47:13 -05:00
João Figueira
2efc972113
wluma: 2.0.1 -> 3.0.0 (#155059) 2022-01-15 12:28:51 +09:00
Fabian Affolter
c45b63bcbf exploitdb: 2022-01-11 -> 2022-01-14 2022-01-14 23:06:03 +01:00
Fabian Affolter
48b494e35f eternal-terminal: 6.1.9 -> 6.1.11 2022-01-14 22:58:41 +01:00
Renaud
fd7e851613
Merge pull request #155019 from rapenne-s/update_clamav_stable
clamav: 0.103.3 -> 0.103.5
2022-01-14 22:27:42 +01:00
pennae
bc9fd41f23
Merge pull request #154625 from r-ryantm/auto-update/logrotate
logrotate: 3.18.1 -> 3.19.0
2022-01-14 18:54:07 +00:00
Solene Rapenne
50ede5f4e0 clamav: 0.103.3 -> 0.103.5 2022-01-14 18:03:54 +01:00
Bruno Bigras
d50a512207 kopia: 0.9.8 -> 0.10.0 2022-01-14 11:26:14 -05:00
Dmitry Kalinkin
4fe555956b
Merge pull request #154105 from veprbl/pr/texlive_2021_20211227
texlive: 2021.20210408 -> 2021.20211227
2022-01-14 11:09:17 -05:00
Nikolay Amiantov
35f8dc6ecc yaml-merge: unstable-2016-02-16 -> unstable-2022-01-12 2022-01-14 15:41:16 +03:00
Fabian Affolter
665a4df77b
Merge pull request #154987 from veprbl/pr/go365_darwin_fix
go365: fix for darwin
2022-01-14 11:15:29 +01:00
Dmitry Kalinkin
4eae92eea2
go365: fix for darwin 2022-01-14 03:25:16 -05:00
Jonathan Ringer
0dc088f8fb azure-cli: 2.30.0 -> 2.32.0 2022-01-13 18:54:25 -08:00
Bobby Rong
da7cf37491
Merge pull request #154790 from ZenithalHourlyRate/proxychains-ng-4.15-2
proxychains-ng: fix build on aarch64-darwin
2022-01-14 10:16:51 +08:00
R. RyanTM
40c7f692a4
maigret: 0.3.1 -> 0.4.0
(#153320)
2022-01-13 22:29:36 +01:00
Renaud
011522ff6a
Merge pull request #154353 from figsoda/update-synth
synth: 0.6.2 -> 0.6.4
2022-01-13 20:05:44 +01:00
R. RyanTM
ba97ea6dcb
ttygif: 1.5.0 -> 1.6.0
(#154434)
2022-01-13 19:43:23 +01:00
R. RyanTM
dd4109a2aa
tinyssh: 20210601 -> 20220101
(#154469)
2022-01-13 19:26:26 +01:00
R. RyanTM
75f0a6b65b
inadyn: 2.9.0 -> 2.9.1
* inadyn: 2.9.0 -> 2.9.1 (#154567)

* inadyn: fix homepage URI

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-13 19:13:25 +01:00
Zenithal
89b41c0f31
proxychains-ng: fix build on aarch64-darwin 2022-01-14 01:25:03 +08:00
Robert Hensing
5473929d36
Merge pull request #154785 from tfc/pandoc-drawio-filter
pandoc-drawio-filter: init at 1.0
2022-01-13 18:07:46 +01:00
Bobby Rong
67f9281470
Merge pull request #154744 from dbaynard/patch-1
anystyle-cli: fix PATH in wrapper
2022-01-13 22:18:45 +08:00
Bobby Rong
df298d2ff7
Merge pull request #154792 from jojosch/mycli-update
mycli: 1.24.1 -> 1.24.2
2022-01-13 22:12:14 +08:00
Jacek Galowicz
768523dd43 pandoc-drawio-filter: init at 1.0 2022-01-13 10:48:19 +01:00
Janne Heß
cc77c2ff4d
Merge pull request #154705 from Mic92/yubikey-manager
yubikey-manager: replace myself as maintainer with other known users
2022-01-13 10:45:16 +01:00
7c6f434c
bece1fa267
Merge pull request #154829 from peterhoeg/u/mtr
mtr: 0.94 -> 0.95
2022-01-13 09:43:17 +00:00
7c6f434c
a5a6e31c01
Merge pull request #154816 from Stunkymonkey/ratmen-refactor
ratmen: refactor
2022-01-13 09:42:53 +00:00
Jörg Thalheim
770e32fa89
Update pkgs/tools/misc/yubikey-manager/default.nix
Co-authored-by: Lassulus <github@lassul.us>
2022-01-13 09:27:35 +00:00
pennae
466cb747c8
Merge pull request #150408 from Enzime/systemd-boot-extra-entries
nixos/systemd-boot: Add `extraEntries` and `extraFiles` options
2022-01-13 07:15:05 +00:00
Bobby Rong
7f92d68d03
Merge pull request #154442 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.40.1 -> 0.40.3
2022-01-13 14:54:57 +08:00
Doron Behar
42d2a6c8b0
Merge pull request #154806 from alerque/sile-0.12.1
sile: 0.12.0 → 0.12.1
2022-01-13 08:51:27 +02:00
Peter Hoeg
5d07e1cc64 mtr: 0.94 -> 0.95 2022-01-13 09:03:28 +08:00
zowoq
8af072583d wprecon: mark broken 2022-01-13 10:51:09 +10:00
Felix Buehler
002ab67a21 ratmen: refactor 2022-01-13 00:18:22 +01:00
R. RyanTM
f0a1e6e9e9
steampipe: 0.11.0 -> 0.11.2
* steampipe: 0.11.0 -> 0.11.1 (#154468)

* steampipe: 0.11.1 -> 0.11.2

Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
2022-01-13 00:05:12 +01:00
Caleb Maclennan
cdb4d0a390
sile: 0.12.0 → 0.12.1 2022-01-12 23:50:18 +03:00
Timothy DeHerrera
5a91f482ff
Merge pull request #151814 from jonringer/add-spire
spire: init at 1.1.2
2022-01-12 12:58:22 -07:00
Johannes Schleifenbaum
0a29750129
mycli: 1.24.1 -> 1.24.2 2022-01-12 19:50:07 +01:00
figsoda
ef859b0c0c synth: 0.6.3 -> 0.6.4 2022-01-12 12:41:25 -05:00
Daniel Thwaites
f366ae6429
nixos/starship: add a test 2022-01-12 15:47:15 +00:00
Daniel Thwaites
3f1ef8fe14
nixos/starship: init 2022-01-12 15:47:08 +00:00
adisbladis
02d732d2e4
Merge pull request #154742 from 06kellyjac/docbookrx
docbookrx: drop
2022-01-13 02:20:53 +12:00
Pascal Bach
1c8942c7e8
Merge pull request #154642 from r-ryantm/auto-update/minio-client
minio-client: 2021-12-20T23-43-34Z -> 2022-01-07T06-01-38Z
2022-01-12 15:20:35 +01:00
06kellyjac
7148ebef25 docbookrx: drop 2022-01-12 12:04:44 +00:00
David Baynard
b6080f1e57
anystyle-cli: fix PATH in wrapper
There was a syntax error in the `--prefix` argument to `wrapProgram`.
The arguments are ENV SEP VAL.
2022-01-12 10:58:46 +00:00
Jörg Thalheim
b815b22147
Update pkgs/tools/misc/yubikey-manager/default.nix 2022-01-12 10:52:53 +00:00
adisbladis
c5fbaf6131 nixops: Remove unused expressions in subdirectories 2022-01-12 23:03:48 +13:00
adisbladis
9bcfcf9b0b
Merge pull request #154715 from adisbladis/nixops-1_7-poetry2nix
nixops: Re-package environment using poetry2nix
2022-01-12 21:59:10 +12:00
Bobby Rong
267c5b7cba
Merge pull request #154527 from r-ryantm/auto-update/goreleaser
goreleaser: 1.2.2 -> 1.2.5
2022-01-12 16:52:34 +08:00
adisbladis
5c8072c376 nixops: Re-package environment using poetry2nix
The NixOps derivation keeps breaking because of unrelated Python packaging work and is incredibly difficult to keep alive.
Rather than outright removing 1.7 as suggested in #150059 this change shuold make it much easier to keep 1.7 on life support without causing any burden for those wanting to work on python3 only.
2022-01-12 21:25:54 +13:00
Fabian Affolter
a3566ed7e6
Merge pull request #154622 from fabaff/faraday-agent-dispatcher
faraday-agent-dispatcher: init at 2.1.3
2022-01-12 09:07:42 +01:00
Jörg Thalheim
cd2f11b1d9
Apply suggestions from code review 2022-01-12 05:18:18 +00:00
legendofmiracles
996536a230
Merge pull request #154689 from legendofmiracles/pinsel
pinsel: init at unstable-2021-09-13
2022-01-11 23:15:02 -06:00
Jörg Thalheim
d28799abfa yubikey-manager: replace myself as maintainer with other known users 2022-01-12 06:08:50 +01:00
Dmitry Kalinkin
f14e41ecf9
texlive.combine: pass --sort to mktexlsr
Improves reproducibility
2022-01-11 23:21:27 -05:00
Dmitry Kalinkin
9fcb1258a8
texlive: 2021.20210408 -> 2021.20211227 2022-01-11 23:20:39 -05:00
Dmitry Kalinkin
7660d567dd
texlive.bin.texlinks: fix build for darwin sandbox
post-installation fixup
    strip is /nix/store/falx4gakl6k1q64aqr4f8mvy8vfqcqaq-cctools-binutils-darwin-949.0.1/bin/strip
    patching script interpreter paths in /nix/store/q1haqqnh6i2677ihad4673gc3slna3sw-texlinks.sh
    /nix/store/q1haqqnh6i2677ihad4673gc3slna3sw-texlinks.sh: interpreter directive changed from "#!/bin/sh" to "/nix/store/715y5lnw12vdcc3hh9sc9vbkdi6c83x6-bash-4.4-p23/bin/sh"
    sed: couldn't open temporary file /nix/store/sedqPf2C0: Operation not permitted
2022-01-11 22:43:21 -05:00
legendofmiracles
5d792df138
Merge pull request #154686 from IvarWithoutBones/bump/discord-exporter 2022-01-11 21:25:08 -06:00
legendofmiracles
d1556aac13
pinsel: init at unstable-2021-09-13 2022-01-11 18:46:22 -06:00
IvarWithoutBones
0c72fb355c discordchatexporter-cli: 2.30.1 -> 2.31.1 2022-01-12 01:15:22 +01:00
R. RyanTM
7166f36cb2
mark: 6.5.1 -> 6.7
(#152796)
2022-01-12 00:33:47 +01:00
R. RyanTM
6c284f5178
html-xml-utils: 8.0 -> 8.1
(#152848)
2022-01-12 00:28:47 +01:00
R. RyanTM
c5070b61b2
java-service-wrapper: 3.5.46 -> 3.5.48
(#152835)
2022-01-12 00:27:15 +01:00
IvarWithoutBones
ec52dd4971 opentabletdriver: use postFixup instead of postInstall 2022-01-12 00:23:53 +01:00
IvarWithoutBones
f3537d9db1 alttpr-opentracker: add gtk3 to buildInputs 2022-01-12 00:23:53 +01:00
Lassulus
47d693f2f6
Merge pull request #154675 from mweinelt/ykman
yubikey-manager: fix build
2022-01-12 00:12:41 +01:00
legendofmiracles
fdbd3db45c
Merge pull request #152858 from elatov/pkg/fwbuilder
fwbuilder: init at 6.0.0-rc1
2022-01-11 17:08:53 -06:00
Martin Weinelt
7d8d3c7122
yubikey-manager: fix build
Closes: #154673
2022-01-12 00:02:02 +01:00
R. RyanTM
bceba2b422
geekbench: 5.4.3 -> 5.4.4
(#152870)
2022-01-11 22:51:49 +01:00
Lassulus
61d633ffa9
Merge pull request #152629 from JonJFineman/patch-1
Point the "mail" command to use the system-wide mail.rc
2022-01-11 22:46:09 +01:00
Karim Elatov
56fe75efd4 fwbuilder: init at 6.0.0-rc1 2022-01-11 14:39:48 -07:00
Lassulus
f783a2039c
Merge pull request #154614 from fabaff/bump-metasploit
metasploit: 6.1.23 -> 6.1.24
2022-01-11 21:48:32 +01:00
R. RyanTM
ab5ee58d90
gptman: 0.8.2 -> 0.8.3
(#154532)
2022-01-11 21:35:02 +01:00
R. Ryantm
f75d485801 minio-client: 2021-12-20T23-43-34Z -> 2022-01-07T06-01-38Z 2022-01-11 19:50:11 +00:00
Ryan Mulligan
11d3734c21
Merge pull request #154628 from r-ryantm/auto-update/macchina
macchina: 5.0.5 -> 6.0.5
2022-01-11 11:24:25 -08:00
Fabian Affolter
b05406be78
Merge pull request #154624 from r-ryantm/auto-update/log4j-vuln-scanner
log4j-vuln-scanner: 0.11 -> 0.13
2022-01-11 19:48:50 +01:00
Fabian Affolter
f3a99c698e
Merge pull request #154623 from r-ryantm/auto-update/log4j-sniffer
log4j-sniffer: 1.0.0 -> 1.2.0
2022-01-11 19:48:23 +01:00
R. Ryantm
26c29a52bd macchina: 5.0.5 -> 6.0.5 2022-01-11 18:20:08 +00:00
R. Ryantm
e16643f01d logrotate: 3.18.1 -> 3.19.0 2022-01-11 18:10:24 +00:00
R. Ryantm
30bfcfbf35 log4j-vuln-scanner: 0.11 -> 0.13 2022-01-11 18:06:37 +00:00
R. Ryantm
45dffc49d2 log4j-sniffer: 1.0.0 -> 1.2.0 2022-01-11 18:02:49 +00:00
Fabian Affolter
ceafd6f030 faraday-agent-dispatcher: init at 2.1.3 2022-01-11 18:59:26 +01:00
legendofmiracles
b24992b501
Merge pull request #154605 from r-ryantm/auto-update/lfs
lfs: 1.3.1 -> 1.4.0
2022-01-11 11:46:43 -06:00
Fabian Affolter
7aff85339a metasploit: 6.1.23 -> 6.1.24 2022-01-11 18:32:08 +01:00
Fabian Affolter
3669089508
Merge pull request #154604 from 06kellyjac/grype
grype: 0.30.0 -> 0.31.1
2022-01-11 18:23:42 +01:00
embr
49c8bee316 qodem: init at 1.0.1 2022-01-11 17:19:40 +00:00
06kellyjac
85887e827b grype: 0.30.0 -> 0.31.1 2022-01-11 16:43:10 +00:00
R. Ryantm
a2f83d0869 lfs: 1.3.1 -> 1.4.0 2022-01-11 16:43:04 +00:00
Bernardo Meurer
8d8dc2c707
Merge pull request #154586 from r-ryantm/auto-update/kalker
kalker: 1.0.1-2 -> 1.1.0
2022-01-11 16:37:14 +00:00
Fabian Affolter
0f1b24d08f
Merge pull request #154584 from fabaff/bump-exploitdb
exploitdb: 2022-01-06 -> 2022-01-11
2022-01-11 17:36:46 +01:00
Fabian Affolter
38f80101e5
Merge pull request #154576 from fabaff/bump-kubescape
kubescape: 1.0.138 -> 1.0.139
2022-01-11 17:34:39 +01:00
R. Ryantm
9dc2e56e7d thermald: 2.4.6 -> 2.4.7 2022-01-11 18:31:40 +03:00
R. Ryantm
af91fc45b1 kalker: 1.0.1-2 -> 1.1.0 2022-01-11 15:22:47 +00:00
legendofmiracles
bf5ccaa482
Merge pull request #154498 from r-ryantm/auto-update/gifski
gifski: 1.5.1 -> 1.6.1
2022-01-11 09:21:49 -06:00
Fabian Affolter
535dd7377c exploitdb: 2022-01-06 -> 2022-01-11 2022-01-11 16:12:39 +01:00
Fabian Affolter
f465e9e97c kubescape: 1.0.138 -> 1.0.139 2022-01-11 15:58:03 +01:00
legendofmiracles
c37140b453
Merge pull request #154424 from r-ryantm/auto-update/code-minimap 2022-01-11 07:56:33 -06:00
Fabian Affolter
215c5d4c9c
Merge pull request #154524 from r-ryantm/auto-update/gomapenum
gomapenum: 1.0.0 -> 1.0.2
2022-01-11 14:36:35 +01:00
Renaud
943c830a1c
Merge pull request #154455 from r-ryantm/auto-update/dua
dua: 2.14.11 -> 2.16.0
2022-01-11 13:54:47 +01:00
Renaud
175124219d
Merge pull request #154376 from r-ryantm/auto-update/b3sum
b3sum: 1.2.0 -> 1.3.0
2022-01-11 13:37:09 +01:00
Fabian Affolter
b6e66ccaa5
Merge pull request #154496 from fabaff/bump-httpx
httpx: 1.1.4 -> 1.1.5
2022-01-11 13:02:22 +01:00
R. Ryantm
f22aef829c telepresence2: 2.4.6 -> 2.4.9 2022-01-11 11:45:35 +00:00
R. Ryantm
9948da7960 goreleaser: 1.2.2 -> 1.2.5 2022-01-11 11:42:12 +00:00
R. Ryantm
690debd36e gomapenum: 1.0.0 -> 1.0.2 2022-01-11 11:29:11 +00:00
Fabian Affolter
7846f7a49d
Merge pull request #154447 from r-ryantm/auto-update/ugrep
ugrep: 3.4.0 -> 3.5.0
2022-01-11 11:16:09 +01:00