Commit Graph

28991 Commits

Author SHA1 Message Date
Jonathan Ringer
a51c51c6b0
nixpkgs-review: 2.4.1 -> 2.4.2 2020-10-03 07:25:39 -07:00
1000101
d793752795 esphome: 1.15.0 -> 1.15.2 2020-10-03 16:01:53 +02:00
makefu
5c8fac2d52 esphome: 1.14.5 -> 1.15.0
upstream switched from setup.py to define the requirements to requirements.txt
2020-10-03 16:00:15 +02:00
Mario Rodas
baf7df5090
Merge pull request #99356 from marsam/update-watchexec
watchexec: 1.14.0 -> 1.14.1
2020-10-03 06:20:49 -05:00
Doron Behar
16d4ec339d tectonic: 0.1.15 -> 0.1.16
Enable tests.
2020-10-03 14:05:04 +03:00
Jeremy Schlatter
87278e9f87
sandboxfs: init at 0.2.0 2020-10-03 08:23:02 +02:00
zowoq
eef243f482 kepubify: 3.1.4 -> 3.1.5
https://github.com/pgaskin/kepubify/releases/tag/v3.1.5
2020-10-03 14:41:43 +10:00
Mario Rodas
ef3155fbbc grpcurl: 1.4.0 -> 1.7.0 2020-10-03 04:20:00 +00:00
zowoq
ef2898f093 bat: 0.15.4 -> 0.16.0
https://github.com/sharkdp/bat/releases/tag/v0.16.0
2020-10-03 09:58:09 +10:00
Martin Weinelt
83a722a525
Merge pull request #99352 from peterhoeg/f/crudini
crudini: py2 -> py3
2020-10-02 23:15:30 +02:00
Patrick Hilhorst
eb013e679e pcsc-scm-scl: manually correct wrongly automatically changed url 2020-10-02 09:01:35 -07:00
Patrick Hilhorst
b133532434 treewide: remove some trailing whitespace to please ofborg 2020-10-02 09:01:35 -07:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
zowoq
6dca3575f8 miniserve: 0.9.0 -> 0.10.0
https://github.com/svenstaro/miniserve/releases/tag/v0.10.0
2020-10-02 23:56:07 +10:00
Michael Raskin
bb4060dea0
Merge pull request #99373 from 7c6f434c/xdummy-fix-unfree
xdummy: make unfree fonts optional; see also #99136
2020-10-02 13:47:35 +00:00
Jan Tojnar
46cf3b84b1
netpbm: 10.91.3 → 10.92.0 2020-10-02 13:33:36 +02:00
Jan Tojnar
43ea7e011d
netpbm: Fix cross-compilation
Co-Authored-By: Christian Kampka <christian@kampka.net>
2020-10-02 13:05:39 +02:00
Jan Tojnar
3f3fe38c7a
netpbm: Do not use vendored dependencies
Especially since Jasper is unmaintained and insecure
2020-10-02 13:05:38 +02:00
Jan Tojnar
8a9fa4782f
netpbm: 10.89.1 → 10.91.3
Also fix accidentally not running postConfigure
2020-10-02 13:05:38 +02:00
Michael Raskin
30ec2df88b xdummy: make unfree fonts optional; see also #99136 2020-10-02 11:42:59 +02:00
Mario Rodas
16a679f1b8
Merge pull request #99138 from marsam/update-starship
starship: 0.44.0 -> 0.45.0
2020-10-02 04:38:56 -05:00
Daniël de Kok
6353c2dee2
Merge pull request #99149 from danieldk/1password-gui-0.8.8-1
_1password-gui: 0.8.7 -> 0.8.8-1
2020-10-02 09:29:43 +02:00
zowoq
4c6dad5e82 lsd: add maintainer 2020-10-02 16:59:51 +10:00
Daniël de Kok
9fd0171b24
Merge pull request #99318 from siraben/mozwire-update
mozwire: 0.5.1 -> 0.5.2
2020-10-02 08:37:51 +02:00
Peter Hoeg
f8d8564c34 crudini: py2 -> py3 2020-10-02 10:15:22 +08:00
Ying Kanyang (Harry Ying)
f0a5dd2a20
smartdns: 30 -> 33
Bump release from 30 to 33 for smartdns.
2020-10-02 09:01:45 +08:00
Ben Siraphob
5dc6f363cd mozwire: 0.5.1 -> 0.5.2 2020-10-02 02:26:05 +07:00
Maximilian Bosch
ebb5b9ab2e
Merge pull request #99282 from fadenb/systemdjournal2gelf_20200813
systemd-journal2gelf: 20190702 -> 20200813
2020-10-01 19:35:34 +02:00
Mrinal
1cf738a993
google-cloud-sdk: 306.0.0 -> 312.0.0 (#99262) 2020-10-01 18:12:42 +02:00
Michael Weiss
85537bce39
inxi: 3.1.06-1 -> 3.1.07-1 2020-10-01 17:29:51 +02:00
Maciej Krüger
b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38 2020-10-01 16:39:09 +02:00
Tristan Helmich (omniIT)
05d0f38c18 systemd-journal2gelf: 20190702 -> 20200813 2020-10-01 14:22:25 +00:00
Konrad Borowski
4efe18bdee htop: 3.0.1 -> 3.0.2 2020-10-01 12:27:12 +02:00
Stig P
302ef60620
Merge pull request #99126 from berbiche/bottom
bottom: init at 0.4.7
2020-10-01 08:06:37 +00:00
Maciej Krüger
946369adbd
spidermonkey: remove spidermonkey_38 -> spidermonkey alias
This removes the spidermonkey alias and renames it in the packages still
using it

Not sure if we need it in aliases.nix since just about nothing depends
on it anymore

Additionally considering removal should be a good choice, it's at least
insecure so it should get tagged as such
2020-10-01 10:00:22 +02:00
Mario Rodas
56f9e7571c rbw: fix build on darwin 2020-10-01 04:20:00 +00:00
Mario Rodas
ccf742a124 watchexec: 1.14.0 -> 1.14.1
https://github.com/watchexec/watchexec/releases/tag/1.14.1
2020-10-01 04:20:00 +00:00
Mario Rodas
d3669570d2 pinentry: fix build on darwin 2020-10-01 04:20:00 +00:00
Daniël de Kok
7a0672de18
Merge pull request #98054 from demyanrogozhin/opencl-info-cl2-patch
opencl-info: fix build
2020-09-30 19:19:57 +02:00
Demyan Rogozhin
26d930cb76 opencl-info: fix build 2020-09-30 19:16:24 +02:00
Nicolas Berbiche
f4ede1e1ba
bottom: init at 0.4.7
Co-authored-by: r-burns <52847440+r-burns@users.noreply.github.com>
2020-09-30 12:44:06 -04:00
R. RyanTM
37995e32b2 systrayhelper: 0.0.4 -> 0.0.5 2020-09-30 08:55:48 -07:00
R. RyanTM
969b9f1ade pyznap: 1.5.0 -> 1.6.0 2020-09-30 08:48:34 -07:00
Maximilian Bosch
1cbec3b6df
Merge pull request #99077 from fadenb/graylog_3.3.6
graylog: 3.3.4 -> 3.3.6
2020-09-30 13:38:04 +02:00
Daniël de Kok
9f7b7bf7d8 _1password-gui: 0.8.7 -> 0.8.8-1
Changes:

https://1password.community/discussion/116041/1password-development-preview-0-8-8
2020-09-30 10:26:08 +02:00
Mario Rodas
9e78f73ba5 starship: 0.44.0 -> 0.45.2
https://github.com/starship/starship/releases/tag/v0.45.0
https://github.com/starship/starship/releases/tag/v0.45.1
https://github.com/starship/starship/releases/tag/v0.45.2
2020-09-29 18:00:00 -05:00
Maximilian Bosch
372884ffa5
bandwhich: 0.18.1 -> 0.19.0
https://github.com/imsnif/bandwhich/releases/tag/0.19.0
2020-09-29 18:48:49 +02:00
Jonathan Ringer
05739ad406 linkchecker: disable flakey test 2020-09-29 09:32:22 -07:00
Sandro
b76670f139
duf: 0.3.0 -> 0.3.1 (#99092) 2020-09-29 15:28:12 +02:00
Jonathan Ringer
f89469957d azure-cli: 2.11.1 -> 2.12.1 2020-09-29 06:00:43 -07:00
Dmitry Kalinkin
0f564014b6
texlive: move chktex from texlive.bin.core to texlive.bin.chktex
chktex binary doesn't work without its global resource file which
comes in its tlType="run" package. This commit moves chktex into a
separate tlType="bin" package so it is only used along with its
tlType="run" counterpart.
2020-09-29 07:35:03 -04:00
Tristan Helmich (omniIT)
dee78b7032 graylog: 3.3.4 -> 3.3.6
Bumps Graylog and integration plugins to version 3.3.6.
Fixes wrong description of aggregates plugin.
2020-09-29 08:23:29 +00:00
Ryan Mulligan
ea43b22d38
Merge pull request #82224 from caadar/ssh-askpass-fullscreen
ssh-askpass-fullscreen: init at 1.2
2020-09-28 20:43:05 -07:00
Benjamin Hipple
7d25e5144b
Merge pull request #99024 from jonringer/bump-nixpkgs-review
nixpkgs-review: 2.4.0 -> 2.4.1
2020-09-28 21:31:31 -04:00
Robert Scott
5983c412d7 partimage: fix build
the move to glibc 2.30 broke the build of this old package, fortunately
debian have a patch to fix it
2020-09-29 00:45:11 +01:00
Daiderd Jordan
d42e6e2e04
Merge pull request #98984 from marsam/update-vault
vault: 1.5.3 -> 1.5.4
2020-09-28 21:56:03 +02:00
Jonathan Ringer
6d812f2a73
nixpkgs-review: 2.4.0 -> 2.4.1 2020-09-28 11:55:59 -07:00
Emery Hemingway
11ce7675cf yggdrasil: 0.3.14 -> 0.3.15 2020-09-28 09:55:05 +02:00
Mario Rodas
b32eeee41d
Merge pull request #98906 from r-ryantm/auto-update/vips
vips: 8.10.0 -> 8.10.1
2020-09-27 22:44:58 -05:00
WORLDofPEACE
9f4962392a
Merge pull request #98972 from JustinLovinger/rofimoji
rofimoji: init at 4.3.0, wtype: init at 2020-09-14
2020-09-27 19:02:33 -04:00
Justin Lovinger
d93e6842d4 wtype: init at 2020-09-14 2020-09-27 18:36:34 -04:00
Robert Scott
4e75022bcf
Merge pull request #98965 from r-burns/sshping
sshping: fix build on darwin
2020-09-27 22:26:37 +01:00
Ryan Burns
e1d834aa09 sshping: fix build on darwin
Fix hardcoded C++ compiler
2020-09-27 12:59:30 -07:00
Michael Raskin
31a4e2e28b
Merge pull request #93457 from ju1m/apparmor
apparmor: fix and improve the service
2020-09-27 13:07:38 +00:00
Daniël de Kok
94062c6b2d
Merge pull request #98888 from r-ryantm/auto-update/smenu
smenu: 0.9.15 -> 0.9.16
2020-09-27 10:43:07 +02:00
Mario Rodas
ae90a6ea13 vault-bin: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
Mario Rodas
8176112c88 vault: 1.5.3 -> 1.5.4 2020-09-27 04:20:00 +00:00
R. RyanTM
a38806dafe vivid: 0.5.0 -> 0.6.0 2020-09-27 02:54:11 +00:00
R. RyanTM
99d163ef2f vips: 8.10.0 -> 8.10.1 2020-09-27 02:46:10 +00:00
R. RyanTM
f63c9bced2 smenu: 0.9.15 -> 0.9.16 2020-09-26 21:20:00 +00:00
Doron Behar
c4bc8f2cc4
Merge pull request #98744 from sternenseemann/chroma-0.8.1
chroma: 0.8.0 → 0.8.1
2020-09-26 18:45:29 +03:00
Mario Rodas
b50431ffb2
Merge pull request #98827 from r-ryantm/auto-update/nfpm
nfpm: 1.7.0 -> 1.8.0
2020-09-26 07:35:47 -05:00
Mario Rodas
f14035dd88
Merge pull request #98716 from r-ryantm/auto-update/fluent-bit
fluent-bit: 1.5.4 -> 1.5.6
2020-09-26 07:34:46 -05:00
Maximilian Bosch
d37d976601
gotify-cli: 2.1.1 -> 2.2.0
https://github.com/gotify/cli/releases/tag/v2.2.0
2020-09-26 14:00:56 +02:00
Frank Doepper
31ae9dd6ab nncp: init at 5.3.3 2020-09-26 10:28:42 +02:00
Oleksii Filonenko
55a24d425f
Merge pull request #98713 from r-ryantm/auto-update/emplace
emplace: 0.3.6 -> 0.3.7
2020-09-26 11:04:26 +03:00
Oleksii Filonenko
d7b442c121
Merge pull request #98826 from r-ryantm/auto-update/nebula
nebula: 1.2.0 -> 1.3.0
2020-09-26 11:04:02 +03:00
Oleksii Filonenko
02b7dcb4ee
Merge pull request #98717 from r-ryantm/auto-update/frp
frp: 0.33.0 -> 0.34.0
2020-09-26 11:00:31 +03:00
Oleksii Filonenko
cf36a41ac0
Merge pull request #98732 from r-ryantm/auto-update/intermodal
intermodal: 0.1.10 -> 0.1.11
2020-09-26 10:54:16 +03:00
Vladimír Čunát
779ad182cf
Merge #98684: brotli: fix patch URL 2020-09-26 09:53:16 +02:00
Doron Behar
9ed0122242
Merge pull request #98787 from alerque/sile-0.10.11
sile: 0.10.10 -> 0.10.11
2020-09-26 10:50:27 +03:00
R. RyanTM
3f8533e836 nfpm: 1.7.0 -> 1.8.0 2020-09-26 05:32:59 +00:00
R. RyanTM
bff1304ec2 nebula: 1.2.0 -> 1.3.0 2020-09-26 05:24:41 +00:00
Ryan Mulligan
b97fa2ac57
Merge pull request #98727 from r-ryantm/auto-update/hcxdumptool
hcxdumptool: 6.1.1 -> 6.1.2
2020-09-25 17:36:20 -07:00
ento
38276b91fa aws-vault: 6.0.0 -> 6.2.0 2020-09-25 15:39:26 -07:00
R. RyanTM
44f91f0623 mdbook: 0.4.2 -> 0.4.3 2020-09-25 21:44:30 +00:00
Mario Rodas
387df70eea fluent-bit: 1.5.6 -> 1.5.7
https://fluentbit.io/announcements/v1.5.7/
2020-09-25 20:00:00 +00:00
Caleb Maclennan
99dfe7ecf8
sile: 0.10.10 → 0.10.11 2020-09-25 22:36:28 +03:00
Robert Scott
5bb4508c5c
Merge pull request #98609 from r-burns/pciutils
pciutils: fix build on darwin
2020-09-25 19:43:51 +01:00
Jan Tojnar
2c162d49cd
Merge pull request #98749 from freezeboy/fix-rpm-ostree
rpm-ostree: 2020.4 -> 2020.5
2020-09-25 20:08:05 +02:00
ajs124
e81c9b78ff thc-ipv6: init at 3.6 2020-09-25 18:17:36 +02:00
Maximilian Bosch
1a08a381a0
lnav: 0.8.5 -> 0.9.0
https://github.com/tstack/lnav/releases/tag/v0.9.0
2020-09-25 16:54:25 +02:00
freezeboy
7db8abb774 rpm-ostree: 2020.4 -> 2020.5 2020-09-25 15:16:38 +02:00
sternenseemann
e9f6ff878a chroma: 0.8.0 → 0.8.1 2020-09-25 14:14:56 +02:00
R. RyanTM
f5dc64a3ef intermodal: 0.1.10 -> 0.1.11 2020-09-25 10:10:20 +00:00
R. RyanTM
74ccbf7c1b hcxdumptool: 6.1.1 -> 6.1.2 2020-09-25 09:23:29 +00:00
Daniël de Kok
163fc72328
Merge pull request #98630 from Flakebi/amber
amber: init at unstable-2020-09-23
2020-09-25 11:22:26 +02:00
Sandro
d2092a9dd4
duf: 0.1.0 -> 0.3.0 (#98683) 2020-09-25 09:53:58 +02:00
Michael Raskin
7ad04f4beb
Merge pull request #98701 from zowoq/mtr
mtr: 0.93 -> 0.94
2020-09-25 07:37:37 +00:00
R. RyanTM
3a4e082f7f frp: 0.33.0 -> 0.34.0 2020-09-25 07:16:46 +00:00
R. RyanTM
48e1befab8 fluent-bit: 1.5.4 -> 1.5.6 2020-09-25 06:52:27 +00:00
Daniël de Kok
52075a824d
Merge pull request #98710 from r-ryantm/auto-update/diskonaut
diskonaut: 0.9.0 -> 0.11.0
2020-09-25 08:11:10 +02:00
Sebastian Neubauer
179360d419 amber: init at unstable-2020-09-23 2020-09-25 08:10:50 +02:00
R. RyanTM
d290b85d2c emplace: 0.3.6 -> 0.3.7 2020-09-25 06:03:11 +00:00
R. RyanTM
8976ee528a diskonaut: 0.9.0 -> 0.11.0 2020-09-25 05:12:11 +00:00
Ryan Mulligan
0598821f95
Merge pull request #98695 from r-ryantm/auto-update/catimg
catimg: 2.6.0 -> 2.7.0
2020-09-24 20:24:13 -07:00
zowoq
9979d33ac7 mtr: 0.93 -> 0.94
https://github.com/traviscross/mtr/blob/v0.94/NEWS
2020-09-25 13:12:32 +10:00
R. RyanTM
e512a29eb4 catimg: 2.6.0 -> 2.7.0 2020-09-24 23:19:01 +00:00
zimbatm
3cf7f6d357
Merge pull request #98671 from r-ryantm/auto-update/bashmount
bashmount: 4.3.1 -> 4.3.2
2020-09-24 22:05:42 +00:00
zimbatm
4b64ea7e4f
Merge pull request #98654 from ghuntley/bump-pulumi
pulumi: 2.6.1 -> 2.10.2
2020-09-24 21:49:55 +00:00
Bruno Bigras
fdae591c68
kopia: 0.7.0 -> 0.7.1 (#98658) 2020-09-24 21:45:23 +00:00
Sarah Brofeldt
c099d421db
ceph: 15.2.4 -> 15.2.5 (#98664) 2020-09-24 21:44:54 +00:00
R. RyanTM
e19d18f04d
bitwarden_rs-vault: 2.15.1 -> 2.16.0b (#98675) 2020-09-24 21:43:51 +00:00
R. RyanTM
fd7141afa3
bitwarden: 1.20.1 -> 1.22.1 (#98674) 2020-09-24 21:43:14 +00:00
mlvzk
492b9af995 brotli: fix patch URL 2020-09-24 23:36:46 +02:00
R. RyanTM
4d89887f5b bashmount: 4.3.1 -> 4.3.2 2020-09-24 18:38:27 +00:00
Pierre Bourdon
ce615a5c32
dnsperf: 2.3.1 -> 2.3.4
Required for newer Bind versions support without isc-config.sh.
2020-09-24 18:08:47 +02:00
Geoffrey Huntley
a922b0bf6f pulumi: 2.6.1 -> 2.10.2 2020-09-24 14:02:12 +00:00
Ryan Burns
00bf15f23c pciutils: fix build on darwin
Add IOKit to macOS prereqs, and patch Makefile to use $CC
2020-09-24 02:09:20 -07:00
Daniël de Kok
cf6075fc89
Merge pull request #98482 from danieldk/1password-0.8.7
_1password-gui: 0.8.6-2 -> 0.8.7
2020-09-24 08:20:01 +02:00
Mario Rodas
92a322a009
Merge pull request #98372 from bbigras/kopia
kopia: 0.6.4 -> 0.7.0
2020-09-23 23:13:34 -05:00
Ryan Mulligan
e9c15a2e10
Merge pull request #97219 from davidtwco/wootility-3.5.12
wootility: 3.5.10 -> 3.5.12
2020-09-23 21:08:25 -07:00
R. RyanTM
f5c2f51dae freeipmi: 1.6.5 -> 1.6.6 2020-09-23 21:00:43 -07:00
R. RyanTM
2377e8e8ca findomain: 2.1.1 -> 2.1.3 2020-09-23 20:50:24 -07:00
R. RyanTM
11f5d344b9 discount: 2.2.6 -> 2.2.7 2020-09-23 20:36:59 -07:00
R. RyanTM
d98ce325f5 gmic: 2.9.1 -> 2.9.2 2020-09-23 20:19:41 -07:00
R. RyanTM
f6be4babd7 kdiff3: 1.8.3 -> 1.8.4 2020-09-23 20:16:16 -07:00
zowoq
f9666eb863 miniserve: 0.8.0 -> 0.9.0
https://github.com/svenstaro/miniserve/releases/tag/v0.9.0
2020-09-24 07:31:40 +10:00
André Silva
a4d05ec30c
yubikey-manager: 3.1.0 -> 3.1.1 (#98576) 2020-09-23 16:00:36 -04:00
Daniël de Kok
66d0662548
Merge pull request #98230 from danieldk/rocm-3.8.0
Update to ROCm 3.8.0
2020-09-23 19:25:38 +02:00
Ryan Mulligan
05a04d85fd
Merge pull request #98515 from r-ryantm/auto-update/fet-sh
fet-sh: 1.5 -> 1.7
2020-09-23 09:24:53 -07:00
Jonathan Ringer
aa25c65766 orangefs: 2.9.7 -> 2.9.8, fix build 2020-09-23 09:16:52 -07:00
Mario Rodas
9e5a617ba1
Merge pull request #98516 from r-ryantm/auto-update/facter
facter: 3.14.12 -> 3.14.13
2020-09-23 06:57:39 -05:00
Timo Kaufmann
c8cde01af4
Merge pull request #98513 from r-ryantm/auto-update/tridactyl-native
tridactyl-native: 1.20.0 -> 1.20.1
2020-09-23 09:40:14 +02:00
Robert Scott
1aa888ba53 fierce: fix build
because we're playing with its install requirements, add a
pythonImportsCheck to give us a chance to discover brokenness. technically
this isn't a realistic test of end user behaviour as this is really an
application, not a python module, but it seems to have a pretty stable
import name of `fierce`, so it works.
2020-09-22 23:24:59 -07:00
R. RyanTM
d59e3bd554 facter: 3.14.12 -> 3.14.13 2020-09-23 03:17:14 +00:00
R. RyanTM
02208801c2 fet-sh: 1.5 -> 1.7 2020-09-23 02:57:58 +00:00
R. RyanTM
21a2c12fe7 tridactyl-native: 1.20.0 -> 1.20.1 2020-09-23 02:39:29 +00:00
Stig P
47297487c5
Merge pull request #93057 from stigtsp/package/ubidump-init
ubidump: init at unstable-2019-09-11
2020-09-22 22:29:34 +00:00
zowoq
ff64cb724d amass: 3.10.1 -> 3.10.3
https://github.com/OWASP/Amass/releases/tag/v3.10.2
https://github.com/OWASP/Amass/releases/tag/v3.10.3
2020-09-23 07:29:28 +10:00
zowoq
2e30e228b7 bettercap: build on darwin 2020-09-23 07:29:07 +10:00
Daniël de Kok
0dac5a3c6a _1password-gui: 0.8.6-2 -> 0.8.7
Changes:

https://discussions.agilebits.com/discussion/115894/1password-development-preview-0-8-7
2020-09-22 19:31:50 +02:00
Stig Palmquist
5f31ac17c5
ubidump: init at unstable-2019-09-11 2020-09-22 18:38:04 +02:00
Doron Behar
e32fa846d0
Merge pull request #98444 from petabyteboy/feature/update-viu
viu: 1.0 -> 1.1
2020-09-22 17:34:54 +03:00
Maximilian Bosch
23370afced
curlie: 1.3.1 -> 1.5.4 2020-09-22 11:23:17 +02:00
Milan Pässler
534ad6855a viu: 1.0 -> 1.1 2020-09-22 08:04:20 +02:00
Milan
479976340a
duf: init at 0.1.0 (#98396) 2020-09-22 00:57:28 -05:00
zowoq
1399f780bb ripgrep: remove unnecessary reference to $src 2020-09-22 12:33:35 +10:00
zowoq
b531e65954 fd: remove unnecessary reference to $src 2020-09-22 12:26:24 +10:00
Martin Weinelt
aeab683e38
Merge pull request #98168 from gnidorah/updates
update some packages I maintain
2020-09-22 03:59:27 +02:00