Fabian Affolter
154bd25067
ldeep: init at 1.0.9
2021-01-03 13:23:18 +01:00
Pavol Rusnak
9ce2291c2c
Merge pull request #108290 from dywedir/wavemon
...
wavemon: 0.9.2 -> 0.9.3
2021-01-03 13:12:22 +01:00
Matt Layher
680a8e7cd8
corerad: 0.2.8 -> 0.3.0
...
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2021-01-03 07:02:30 -05:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Joe Hermaszewski
cbc4bd9971
vulkan: 1.2.141 -> 1.2.162
...
Also improve metadata for vulkan-validation-layers
2021-01-03 11:03:42 +00:00
Fabian Affolter
4523be286f
stegseek: init at 0.5
2021-01-03 10:45:12 +01:00
zowoq
244503020c
megatools: use wrapGAppsNoGuiHook
...
The gui packages pulled in by wrapGAppsHook aren't needed as it's a cli tool.
2021-01-03 19:16:48 +10:00
Frederik Rietdijk
f7267e9797
Merge pull request #107783 from NixOS/staging-next
...
Staging next (with gcc 10, binutils 2.34 and autoconf 2.70)
2021-01-03 09:59:31 +01:00
Vladyslav M
8a80f395b0
wavemon: 0.9.2 -> 0.9.3
2021-01-03 10:44:14 +02:00
Bernardo Meurer
52a4a170b9
Merge pull request #108263 from bbigras/starship
...
starship: 0.47.0 -> 0.48.0
2021-01-03 06:48:14 +00:00
Bernardo Meurer
aabff59994
Merge pull request #108283 from andersk/cargo-download
...
cargo-download: Fix build by bumping url from 1.6.0 to 1.6.1
2021-01-03 06:39:32 +00:00
zowoq
fb2311d430
Merge staging-next into staging
2021-01-03 16:33:28 +10:00
Anders Kaseorg
74a8ac4648
cargo-download: Fix build by bumping url from 1.6.0 to 1.6.1
...
url 1.6.0 no longer builds with Rust 1.40 and later due to a lifetime
bug uncovered by NLL: https://github.com/Xion/cargo-download/pull/7
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-01-02 19:51:22 -08:00
alexameen
d3b633bafc
conda: Source conda.sh during conda-shell setup
2021-01-02 19:09:01 -06:00
github-actions[bot]
bc30d1eb34
Merge master into staging-next
2021-01-03 00:56:46 +00:00
Milan
3b7d783cb0
coreboot-utils: 4.12 -> 4.13 ( #108254 )
2021-01-03 00:27:49 +01:00
ajs124
e78177e55e
Merge pull request #107597 from helsinki-systems/upd/xfsprogs
...
xfsprogs: 4.19 -> 5.10
2021-01-02 23:55:09 +01:00
Robert Helgesson
17136f61d5
trash-cli: 0.20.11.23 -> 0.20.12.26
2021-01-02 23:07:56 +01:00
Bruno Bigras
2f080eaf41
starship: 0.47.0 -> 0.48.0
2021-01-02 16:15:13 -05:00
Charles Duffy
854096fa4f
ttyrec: 1.0.8 -> ovh-ttyrec 1.1.6.6 ( #108182 )
...
Replace unmaintained/broken upstream ttyrec with a maintained, compatible fork
2021-01-02 19:20:31 +00:00
github-actions[bot]
67638a5bec
Merge master into staging-next
2021-01-02 18:37:38 +00:00
Maximilian Bosch
097cd34db0
Merge pull request #108126 from Ma27/cleanup-maintained-pkgs
...
treewide: remove maintainership of `ma27` from a few packages
2021-01-02 18:58:26 +01:00
ajs124
a2267f6341
xfsprogs: 4.19 -> 5.10
2021-01-02 18:45:22 +01:00
Thiago Kenji Okada
0a14936466
opentabletdriver: misc improvements
...
- Use install instead of cp when possible
- Add missing hooks
- Use desktopItem instead of packaging desktop file manually
2021-01-02 14:09:31 -03:00
github-actions[bot]
ec161d2240
Merge master into staging-next
2021-01-02 12:24:09 +00:00
Fabian Affolter
27dd0ce37e
monsoon: init at 0.6.0
2021-01-02 11:48:41 +01:00
Florian Klink
8c657c3576
nix: remove traceVal
...
This slipped through review of
https://github.com/NixOS/nixpkgs/pull/108069 .
2021-01-02 11:09:57 +01:00
Frederik Rietdijk
e48db707e4
Merge master into staging-next
2021-01-02 08:49:09 +01:00
Dmitry Bogatov
a8040c700a
groff: fix static build
...
Without manual override following problematic code in generated
"configure" script (line 15918):
case "$host_os" in
# Guess yes on glibc systems.
*-gnu* | gnu*) gl_cv_func_signbit="guessing yes" ;;
# Guess yes on native Windows.
mingw*) gl_cv_func_signbit="guessing yes" ;;
# If we don't know, assume the worst.
*) gl_cv_func_signbit="guessing no" ;;
esac
results in declaration conflict with gnulib declaring
int signbit(double)
while system "math.h" providing modern declaration as
constexpr bool signbit(double)
2021-01-02 08:44:20 +01:00
Dennis Gosnell
3080f1bd77
Merge pull request #86599 from pacien/ldgallery-init
...
ldgallery: init at 2.0
2021-01-02 11:08:36 +09:00
Florian Klink
4bc3f83302
Merge pull request #108069 from flokli/nix-fix-closurebloat-cross
...
nix: fix closure bloat on `nix`
2021-01-01 23:25:50 +01:00
Tim Steinbach
116b2a040d
awscli: 1.18.206 -> 1.18.207
2021-01-01 16:52:09 -05:00
Maximilian Bosch
e7d1be840c
treewide: remove maintainership of ma27
from a few packages
...
Those are packages I don't use anymore for a longer time and I therefore
don't think that listing me as maintainer is a good idea. If those
should be removed now, I'd be fine with that.
SuperSandro2000 will take care of a few packages[1].
[1] https://github.com/NixOS/nixpkgs/pull/108126#pullrequestreview-560599381
2021-01-01 19:48:01 +01:00
github-actions[bot]
0eb369d907
Merge staging-next into staging
2021-01-01 18:39:12 +00:00
github-actions[bot]
c0a9361687
Merge master into staging-next
2021-01-01 18:39:09 +00:00
Jonas Chevalier
1996ff7d42
direnv: 2.25.1 -> 2.27.0 ( #108125 )
2021-01-01 08:39:41 -08:00
pacien
0f005c2132
ldgallery: init at 2.0
2021-01-01 16:30:48 +01:00
Martin Weinelt
5bcc26338d
Merge pull request #108027 from Mic92/kaldi
...
kaldi: init at 2020-12-26
2021-01-01 14:42:55 +01:00
github-actions[bot]
f1df516121
Merge staging-next into staging
2021-01-01 12:25:55 +00:00
github-actions[bot]
0fe33caad3
Merge master into staging-next
2021-01-01 12:25:52 +00:00
Robert Helgesson
bd970a5e17
jwt-cli: 3.2.1 -> 3.3.0
2021-01-01 12:03:13 +01:00
Jörg Thalheim
e03e3c5fad
kaldi: init at 2020-12-26
...
State-of-the-art speech-to-text engine - used in rhasspy
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-01 11:07:37 +01:00
Frederik Rietdijk
3f08495212
Merge pull request #108022 from siraben/cmake-native-build-inputs
...
[staging] treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 10:54:25 +01:00
github-actions[bot]
645e99f891
Merge staging-next into staging
2021-01-01 06:22:43 +00:00
github-actions[bot]
8500f595a1
Merge master into staging-next
2021-01-01 06:22:40 +00:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
Sandro
027b3b478e
Merge pull request #107811 from llathasa-veleth/master
2021-01-01 02:27:26 +01:00
Sandro
0acc36357a
Merge pull request #86943 from IvarWithoutBones/betterdiscord
...
betterdiscordctl: init at 1.7.0
2021-01-01 02:05:01 +01:00
github-actions[bot]
54ab07c1fe
Merge staging-next into staging
2021-01-01 00:56:17 +00:00
github-actions[bot]
999c670119
Merge master into staging-next
2021-01-01 00:56:14 +00:00
Lassulus
915ad2e9d8
Merge pull request #107306 from rissson/pkgs-netdata-1.28.0
...
netdata: 1.26.0 -> 1.28.0
2021-01-01 01:17:05 +01:00
Lassulus
e9aaacd7ae
Merge pull request #107311 from 06kellyjac/trivy
...
trivy: 0.14.0 -> 0.15.0
2021-01-01 01:08:04 +01:00
Sandro
819694aced
Merge pull request #107861 from dbirks/add-microplane
...
microplane: init at 0.0.25
2020-12-31 23:45:29 +01:00
Sandro
f6251a5f55
Merge pull request #107876 from fabaff/wad
2020-12-31 21:58:20 +01:00
David Birks
bd287c9d88
microplane: init at 0.0.25
2020-12-31 14:34:59 -05:00
Florian Klink
31999436da
nix: fix closure bloat on nix
...
The conditional preventing closure bloat unfortunately didn't apply for
the `nix` attribute, which is at 2.3.10 (not 2.4.*, what this did check
for).
Due to the somewhat funny 2.4pre* version strings used for nixUnstable
not being understood by lib.versionOlder, we also need to explicitly add
a check for that.
2020-12-31 20:06:34 +01:00
github-actions[bot]
a6f7ba3752
Merge staging-next into staging
2020-12-31 18:42:44 +00:00
github-actions[bot]
5dffe03f30
Merge master into staging-next
2020-12-31 18:42:41 +00:00
Pavol Rusnak
72653c1761
Merge pull request #108052 from prusnak/ghidra
...
ghidra: 9.2 -> 9.2.1
2020-12-31 18:56:34 +01:00
Sandro Jäckel
5d1c04d97e
luxcorerender: Fix build
...
CL/cl.hpp was missing which made the build fail.
2020-12-31 18:21:17 +01:00
Fabian Affolter
21b8aaa7ad
wad: init at 0.4.6
2020-12-31 17:44:36 +01:00
Pavol Rusnak
688bf1f56c
ghidra: 9.2 -> 9.2.1
...
+ enable on x86_64-darwin
2020-12-31 16:06:54 +01:00
Frederik Rietdijk
f3b4ae8402
Merge staging-next into staging
2020-12-31 13:29:55 +01:00
Frederik Rietdijk
e823016e66
Merge master into staging-next
2020-12-31 13:29:32 +01:00
Markus Kowalewski
6fb9dd842c
snapper: 0.8.14 -> 0.8.15
2020-12-31 12:33:30 +01:00
Daniël de Kok
67a10c88bb
buildRustPackage: add cargoHash
for SRI hashes of vendored deps
...
`buildRustPackage` currently accepts `cargoSha256` as a hash for
vendored dependencies. This change adds `cargoHash` which accepts SRI
hashes, setting `outputHashAlgo` to `null`.
The hash mismatch message still uses `cargoSha256` as an example,
which it probably should until we completely switch to SRI hashes.
2020-12-31 11:18:11 +01:00
Sandro
68a8e7bb26
Merge pull request #107950 from xaverdh/aft-4.2
2020-12-31 09:29:14 +01:00
Sandro
16e8aa74dc
Merge pull request #107966 from iAmMrinal0/update/google-cloud-sdk
2020-12-31 09:28:47 +01:00
Jörg Thalheim
c2fca99f97
Revert "Merge branch 'master' into staging-next"
...
This reverts commit f19b7b03a0
, reversing
changes made to 572a864d02
.
Sorry. I pushed the wrong staging-next (the one that had my master
merged in). This was not intended.
2020-12-31 08:50:36 +01:00
Jörg Thalheim
f19b7b03a0
Merge branch 'master' into staging-next
2020-12-31 07:31:38 +01:00
Jonathan Ringer
476a33da79
azure-cli: 2.16.0 -> 2.17.0
2020-12-30 21:58:43 -08:00
R. RyanTM
8d9de19300
gnupg: 2.2.24 -> 2.2.25 ( #106400 )
2020-12-31 06:56:29 +01:00
Sandro
edf334d2ee
Merge pull request #107990 from SuperSandro2000/fixes
2020-12-31 06:21:25 +01:00
Sandro Jäckel
2ec3927c02
gospider: Avoid string conversion
2020-12-31 05:33:39 +01:00
Nima
dcc390fb10
mcrypt: update license to GPL 3
...
This release 2.6.8 is using GNU GPL V3, not V2
2020-12-30 18:42:41 -08:00
Tim Steinbach
163f19bad8
awscli: 1.18.204 -> 1.18.206
2020-12-30 21:19:14 -05:00
Nima
3bf056aad3
mcrypt: patch to include stdlib.h instead of malloc.h to build on darwin
...
malloc.h is deprecated and the package does not compile on macOS due to this.
2020-12-30 16:20:12 -08:00
zowoq
eee6f0a363
youtube-dl: 2020.12.29 -> 2020.12.31
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.31
2020-12-31 08:43:30 +10:00
Dominik Xaver Hörl
8791614955
android-file-transfer: clarify that license is LGPL-2.1+
2020-12-30 22:02:27 +01:00
github-actions[bot]
a342282c91
Merge staging-next into staging
2020-12-30 18:40:48 +00:00
github-actions[bot]
e75c8744cb
Merge master into staging-next
2020-12-30 18:40:45 +00:00
Sandro
cf35082db7
Merge pull request #107767 from Dyazz/master
2020-12-30 19:25:52 +01:00
Michael Weiss
bea44d5ebe
html-proofer: 3.18.2 -> 3.18.3
2020-12-30 18:23:43 +01:00
Marc Seeger
efef8e9963
librepo: enable zchunk support on darwin
2020-12-30 07:08:49 -08:00
Mrinal Purohit
86a0c7c91a
google-cloud-sdk: add iammrinal0 as maintainer
2020-12-30 19:53:26 +05:30
Kevin Cox
58f3c19b78
Merge pull request #107638 from thiagokokada/opentabletdriver-init
...
opentabletdriver: init at 0.4.2/add module
2020-12-30 09:18:26 -05:00
Mrinal Purohit
b3bb7e5bf0
google-cloud-sdk: 319.0.0 -> 321.0.0
2020-12-30 19:42:19 +05:30
Aamaruvi Yogamani
8f56e4f92d
autocpu-freq: init at 1.5.1
2020-12-30 08:48:55 -05:00
Pontus Stenetorp
a4e95b70f2
fdm: modernised syntax
2020-12-30 13:17:35 +00:00
Pontus Stenetorp
3fa4f4718f
fdm: 1.9.0.20170124 -> 2.0
2020-12-30 13:17:35 +00:00
Pontus Stenetorp
326f94c059
fdm: add ninjin as a maintainer
2020-12-30 13:17:34 +00:00
github-actions[bot]
8eb607335b
Merge staging-next into staging
2020-12-30 12:24:51 +00:00
github-actions[bot]
099a83caba
Merge master into staging-next
2020-12-30 12:24:47 +00:00
Dominik Xaver Hörl
a2cf6f7c37
android-file-transfer: 4.1 -> 4.2
2020-12-30 10:32:52 +01:00
Julien Moutinho
8866576300
nixos/tor: improve type-checking and hardening
...
Fixes #77395 .
Fixes #82790 .
2020-12-30 07:50:44 +01:00
Jörg Thalheim
35c4d1d079
texlive: use python3 by default
...
There is one python helper script still written for: Utility for writing
Bengali in Rapid Roman Format. But this one does not seem super relevant
2020-12-30 07:50:35 +01:00
Jörg Thalheim
4caaec36dd
amazon-ec2-utils: 0.5.1 -> 1.3
2020-12-30 07:50:33 +01:00
Jörg Thalheim
7a86a9505c
tts: add pyworld dependency
...
this will become a dependency in the next version
2020-12-30 07:50:33 +01:00
Jörg Thalheim
f730926a6c
tts: better text expansion patches
2020-12-30 07:50:32 +01:00
Doron Behar
ab6c5e5db9
Merge pull request #93118 from symphorien/kcollectd
...
kcollectd: init at 0.11.99.0
2020-12-30 08:40:29 +02:00
github-actions[bot]
38efe39e21
Merge staging-next into staging
2020-12-30 06:22:22 +00:00
github-actions[bot]
056304189c
Merge master into staging-next
2020-12-30 06:22:20 +00:00
Sandro
5dbf5f90d9
Merge pull request #107931 from marsam/update-broot
...
broot: 1.0.8 -> 1.1.10
2020-12-30 05:34:03 +01:00
Anderson Torres
854973e51d
Merge pull request #107020 from ewok/enpass
...
enpass: 6.0.1.239 -> 6.5.1.723
2020-12-30 01:12:43 -03:00
Anderson Torres
b09455cdf1
Merge pull request #107111 from matthiasbeyer/update-woof
...
woof: 2012-05-31 -> 2020-12-17
2020-12-30 01:10:50 -03:00
Anderson Torres
4f5ae3e7d2
Merge pull request #106800 from MetaDark/protontricks
...
protontricks: 1.4.2 -> 1.4.3
2020-12-30 01:06:55 -03:00
github-actions[bot]
7e406bcad6
Merge staging-next into staging
2020-12-30 00:53:05 +00:00
github-actions[bot]
31fc475812
Merge master into staging-next
2020-12-30 00:53:01 +00:00
Mario Rodas
d07c724b5e
Merge pull request #107132 from marsam/update-zstd
...
zstd: 1.4.5 -> 1.4.8
2020-12-29 19:43:29 -05:00
Fabian Affolter
9306376464
evillimiter: init at 1.5.0
2020-12-29 23:43:57 +01:00
Pavol Rusnak
cf080616dc
Merge pull request #107579 from ewok/xkb-switch-i3
...
xkb-switch-i3: init at 1.8.1
2020-12-29 23:37:56 +01:00
Fabian Affolter
166bd46415
aiodnsbrute: init at 0.3.2
2020-12-29 22:43:01 +01:00
Dyazz
2a1fcb02eb
duplicacy: 2.3.0 -> 2.7.2
2020-12-29 20:37:31 +01:00
github-actions[bot]
ff873c7c21
Merge master into staging-next
2020-12-29 18:40:52 +00:00
Sandro
236ebce344
Merge pull request #107883 from freezeboy/update-amazon-ecs-cli
...
amazon-ecs-cli: 1.20.0 -> 1.21.0
2020-12-29 18:36:26 +01:00
Tim Steinbach
42900ac65d
awscli: 1.18.203 -> 1.18.204
2020-12-29 10:11:56 -05:00
Guillaume Girol
4bfad986a2
Merge pull request #107881 from freezeboy/update-agedu
...
agedu: 20200206 -> 20200705
2020-12-29 14:14:22 +00:00
Sandro
e3bca76d74
Merge pull request #97268 from StephenWithPH/duplicity_0.8.15
...
duplicity: 0.8.13 -> 0.8.15
2020-12-29 14:45:18 +01:00
Symphorien Gibol
7e90346e16
kcollectd: init at 0.11.99.0
...
Co-authored-by: davidak <davidak@users.noreply.github.com>
2020-12-29 14:37:15 +01:00
freezeboy
a63d6405ec
amazon-ecs-cli: 1.20.0 -> 1.21.0
2020-12-29 14:34:19 +01:00
Thiago Kenji Okada
29922fa772
opentabletdriver: init at 0.4.2
2020-12-29 10:22:58 -03:00
freezeboy
84726119ef
agedu: 20200206 -> 20200705
2020-12-29 14:01:30 +01:00
Karl Fischer
f37c654c8f
vsh: init at 0.7.2
2020-12-29 09:26:12 +01:00
Mario Rodas
cd702fef88
broot: 1.0.8 -> 1.1.10
2020-12-29 04:20:00 +00:00
Mario Rodas
f6721542fe
tectonic: 0.3.3 -> 0.4.0
...
https://github.com/tectonic-typesetting/tectonic/releases/tag/tectonic%400.4.0
2020-12-29 04:20:00 +00:00
Svend Sorensen
802ec1b556
dual-function-keys: init at 1.1.0
2020-12-28 17:13:45 -08:00
github-actions[bot]
c86ce50258
Merge master into staging-next
2020-12-29 00:51:31 +00:00
Sandro
0224ee64e7
Merge pull request #107814 from fgaz/qrcp/0.7.0
...
qrcp: 0.6.4 -> 0.7.0
2020-12-29 01:10:10 +01:00
Pavol Rusnak
eb17c2fe9b
Merge pull request #107851 from rtburns-jpl/hdf4
...
hdf4: fix invalid rpath on darwin
2020-12-29 00:55:31 +01:00
Pavol Rusnak
e9e533f03f
Merge pull request #107852 from zowoq/ytdl
...
youtube-dl: 2020.12.26 -> 2020.12.29
2020-12-29 00:52:53 +01:00
Mario Rodas
710e413a40
Merge pull request #107749 from freezeboy/update-calamares
...
calamares: 3.2.17.1 -> 3.2.35.1
2020-12-28 17:49:53 -05:00
zowoq
3a875fa58a
youtube-dl: 2020.12.26 -> 2020.12.29
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.29
2020-12-29 08:38:44 +10:00
Ryan Burns
81f07a6162
hdf4: fix invalid rpath on darwin
...
CMake changes in hdf4 v4.15.2 broke the library path on macOS,
linking using an invalid rpath rather than an absolute path.
Before this commit:
```
otool -L result/lib/libhdf.dylib
result/lib/libhdf.dylib:
@rpath/libhdf.4.dylib (compatibility version 4.0.0, current version 4.15.2)
```
After:
```
otool -L result/lib/libhdf.dylib
result/lib/libhdf.dylib:
/nix/store/bz52b2gwci0k8rwd0llsi555s1hx166j-hdf-4.2.15/lib/libhdf.4.15.2.dylib (compatibility version 4.0.0, current version 4.15.2)
```
2020-12-28 14:16:14 -08:00
Llathasa Veleth
969356d3ae
disfetch: init at 1.12
2020-12-28 22:31:16 +03:00
github-actions[bot]
ac03278035
Merge master into staging-next
2020-12-28 18:34:55 +00:00
Francesco Gazzetta
9e5b6480c5
qrcp: 0.6.4 -> 0.7.0
2020-12-28 17:21:26 +01:00
freezeboy
917ec074ba
calamares: 3.2.17.1 -> 3.2.35.1
2020-12-28 17:07:10 +01:00
freezeboy
b66f058803
bacula: 9.6.6 -> 11.0.0
2020-12-28 14:31:12 +01:00
freezeboy
113c1ce19a
chamber: 2.8.2 -> 2.9.0
2020-12-28 14:29:26 +01:00
github-actions[bot]
d5506c4c59
Merge master into staging-next
2020-12-28 12:24:08 +00:00
freezeboy
ad13f0e569
cjdns: 21 -> 21.1
2020-12-28 12:17:39 +01:00
Lucas Ransan
2cb2a5348e
nixUnstable: fix build on gcc10
2020-12-28 08:43:33 +01:00
Lucas Ransan
7fd60b3c97
p7zip: fix build on gcc10
2020-12-28 08:43:32 +01:00
Lucas Ransan
1c89832fd5
refind: fix build on gcc10
2020-12-28 08:43:32 +01:00
luc65r
f6fceb321b
Remove trailing whitespaces and fix indentation
2020-12-28 08:43:32 +01:00
luc65r
5a25e3e7e9
dhcp: fix build with gcc10
2020-12-28 08:43:31 +01:00
github-actions[bot]
2d9193f9f0
Merge staging-next into staging
2020-12-28 06:21:16 +00:00
zowoq
8c2b85597d
kapp: 0.34.0 -> 0.35.0
2020-12-28 11:36:52 +10:00
Billy J Rhoades II
8d214984a6
kapp: init at 0.34.0
...
Added kapp at 0.34.0 which is currently missing in nixpkgs
2020-12-28 11:36:52 +10:00
Sandro
00ddafe1eb
Merge pull request #107706 from fabaff/nuclei
...
nuclei: init at 2.2.0
2020-12-28 02:36:34 +01:00
Jörg Thalheim
6baecc0abb
aucdtect: remove ( #107611 )
...
* aucdtect: remove
* Update pkgs/top-level/aliases.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Peter Hoeg <peter@hoeg.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-28 09:26:52 +08:00
Sandro
f5b304e81a
Merge pull request #107704 from fabaff/dnsx
...
dnsx: init at 1.0.1
2020-12-28 02:17:03 +01:00
github-actions[bot]
9ddbef87ec
Merge staging-next into staging
2020-12-28 00:51:04 +00:00
Mario Rodas
70eebb05ff
Merge pull request #107705 from sternenseemann/lowdown-0.7.5
...
lowdown: 0.7.4 -> 0.7.5
2020-12-27 19:42:23 -05:00
Mario Rodas
0dfa6dc11e
Merge pull request #107732 from fabaff/ffuf
...
ffuf: init at 1.1.0
2020-12-27 19:39:48 -05:00
Sandro
e1d76bb869
Merge pull request #107709 from fabaff/httpx
...
httpx: init at 1.0.3
2020-12-28 01:01:58 +01:00
Sandro
e1f445cb26
Merge pull request #102674 from ranfdev/onlykey-cli
2020-12-28 01:01:30 +01:00
Sandro
6c1c442040
Merge pull request #101428 from djanatyn/pkg/zalgo
...
zalgo: init at 6aa1f66
2020-12-28 00:18:39 +01:00
github-actions[bot]
c60825a5d9
Merge staging-next into staging
2020-12-27 18:30:33 +00:00
Pavol Rusnak
4f716a4f3a
Merge pull request #107739 from freezeboy/update-clac
...
clac: 0.0.0.20170503 -> 0.3.3
2020-12-27 18:52:40 +01:00
Pavol Rusnak
877e89cbc2
Merge pull request #107719 from freezeboy/update-barman
...
barman: 2.11 -> 2.12
2020-12-27 18:48:56 +01:00
Pavol Rusnak
3babbb4000
Merge pull request #107737 from fabaff/gau
...
gau: init at 1.1.0
2020-12-27 18:46:01 +01:00
freezeboy
e33b84db0c
clac: 0.0.0.20170503 -> 0.3.3
2020-12-27 18:40:08 +01:00
Fabian Affolter
ccffd3af9d
gau: init at 1.1.0
2020-12-27 18:02:28 +01:00
Fabian Affolter
7f70501897
ffuf: init at 1.1.0
2020-12-27 16:52:39 +01:00
Artur Taranchiev
d8235e3b1b
xkb-switch-i3: init at 1.8.1
2020-12-27 18:42:22 +03:00
Sandro
2c7caac3de
Merge pull request #107661 from IvarWithoutBones/xwallpaper-fix
2020-12-27 16:27:15 +01:00
Sandro
7440d5be17
Merge pull request #107726 from fabaff/gospider
2020-12-27 16:23:29 +01:00
Fabian Affolter
57ba6e7626
gospider: init at 1.1.4
2020-12-27 15:54:00 +01:00
Fabian Affolter
0bb9615b32
httpx: init at 1.0.3
2020-12-27 15:27:56 +01:00
freezeboy
067ce14cd4
barman: 2.11 -> 2.12
2020-12-27 14:42:42 +01:00
Fabian Affolter
fe6879bb78
proxify: init at 0.0.3
2020-12-27 14:00:18 +01:00
Fabian Affolter
7d64da7295
nuclei: init at 2.2.0
2020-12-27 12:27:21 +01:00
Fabian Affolter
69d57ea4ae
dnsx: init at 1.0.1
2020-12-27 12:16:14 +01:00
sternenseemann
182dc8b906
lowdown: 0.7.4 -> 0.7.5
2020-12-27 12:10:08 +01:00
github-actions[bot]
5504b75e2b
Merge staging-next into staging
2020-12-27 06:20:04 +00:00
Bernardo Meurer
80935d6fed
Merge pull request #107694 from r-ryantm/auto-update/you-get
...
you-get: 0.4.1488 -> 0.4.1500
2020-12-27 04:20:26 +00:00
Bernardo Meurer
02fac027af
Merge pull request #107677 from fabaff/teler
...
teler: init at 1.0.1
2020-12-27 04:13:06 +00:00
Bernardo Meurer
8eef730003
Merge pull request #107693 from marsam/update-z-lua
...
z-lua: 1.8.7 -> 1.8.10
2020-12-27 04:10:13 +00:00
R. RyanTM
0e0b9c7af5
you-get: 0.4.1488 -> 0.4.1500
2020-12-27 03:35:40 +00:00
github-actions[bot]
9c87ad5a33
Merge staging-next into staging
2020-12-27 00:51:02 +00:00
Sandro
bdd6a432fd
Merge pull request #107615 from fabaff/naabu
...
naabu: init at 2.0.3
2020-12-27 01:38:25 +01:00
Fabian Affolter
11cf615e20
teler: init at 1.0.1
2020-12-27 01:07:33 +01:00
Fabian Affolter
79b930dc12
naabu: init at 2.0.3
2020-12-27 00:43:52 +01:00
zowoq
70bed1a7fd
youtube-dl: 2020.12.22 -> 2020.12.26
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.26
2020-12-27 08:27:01 +10:00
Pascal Wittmann
9e5bb1566e
Merge pull request #107658 from blitz/fix-ckermit
...
kermit: fix build
2020-12-26 21:50:11 +01:00
IvarWithoutBones
84e1b7f969
Revert "xwallpaper: remove libseccomp dependency"
2020-12-26 21:20:57 +01:00
Julian Stecklina
7bd7b5bea9
kermit: fix build
...
... by explicitly selecting the Linux code paths in the source.
2020-12-26 20:37:04 +01:00
github-actions[bot]
d4a33d75f2
Merge staging-next into staging
2020-12-26 18:28:57 +00:00
Florian Klink
6fa7bdb59d
Merge pull request #107600 from mweinelt/borgbackup
...
borgbackup: 1.1.14 -> 1.1.15
2020-12-26 17:35:43 +01:00
Benjamin Hipple
3bcf45556c
Merge pull request #107627 from rycee/jhead/known-vulnerabilities
...
jhead: list known vulnerabilities
2020-12-26 11:15:31 -05:00
John Ericson
d6eebc0cc3
Merge pull request #107606 from lopsided98/openssh-cross
...
openssh: fix cross-compilation
2020-12-26 10:31:36 -05:00
Robert Helgesson
06ed62c27c
jhead: list known vulnerabilities
2020-12-26 13:28:26 +01:00
Mario Rodas
b0fc889fda
Merge pull request #93711 from arianvp/smallstep-update
...
smallstep: 0.13.3 -> 0.14.6
2020-12-26 09:43:10 -05:00
github-actions[bot]
d45783a43f
Merge staging-next into staging
2020-12-26 06:20:09 +00:00
Mario Rodas
b648b43b10
z-lua: 1.8.7 -> 1.8.10
2020-12-26 04:20:00 +00:00
Robert Scott
23c1004704
Merge pull request #107454 from risicle/ris-credhub-cli
...
credhub-cli: init at 2.9.0
2020-12-27 00:51:35 +00:00
Sandro
ce8a3f7b6f
Merge pull request #107683 from blitz/fix-ckermit
...
kermit: use postPatch instead of patchPhase
2020-12-27 01:51:01 +01:00
Julian Stecklina
a48184dccc
kermit: use postPatch instead of patchPhase
...
This is necessary to regain the ability to add patches via overrides.
2020-12-27 01:34:35 +01:00
Mario Rodas
091bb5223e
clair: 2.1.4 -> 4.0.0
2020-12-26 04:20:00 +00:00
Mario Rodas
84917aa00b
bibclean: add platforms
2020-12-26 04:20:00 +00:00
github-actions[bot]
309b7614e7
Merge staging-next into staging
2020-12-26 00:47:55 +00:00
Ben Wolsieffer
c0681ac66a
openssh: fix cross-compilation after #100906
...
krb5-config from the host platform needs to be added to PATH so it can be run
during build. This works because krb5-config is a platform independent
shell-script. Before #100906 , krb5-config was not used, so we didn't run into
this problem.
2020-12-25 18:36:21 -05:00
Marc Seeger
08725b90e9
rpm: 4.15.1 -> 4.16.1.2
2020-12-25 14:50:33 -08:00
Martin Weinelt
541bab0533
borgbackup: 1.1.14 -> 1.1.15
2020-12-25 23:29:17 +01:00
Sandro
28d40fe651
Merge pull request #107589 from Mic92/nix-direnv
...
nix-direnv: 1.1 -> 1.2
2020-12-25 21:22:04 +01:00
Sandro
0e01df647b
Merge pull request #107592 from Mic92/nix-update
...
nix-update: 0.2 -> 0.3
2020-12-25 21:20:16 +01:00
Jörg Thalheim
cfef9737e6
nix-update: 0.2 -> 0.3
2020-12-25 20:59:46 +01:00
Jörg Thalheim
3fecd395a3
nix-direnv: 1.1 -> 1.2
2020-12-25 20:29:03 +01:00
github-actions[bot]
7659201d58
Merge staging-next into staging
2020-12-25 18:28:52 +00:00
Sandro
8d912507f0
Merge pull request #107563 from andir/ml2pr/code-minimap-init-at-0-4-3
2020-12-25 18:55:38 +01:00
Tim Steinbach
f03f386f45
httpstat: 1.3.0 -> 1.3.1
2020-12-25 11:00:21 -05:00
Ben Sima
3fb1e542e7
code-minimap: init at 0.4.3
...
Message-Id: <20201225052234.17216-1-ben@bsima.me>
2020-12-25 16:47:26 +01:00
Robert Scott
c5760e4668
credhub-cli: init at 2.9.0
2020-12-25 12:30:43 +00:00
github-actions[bot]
09a970dcd2
Merge staging-next into staging
2020-12-25 12:23:40 +00:00
Sandro
6180ee5243
Merge pull request #101543 from iblech/patch-21
2020-12-25 13:02:17 +01:00
markuskowa
e883b0cef6
Merge pull request #107172 from matthiasbeyer/init-fbcat
...
fbcat: init at 0.5.1
2020-12-25 12:30:37 +01:00
Ryan Burns
2cab4879c1
toybox: fix cross-compilation
...
Toybox expects a native `cc` for producing
build-time executables, such as kconfig/conf.
2020-12-25 12:28:55 +01:00
Matthias Beyer
bdedc49ba9
fbcat: init at 0.5.1
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-25 11:09:26 +01:00
github-actions[bot]
8194c0475b
Merge staging-next into staging
2020-12-25 00:49:34 +00:00
Arian van Putten
6e7fb7d53b
step-cli: 0.13.3 -> 0.15.3
...
Co-Authored-By: Florian Klink <flokli@flokli.de>
2020-12-25 01:06:50 +01:00
Arian van Putten
ba89f01861
step-ca: 0.13.3 -> 0.15.6
...
Co-Authored-By: Florian Klink <flokli@flokli.de>
2020-12-25 01:06:50 +01:00
Dmitry Kalinkin
96186b217c
Merge pull request #107204 from veprbl/pr/texlive_substitute_from_hydra
...
texlive.combine: set allowSubstitutes = true
2020-12-24 18:32:46 -05:00
Sandro
35296b1e11
Merge pull request #105193 from SuperSandro2000/volctl-0.8.0
...
volctl: 0.6.3 -> 0.8.0
2020-12-24 21:30:53 +01:00
github-actions[bot]
91f827cb1d
Merge staging-next into staging
2020-12-24 18:34:36 +00:00
Pavol Rusnak
539410defe
Merge pull request #107188 from expipiplus1/joe-dxc-darwin
...
Add Darwin support for directx-shader-compiler
2020-12-24 14:38:13 +01:00
Gabriel Ebner
e8a8d380ec
Merge pull request #107490 from gebner/gstreamer-wrapper
...
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
2020-12-24 12:29:43 +01:00
Gabriel Ebner
c9161fb11a
treewide: use GST_PLUGIN_SYSTEM_PATH_1_0 instead of GST_PLUGIN_SYSTEM_PATH
...
When GST_PLUGIN_SYSTEM_PATH_1_0 is set, gstreamer ignores
GST_PLUGIN_SYSTEM_PATH.
2020-12-24 10:34:30 +01:00
github-actions[bot]
5962ac3709
Merge staging-next into staging
2020-12-24 00:51:47 +00:00
Peter Hoeg
cb66517866
picocom: 3.1 -> 3.2a ( #107379 )
...
* picocom: 3.1 -> 3.2a
Also:
- drop wrapper and patch in location of binaries
- add bash completion support
- start using shell helpers instead of manually copying in man page
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-24 07:22:20 +08:00
Tim Steinbach
9f371adb3d
awscli: 1.18.202 -> 1.18.203
2020-12-23 17:11:23 -05:00
Maximilian Bosch
bcf86f58ea
Merge pull request #107138 from avdv/colorls-1.4.3
...
colorls: 1.4.2 -> 1.4.3
2020-12-23 21:22:47 +01:00
github-actions[bot]
f1957cd789
Merge staging-next into staging
2020-12-23 18:33:06 +00:00
Tim Steinbach
05bf935bc6
ripgrep: Add test
2020-12-23 12:30:39 -05:00
Tim Steinbach
d14182937d
awscli: 1.18.201 -> 1.18.202
2020-12-23 12:08:27 -05:00
github-actions[bot]
1f4fb62fda
Merge staging-next into staging
2020-12-23 00:48:34 +00:00
github-actions[bot]
28fd8e0d59
Merge master into staging-next
2020-12-23 00:48:29 +00:00
Jan Tojnar
00f6d352bd
Merge pull request #107348 from rb2k/microdnf
2020-12-23 01:03:32 +01:00
Marc Seeger
638eefae70
microdnf: init at 3.6.0
2020-12-22 15:48:59 -08:00
Marc Seeger
dd5ffa7b94
libdnf: init at 0.55.2
2020-12-22 15:48:49 -08:00
Bernardo Meurer
aebe77d84f
Merge pull request #107389 from LumiGuide/esptool
...
esptool: 2.7 -> 3.0, fix #82965
2020-12-22 20:38:08 +00:00
Tim Steinbach
8e3726f3c5
awscli: 1.18.200 -> 1.18.201
2020-12-22 14:27:20 -05:00
Sandro
b94b61ce59
Merge pull request #107397 from fabaff/htop
...
htop: 3.0.3 -> 3.0.4
2020-12-22 20:14:57 +01:00
Frederik Rietdijk
736dd028ca
Merge staging-next into staging
2020-12-22 19:43:32 +01:00
github-actions[bot]
e0d458ed2c
Merge master into staging-next
2020-12-22 18:27:30 +00:00
Tim Steinbach
f0bce04b99
sudo: 1.9.4p1 -> 1.9.4p2
2020-12-22 13:27:08 -05:00
Sandro
81c729e2b8
Merge pull request #107384 from fabaff/lexicon
...
lexicon: 3.4.3 -> 3.5.2
2020-12-22 18:40:16 +01:00
Sandro
fe458a9dfd
Merge pull request #104494 from sternenseemann/chroma-0.8.2
...
chroma: 0.8.1 -> 0.8.2
2020-12-22 17:29:02 +01:00
sternenseemann
b3aed95a6e
chroma: 0.8.1 -> 0.8.2
...
Populate version information manually to avoid having to integrate
goreleaser into the build process.
2020-12-22 16:20:53 +01:00
Anderson Torres
6690232388
Merge pull request #104197 from Chiiruno/dev/bcachefs
...
linux_testing_bcachefs: 5.8.0-2020.09.07 -> 5.9.0-2020.11.17 // bcachefs-tools: 2020-08-25 -> 2020-11-17
2020-12-22 11:09:43 -03:00
github-actions[bot]
3aac2c14a8
Merge master into staging-next
2020-12-22 12:25:40 +00:00
Fabian Affolter
b36e05ef2f
htop: 3.0.3 -> 3.0.4
2020-12-22 13:01:33 +01:00
Yorick van Pelt
9a9ad8c78b
esptool: 2.7 -> 3.0, fix #82965
2020-12-22 11:46:37 +01:00
Fabian Affolter
68b265d8e9
lexicon: 3.4.3 -> 3.5.2
2020-12-22 10:53:11 +01:00
Lucas Hoffmann
4d0c6c645c
nvimpager: init at 0.9 ( #107057 )
...
* nvimpager: init at 0.9
* nvimpager: fixup: doCheck can be overriden with `overrideAttrs`
* nvimpager: fixup: use patchShebangs instead of substituteInPlace
* nvimpager: fixup: move pandoc to nativeBuildInputs
* Fix typo
* nvimpager: fixup: run the tests in a pseudo tty
* nvimpager: fixup: make all dependencies overridable
2020-12-22 10:11:02 +01:00
github-actions[bot]
e8889fe675
Merge staging-next into staging
2020-12-22 06:22:17 +00:00
github-actions[bot]
789fc8e77c
Merge master into staging-next
2020-12-22 06:22:13 +00:00
zowoq
1ebf7ecb91
youtube-dl: 2020.12.14 -> 2020.12.22
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.22
2020-12-22 13:22:37 +10:00
Orivej Desh
da247171b1
mutagen: install agents bundle ( #107297 )
...
Fixes #81219
2020-12-22 02:46:52 +00:00
github-actions[bot]
55868ac425
Merge staging-next into staging
2020-12-22 00:46:42 +00:00
github-actions[bot]
f1ccef3fd4
Merge master into staging-next
2020-12-22 00:46:39 +00:00
Daniël de Kok
86477dafbb
Merge pull request #107136 from danieldk/rocm-4.0.0
...
rocm: 3.10.0 -> 4.0.0
2020-12-21 22:05:10 +01:00
github-actions[bot]
e1c2ee0555
Merge staging-next into staging
2020-12-21 18:23:33 +00:00
github-actions[bot]
85b7955180
Merge master into staging-next
2020-12-21 18:23:29 +00:00
Tim Steinbach
b4c59d6ab1
awscli: 1.18.199 -> 1.18.200
2020-12-21 12:48:16 -05:00
Sandro
ff234e95a5
Merge pull request #98494 from fgaz/qrcp/0.6.4
...
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-21 18:41:58 +01:00
github-actions[bot]
d87de5dd7d
Merge staging-next into staging
2020-12-21 12:23:08 +00:00
github-actions[bot]
d442b912ae
Merge master into staging-next
2020-12-21 12:23:05 +00:00
Michael Raskin
67e7d1170b
Merge pull request #105461 from mweinelt/botan
...
botan2: 2.9.0 -> 2.17.2
2020-12-21 11:25:53 +00:00
Michael Raskin
7dc6f850b3
Merge pull request #107218 from helsinki-systems/upd/glusterfs
...
glusterfs: 7.6 -> 8.3
2020-12-21 09:57:14 +00:00
06kellyjac
a7180b426f
trivy: 0.14.0 -> 0.15.0
2020-12-21 09:50:00 +00:00
Artur Taranchiev
5625941e65
Update maintainer
2020-12-21 11:18:40 +03:00
github-actions[bot]
1e0a7e0b00
Merge staging-next into staging
2020-12-21 06:19:59 +00:00
github-actions[bot]
f2b48e74be
Merge master into staging-next
2020-12-21 06:19:56 +00:00
Break Yang
0446b8af52
ethminer: fix broken package by switching to clang
2020-12-20 19:56:35 -08:00
Marc 'risson' Schmitt
6e9d407ba9
netdata: 1.26.0 -> 1.28.0
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:36 +01:00
Marc 'risson' Schmitt
def31099fe
netdata: go.d.plugin: 0.25.0 -> 0.26.2
...
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
2020-12-21 04:18:19 +01:00
github-actions[bot]
204a4ef360
Merge staging-next into staging
2020-12-21 00:45:57 +00:00
github-actions[bot]
bdf1e394e4
Merge master into staging-next
2020-12-21 00:45:49 +00:00
Tim Steinbach
9ff582afd6
Merge pull request #107166 from mohe2015/update-sudo
...
sudo: 1.9.4 -> 1.9.4p1
2020-12-20 17:24:01 -05:00
github-actions[bot]
266489aefb
Merge staging-next into staging
2020-12-20 18:19:55 +00:00
github-actions[bot]
ab8c2b2b2c
Merge master into staging-next
2020-12-20 18:19:51 +00:00
Sandro
0e811b6742
daemon: Fix compilation on darwin ( #105640 )
...
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-12-20 17:49:21 +01:00
Pavol Rusnak
aab02ab316
Merge pull request #107247 from marsam/update-rbw
...
rbw: 0.5.0 -> 0.5.2
2020-12-20 14:26:14 +01:00
github-actions[bot]
1ae31afc4d
Merge staging-next into staging
2020-12-20 12:22:13 +00:00
github-actions[bot]
92db8d3c26
Merge master into staging-next
2020-12-20 12:22:10 +00:00
Milan Pässler
37a9fb0a4a
bottom: fix build on aarch64
2020-12-20 13:03:18 +01:00
github-actions[bot]
66342c38bf
Merge staging-next into staging
2020-12-20 06:19:04 +00:00
github-actions[bot]
bb9b5c5b75
Merge master into staging-next
2020-12-20 06:18:56 +00:00
Joe Hermaszewski
be8a89e784
directx-shader-compiler: Add Darwin support
2020-12-20 13:03:29 +08:00
Mario Rodas
68dfd5df47
languagetool: add platforms
2020-12-20 04:20:00 +00:00
Tim Kleinschmidt
b1499452b8
duf: Add darwin supoort
2020-12-20 19:34:00 +01:00
Nicolas Berbiche
71ca741ab2
bottom: 0.5.4 -> 0.5.6
2020-12-20 02:53:35 +01:00
github-actions[bot]
fd51d0dfe3
Merge staging-next into staging
2020-12-20 00:44:00 +00:00
github-actions[bot]
d491b49037
Merge master into staging-next
2020-12-20 00:43:57 +00:00
Florian Klink
6dc6c33a06
Merge pull request #107104 from rb2k/librepo_darwin
...
librepo: add darwin support
2020-12-20 00:07:18 +01:00
Pavol Rusnak
7c9ba95c3d
Merge pull request #107220 from matthiasbeyer/update-ugrep
...
ugrep: 3.0.6 -> 3.1.0
2020-12-19 23:31:05 +01:00
Matthias Beyer
dc8f4337d2
ugrep: 3.0.6 -> 3.1.0
...
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-19 21:02:00 +01:00
Michael Weiss
b5a1da1665
lf: 17 -> 18
2020-12-19 20:59:16 +01:00
Marc Seeger
8718533c22
librepo: add darwin support
2020-12-19 11:37:08 -08:00
ajs124
0aad53c2c7
glusterfs: 7.6 -> 8.3
...
while 7.x is technically still supported, 8.x is already up to .3
release notes: https://gluster.readthedocs.io/en/latest/release-notes/8.3/
2020-12-19 20:27:27 +01:00
Frederik Rietdijk
f081225a83
Merge pull request #106533 from helsinki-systems/refactor/waf-hook
...
[staging] wafHook: Don't wrap Python 2
2020-12-19 19:28:05 +01:00
Dmitry Kalinkin
f86651e63b
texlive.combine: set allowSubstitutes = true
2020-12-19 11:33:50 -05:00
github-actions[bot]
b24d59148c
Merge master into staging-next
2020-12-19 12:22:54 +00:00
Sandro
453c116254
Merge pull request #104377 from expipiplus1/joe-dxc
...
directx-shader-compiler: init at 1.5.2010
2020-12-19 08:45:53 +01:00
Daniël de Kok
3cdb918f62
rocm-smi: 3.10.0 -> 4.0.0
...
No changes compared to the previous release.
2020-12-19 07:59:29 +01:00
Joe Hermaszewski
cb43266d22
directx-shader-compiler: init at 1.5.2010
2020-12-19 14:18:02 +08:00
github-actions[bot]
6904262415
Merge master into staging-next
2020-12-19 00:42:26 +00:00
mohe2015
ef562bfe84
sudo: 1.9.4 -> 1.9.4p1
2020-12-18 21:54:23 +01:00
Vincent Laporte
b6f7f1f673
ocamlPackages.janeStreet: 0.13 → 0.14
...
ocamlPackages.biocaml: 0.10.1 → 0.11.1
ocamlPackages.bistro: fix for Core 0.14
ocamlPackages.js_of_ocaml: 3.7.0 → 3.7.1
ocamlPackages.ocaml-r: 0.2.0 → 0.4.0
ocamlPackages.phylogenetics: 2020-01-25 → 2020-11-23
Co-authored-by: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>
2020-12-18 21:03:56 +01:00
github-actions[bot]
79de6598b7
Merge master into staging-next
2020-12-18 18:23:04 +00:00
Tim Steinbach
fd1cc29974
awscli: 1.18.198 -> 1.18.199
2020-12-18 10:26:39 -05:00
github-actions[bot]
a4876421e8
Merge master into staging-next
2020-12-18 12:22:44 +00:00
Michael Weiss
7ad0bc5bd6
inxi: 3.2.00-1 -> 3.2.01-1
2020-12-18 13:04:33 +01:00
Eelco Dolstra
a8c49a97a6
nix: 2.3.9 -> 2.3.10
2020-12-18 12:33:49 +01:00
Doron Behar
9497a06bf2
Merge pull request #105957 from r-ryantm/auto-update/blueberry
...
blueberry: 1.3.9 -> 1.4.0
2020-12-18 12:07:49 +02:00
Doron Behar
c0ceba135f
Merge pull request #98912 from r-ryantm/auto-update/yad
...
yad: 6.0 -> 7.2
2020-12-18 12:01:18 +02:00
Claudio Bley
c48493ffa1
colorls: 1.4.2 -> 1.4.3
2020-12-18 08:47:12 +01:00
github-actions[bot]
abb757ba28
Merge master into staging-next
2020-12-18 00:42:45 +00:00
Maximilian Bosch
821ed09f38
Merge pull request #107085 from zowoq/go-mod-packagepath
...
buildGoModule: disallow goPackagePath
2020-12-17 22:44:00 +01:00
Michael Weiss
653a1edb42
html-proofer: 3.18.1 -> 3.18.2
2020-12-17 20:56:54 +01:00
github-actions[bot]
8c3e8bd4b9
Merge master into staging-next
2020-12-17 18:17:15 +00:00
Janne Heß
0e7903738a
saldl: Add Python3 for wafHook
2020-12-17 19:01:33 +01:00
Matthias Beyer
0a4723718c
woof: 2012-05-31 -> 2020-12-17
...
Also, fetch from github and bring python3 into scope with it.
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-12-17 18:52:56 +01:00
Doron Behar
f01f317371
Merge pull request #107094 from stigtsp/package/sequoia-1.0.0
2020-12-17 17:58:08 +02:00
Tim Steinbach
6a42069f9c
awscli: 1.18.197 -> 1.18.198
2020-12-17 08:57:03 -05:00
github-actions[bot]
22634a46f3
Merge master into staging-next
2020-12-17 12:22:11 +00:00
Stig Palmquist
7d8d8c1bcb
sequoia: 0.20.0 -> 1.0.0
2020-12-17 13:07:57 +01:00
Michael Weiss
0761aabdae
html-proofer: 3.18.0 -> 3.18.1
2020-12-17 11:45:31 +01:00
Jörg Thalheim
f6f4f1ab4a
graphviz: enable parallel building
...
it's autotools so it should be safe
2020-12-17 07:38:57 +01:00
zowoq
9209f09129
cod: remove goPackagePath
2020-12-17 16:38:13 +10:00
github-actions[bot]
c49e2437e2
Merge staging-next into staging
2020-12-17 06:19:08 +00:00
Le Anh Duc
66acfa3d16
azure-cli: 2.15.1 -> 2.16.0
2020-12-16 21:14:05 -08:00
Mario Rodas
99061cb6ac
zstd: 1.4.5 -> 1.4.8
...
+ https://github.com/facebook/zstd/releases/tag/v1.4.7
+ https://github.com/facebook/zstd/releases/tag/v1.4.8
2020-12-17 04:20:00 +00:00
github-actions[bot]
c40424f79b
Merge staging-next into staging
2020-12-17 00:42:56 +00:00
Doron Behar
749c9f1f19
Merge pull request #92582 from truh/plantuml-server-squash
2020-12-16 22:02:57 +02:00
github-actions[bot]
2f14c7f550
Merge staging-next into staging
2020-12-16 18:15:45 +00:00
Tim Steinbach
091583f47c
awscli: 1.18.195 -> 1.18.197
2020-12-16 10:20:34 -05:00
github-actions[bot]
c9bbcb2fc1
Merge staging-next into staging
2020-12-16 12:21:20 +00:00
Michael Weiss
bb78df4b27
inxi: 3.1.09-1 -> 3.2.00-1
2020-12-16 12:27:58 +01:00
Artur Taranchiev
7dc0b8d9d6
enpass: 6.0.1.239 -> 6.5.1.723
2020-12-16 13:14:03 +03:00
github-actions[bot]
f8d9426a1b
Merge staging-next into staging
2020-12-15 00:39:51 +00:00
Andreas Rammhold
71191178e6
Merge PR #106881
2020-12-14 22:08:14 +01:00
Tim Steinbach
046f8835dc
awscli: 1.18.191 -> 1.18.195
2020-12-14 13:17:12 -05:00
github-actions[bot]
ce7773fcf7
Merge staging-next into staging
2020-12-14 18:14:34 +00:00
Francesco Gazzetta
a32af20cdf
qrcp: renamed from qr-filetransfer, unstable-2018-10-22 -> 0.6.4
2020-12-14 18:09:33 +01:00
Mario Rodas
b3a0ee0f81
Merge pull request #106884 from xaverdh/aft-4.1
...
android-file-transfer: 4.0 -> 4.1
2020-12-14 07:58:07 -05:00
Mario Rodas
edf4a05082
Merge pull request #106850 from zowoq/lsd
...
lsd: 0.18.0 -> 0.19.0
2020-12-14 07:47:04 -05:00
github-actions[bot]
ec2fa1cee8
Merge staging-next into staging
2020-12-14 12:21:13 +00:00
Maximilian Bosch
cd8fac0c29
docker-ls: 0.3.2 -> 0.5.0
...
https://github.com/mayflower/docker-ls/releases/tag/v0.5.0
https://github.com/mayflower/docker-ls/releases/tag/v0.4.1
https://github.com/mayflower/docker-ls/releases/tag/v0.4.0
2020-12-14 12:06:11 +01:00
Dominik Xaver Hörl
6040a63f2e
android-file-transfer: 4.0 -> 4.1
2020-12-14 09:32:03 +01:00
Sirio Balmelli
dda50e7348
gopass: fix impurity which breaks gopass after 'nix-store --gc'
...
gopass maintains a ~/.cache/gopass/gpg-binary.loc file
which stores an absolute path to the gpg executable,
overriding (and ignoring) the environment $PATH.
This creates a situation where gopass will work for a period of time
after install, but after gpg is upgraded and a 'nix-store --gc' is
performed, the cached gpg path will throw an error.
A gopass maintainer has declared this a wont-fix in
https://github.com/gopasspw/gopass/issues/1662
As a workaround, add a --run clause in the wrapper script
that removes this cache file.
Once (if) upstream fixes this issue, this cruft can be removed.
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-12-14 08:59:23 +01:00
Andreas Fuchs
9b18a0f353
mosh: Hermeticize mosh-client path reference from mosh.pl
...
Do the same thing as we do for the "ssh" binary, except with
mosh-client: Patch the perl source to substitute mosh-client with
@mosh-client@, then substituteInPlace the variable out for the
compilation output path.
2020-12-14 00:45:26 -05:00
github-actions[bot]
de4b7d5b81
Merge staging-next into staging
2020-12-14 00:42:00 +00:00
Anderson Torres
c156c50167
Merge pull request #106849 from zowoq/ytdl
...
youtube-dl: 2020.12.12 -> 2020.12.14
2020-12-13 20:01:33 -03:00
Mario Rodas
583a1fed52
Merge pull request #106795 from marsam/update-kbs2
...
kbs2: 0.2.2 -> 0.2.5
2020-12-13 15:54:47 -05:00
zowoq
665fa6c53a
lsd: 0.18.0 -> 0.19.0
...
https://github.com/Peltoche/lsd/releases/tag/0.19.0
2020-12-14 06:20:13 +10:00
zowoq
d444a5ff39
youtube-dl: 2020.12.12 -> 2020.12.14
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.14
2020-12-14 06:05:51 +10:00
zowoq
f37a1749c3
youtube-dl: add maintainer
2020-12-14 06:02:47 +10:00
github-actions[bot]
73af09dfc7
Merge staging-next into staging
2020-12-13 18:15:31 +00:00
Tim Schubert
16f80f8221
lego: 4.0.1 -> 4.1.3 ( #106829 )
2020-12-13 08:51:10 -08:00
Kira Bruneau
57c9834f7d
protontricks: don't hard code default wine in winetricks
...
Reduces closure size by 1.8G
2020-12-13 10:25:03 -05:00
github-actions[bot]
df91ae1ac0
Merge staging-next into staging
2020-12-13 12:20:05 +00:00
Vladimír Čunát
0e18a48042
dnsperf: 2.3.4 -> 2.4.0
...
https://github.com/DNS-OARC/dnsperf/releases/tag/v2.4.0
2020-12-13 10:58:08 +01:00
Kira Bruneau
3054057943
protontricks: 1.4.2 -> 1.4.3
2020-12-12 20:52:00 -05:00
MetaDark
56b35d8859
protontricks: support proton wine with steam-run
2020-12-12 20:52:00 -05:00
github-actions[bot]
11d68e6adb
Merge staging-next into staging
2020-12-13 00:42:45 +00:00
Mario Rodas
d1ed7412b0
Merge pull request #106656 from r-ryantm/auto-update/dehydrated
...
dehydrated: 0.6.5 -> 0.7.0
2020-12-12 16:38:16 -05:00
Mario Rodas
b8dbd2c493
Merge pull request #106664 from r-ryantm/auto-update/eksctl
...
eksctl: 0.33.0 -> 0.34.0
2020-12-12 16:36:53 -05:00
Mario Rodas
150ae44d17
Merge pull request #106710 from marsam/update-lxd
...
lxd: 4.8 -> 4.9
2020-12-12 16:31:09 -05:00
zowoq
85a3c839df
youtube-dl: 2020.12.09 -> 2020.12.12
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.12
2020-12-13 07:20:03 +10:00
Jörg Thalheim
170065c92d
Merge pull request #106669 from Mic92/lizardfs
...
lizardfs: 3.12.0 -> 3.13.0-rc3 (fixes build)
2020-12-12 19:53:20 +00:00
github-actions[bot]
1ab054fa5d
Merge staging-next into staging
2020-12-12 18:15:40 +00:00
Jörg Thalheim
5f0d38f05b
Merge pull request #106715 from Mic92/tinc
2020-12-12 16:35:59 +00:00
Michael Weiss
540ada8419
html-proofer: 3.17.4 -> 3.18.0
2020-12-12 16:54:50 +01:00
Jörg Thalheim
f341fd2fe0
tinc: add myself as maintainer
2020-12-12 07:38:39 +01:00
Mario Rodas
5b81081415
kbs2: 0.2.2 -> 0.2.5
2020-12-12 04:20:00 +00:00
Mario Rodas
a0a2f6b862
tectonic: 0.3.0 -> 0.3.3
2020-12-12 04:20:00 +00:00
github-actions[bot]
cd10ecb0f1
Merge staging-next into staging
2020-12-12 00:40:38 +00:00
Mario Rodas
e65e9146aa
lxd: 4.8 -> 4.9
2020-12-12 00:00:00 +00:00
Maximilian Bosch
d9d3c45064
Merge pull request #106666 from r-ryantm/auto-update/direnv
...
direnv: 2.25.0 -> 2.25.1
2020-12-11 23:33:11 +01:00
Maximilian Bosch
4f4b832986
diffoscope: 161 -> 163
...
https://diffoscope.org/news/diffoscope-162-released/
https://diffoscope.org/news/diffoscope-163-released/
2020-12-11 19:57:57 +01:00
github-actions[bot]
ad994db6cd
Merge staging-next into staging
2020-12-11 18:15:37 +00:00
Martin Weinelt
4c5d46c1f2
Merge pull request #106452 from mweinelt/curl
...
curl: 7.73.0 -> 7.74.0
2020-12-11 18:30:58 +01:00
Doron Behar
945d4b00db
Merge pull request #106309 from SuperSandro2000/feature/bump_pyxdg
...
khal,stig,deluge_1,libtorrent-rasterbar,linkchecker: Disable failing tests
2020-12-11 18:44:24 +02:00
Jörg Thalheim
14511fe562
lizardfs: 3.12.0 -> 3.13.0-rc3
2020-12-11 17:25:31 +01:00
R. RyanTM
17eeea5f0d
direnv: 2.25.0 -> 2.25.1
2020-12-11 15:19:04 +00:00
Frederik Rietdijk
3b85d7d54f
Merge pull request #106321 from NixOS/staging-next
...
Staging next
2020-12-11 15:56:17 +01:00
R. RyanTM
237fbca5d0
eksctl: 0.33.0 -> 0.34.0
2020-12-11 14:42:05 +00:00
Ryan Mulligan
b2cc31fa2f
Merge pull request #106624 from r-ryantm/auto-update/tagref
...
tagref: 1.3.3 -> 1.4.1
2020-12-11 06:28:54 -08:00
R. RyanTM
8c7ada275a
dehydrated: 0.6.5 -> 0.7.0
2020-12-11 12:40:41 +00:00
Mario Rodas
e019ae8cc6
Merge pull request #106629 from marsam/update-mcfly
...
mcfly: 0.5.1 -> 0.5.2
2020-12-11 07:36:33 -05:00
Mario Rodas
19b754311b
Merge pull request #106649 from r-ryantm/auto-update/bottom
...
bottom: 0.5.3 -> 0.5.4
2020-12-11 07:34:03 -05:00
Frederik Rietdijk
a717b55392
Merge staging-next into staging
2020-12-11 13:24:41 +01:00
github-actions[bot]
9fa8c7670d
Merge master into staging-next
2020-12-11 12:20:25 +00:00
R. RyanTM
04de674c5e
bottom: 0.5.3 -> 0.5.4
2020-12-11 10:39:54 +00:00
Sandro
17345770a7
Merge pull request #101788 from tex/tex/xarchiver
...
xarchiver: fix running
2020-12-11 08:46:27 +01:00
Jörg Thalheim
a1cacefde5
Merge pull request #106480 from SCOTT-HAMILTON/spdlog
2020-12-11 07:45:06 +00:00
Sandro
9df5f33e72
Merge pull request #106426 from danieldk/1password-gui-0.9.7
...
_1password-gui: 0.9.6 -> 0.9.7
2020-12-11 08:03:19 +01:00
github-actions[bot]
f6be2d2635
Merge staging-next into staging
2020-12-11 06:17:55 +00:00
github-actions[bot]
43f4575008
Merge master into staging-next
2020-12-11 06:17:52 +00:00
Sandro
d33fb82b8c
Merge pull request #101947 from edbentley/audiowaveform
2020-12-11 07:03:57 +01:00
Sandro
f01161226a
Merge pull request #105681 from avdv/q-text-as-data-2.0.19
...
q-text-as-data: 1.7.4 -> 2.0.19
2020-12-11 06:45:31 +01:00
Mario Rodas
d9314167ba
mcfly: 0.5.1 -> 0.5.2
2020-12-10 22:18:00 -05:00
R. RyanTM
6f4ad1cf73
tagref: 1.3.3 -> 1.4.1
2020-12-11 03:07:20 +00:00
Mario Rodas
210726c6e8
Merge pull request #106559 from r-ryantm/auto-update/dnsproxy
...
dnsproxy: 0.33.2 -> 0.33.3
2020-12-10 21:10:50 -05:00
Mario Rodas
f76695feb3
Merge pull request #106566 from r-ryantm/auto-update/exoscale-cli
...
exoscale-cli: 1.21.0 -> 1.22.0
2020-12-10 21:10:30 -05:00
github-actions[bot]
0d0d05f7d2
Merge staging-next into staging
2020-12-11 00:40:25 +00:00
github-actions[bot]
614876ef33
Merge master into staging-next
2020-12-11 00:40:21 +00:00
Evan Stoll
095ecf7356
vncdo: 0.11.2 -> 0.12.0 ( #106380 )
...
* Use pythonPackages instead of python2Packages
* Add vncdo to top-level/python-packages so the library can be used by
other Python programs
* Use toPythonApplication for vnc in top-level/all-packages
* run tests if using Python 3+
* move expression to development/python-modules
2020-12-10 21:27:43 +00:00
github-actions[bot]
5448578a33
Merge staging-next into staging
2020-12-10 18:15:36 +00:00
github-actions[bot]
79e586aa98
Merge master into staging-next
2020-12-10 18:15:33 +00:00
Maximilian Bosch
f23f63a7b8
Merge pull request #106488 from Luflosi/update/youtube-dl
...
youtube-dl: 2020.12.07 -> 2020.12.09
2020-12-10 17:57:22 +01:00
R. RyanTM
4cbd8d1e0c
exoscale-cli: 1.21.0 -> 1.22.0
2020-12-10 15:32:54 +00:00
R. RyanTM
b197e04c78
dnsproxy: 0.33.2 -> 0.33.3
2020-12-10 14:39:03 +00:00
github-actions[bot]
4e33f29b79
Merge staging-next into staging
2020-12-10 12:20:23 +00:00
github-actions[bot]
9e3f47d2e8
Merge master into staging-next
2020-12-10 12:20:20 +00:00
R. RyanTM
3f6ad3303f
bitwarden_rs-vault: 2.16.1 -> 2.17.1
2020-12-10 11:39:25 +00:00
Mario Rodas
32cedb6dde
Merge pull request #106485 from r-ryantm/auto-update/openntpd
...
openntpd: 6.2p3 -> 6.8p1
2020-12-10 06:12:37 -05:00
Mario Rodas
2d8916b37b
Merge pull request #106496 from r-ryantm/auto-update/plantuml
...
plantuml: 1.2020.21 -> 1.2020.22
2020-12-10 05:55:53 -05:00
SCOTT-HAMILTON
ddf90cb942
spdlog: use nixpkgs' fmt instead of bundled one
2020-12-10 10:47:00 +01:00
Jan Tojnar
bf2f0ec278
Merge branch 'staging-next' into staging
2020-12-10 04:41:08 +01:00
Jan Tojnar
4f20afbc19
Merge branch 'master' into staging-next
2020-12-10 04:39:30 +01:00
Sandro
94068bb819
Merge pull request #106446 from das-g/osm2pgsql
...
osm2pgsql: 1.3.0 -> 1.4.0
2020-12-10 02:38:45 +01:00
Mario Rodas
9ed9a8e790
Merge pull request #106133 from marsam/update-kbs2
...
kbs2: 0.1.6 -> 0.2.2
2020-12-09 18:53:49 -05:00
R. RyanTM
0694bb9421
plantuml: 1.2020.21 -> 1.2020.22
2020-12-09 21:35:09 +00:00
Sandro
9c266ae4f6
Merge pull request #106435 from bouk/scg2417
...
swagger-codegen: 2.3.1 -> 2.4.17
2020-12-09 22:28:16 +01:00
Luflosi
91c700594b
youtube-dl: 2020.12.07 -> 2020.12.09
...
https://github.com/ytdl-org/youtube-dl/releases/tag/2020.12.09
2020-12-09 22:19:48 +01:00
R. RyanTM
05cb81f675
openntpd: 6.2p3 -> 6.8p1
2020-12-09 20:41:21 +00:00
Damien Diederen
03dec29a4f
zkfuse: adapt to zookeeper_mt 3.6.2
2020-12-09 15:46:38 +01:00
Martin Weinelt
5ba727781f
curl: 7.73.0 -> 7.74.0
...
https://curl.se/docs/CVE-2020-8284.html
https://curl.se/docs/CVE-2020-8285.html
https://curl.se/docs/CVE-2020-8286.html
Fixes: CVE-2020-8284, CVE-2020-8285, CVE-2020-8286
2020-12-09 15:25:33 +01:00
Raphael Borun Das Gupta
66f90ae97a
osm2pgsql: 1.3.0 -> 1.4.0
...
and set meta.homepage to new website URL
2020-12-09 14:15:42 +01:00
Bouke van der Bijl
2facfb8949
swagger-codegen: 2.3.1 -> 2.4.17
2020-12-09 12:17:32 +01:00
Ed Bentley
0823dcedc3
audiowaveform: init at 1.4.2
2020-12-09 10:25:59 +00:00
Daniël de Kok
2fcac5f9fa
_1password-gui: 0.9.6 -> 0.9.7
...
Changes:
https://releases.1password.com/linux/0.9/#1password-for-linux-0.9.7
2020-12-09 09:11:08 +01:00
github-actions[bot]
33398995d4
Merge staging-next into staging
2020-12-09 06:17:59 +00:00
github-actions[bot]
ee1a7ec4be
Merge master into staging-next
2020-12-09 06:17:56 +00:00
Johannes
40a7c98c1c
mycli: fix build with sqlparse 0.4.x ( #106334 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-09 06:00:55 +01:00
Ryan Mulligan
bc7013c373
Merge pull request #105986 from jtojnar/staging-workflow-diagram
...
doc: Add staging workflow diagram
2020-12-08 20:34:09 -08:00
Jan Tojnar
9a31966f14
pandoc-lua-filters: init at 2020-11-30
2020-12-09 05:26:55 +01:00
Sandro
9be22b3332
Merge pull request #106293 from Mic92/nixos-shell
...
nixos-shell: 0.1.1 -> 0.2
2020-12-09 02:29:12 +01:00
Sandro
937b2fb9b2
Merge pull request #106342 from r-ryantm/auto-update/alpine-make-vm-image
...
alpine-make-vm-image: 0.6.0 -> 0.7.0
2020-12-09 01:45:12 +01:00
github-actions[bot]
a2f873d68e
Merge staging-next into staging
2020-12-09 00:39:32 +00:00
github-actions[bot]
7d6630d7db
Merge master into staging-next
2020-12-09 00:39:29 +00:00
Sandro Jäckel
b675bbbc53
apk-tools: Mark broken on darwin
2020-12-09 01:34:07 +01:00
Sandro
a33ae90c3f
Merge pull request #106341 from r-ryantm/auto-update/abcm2ps
...
abcm2ps: 8.14.10 -> 8.14.11
2020-12-09 01:25:40 +01:00
Niklas Hambüchen
87413f30a5
Merge pull request #100906 from KAction/openssh
...
openssh: fix static build
2020-12-09 00:39:56 +01:00
Sandro
90e7feef79
Merge pull request #106382 from r-ryantm/auto-update/fluent-bit
...
fluent-bit: 1.6.7 -> 1.6.8
2020-12-09 00:10:23 +01:00
R. RyanTM
d84bd74939
fd: 8.2.0 -> 8.2.1
2020-12-09 07:40:50 +10:00
R. RyanTM
2f109e7a60
fluent-bit: 1.6.7 -> 1.6.8
2020-12-08 20:58:23 +00:00
Mario Rodas
3109f12126
Merge pull request #106353 from r-ryantm/auto-update/ckbcomp
...
ckbcomp: 1.198 -> 1.199
2020-12-08 13:37:55 -05:00
Will Dietz
9011356409
less: 551 -> 563 ( #101407 )
...
http://greenwoodsoftware.com/less/news.563.html
2020-12-08 12:36:28 -06:00
github-actions[bot]
5ed8ad03ce
Merge staging-next into staging
2020-12-08 18:15:42 +00:00
github-actions[bot]
e729ab0408
Merge master into staging-next
2020-12-08 18:15:38 +00:00
Tim Steinbach
12beaac933
awscli: 1.18.185 -> 1.18.191
2020-12-08 12:33:32 -05:00
R. RyanTM
ba44cf1c6e
ckbcomp: 1.198 -> 1.199
2020-12-08 14:50:56 +00:00
Mario Rodas
fc18dfd56b
Merge pull request #106328 from r-ryantm/auto-update/topgrade
...
topgrade: 6.0.1 -> 6.0.2
2020-12-08 07:57:50 -05:00
github-actions[bot]
4549c836e7
Merge master into staging-next
2020-12-08 12:19:44 +00:00
R. RyanTM
af3dc15a72
alpine-make-vm-image: 0.6.0 -> 0.7.0
2020-12-08 11:23:04 +00:00
R. RyanTM
9231ea93ca
abcm2ps: 8.14.10 -> 8.14.11
2020-12-08 11:13:39 +00:00
Mario Rodas
a1e783c666
Merge pull request #106331 from r-ryantm/auto-update/vale
...
vale: 2.6.4 -> 2.6.5
2020-12-08 04:01:10 -05:00
Mario Rodas
dc62d0b19f
Merge pull request #106330 from r-ryantm/auto-update/ugrep
...
ugrep: 3.0.5 -> 3.0.6
2020-12-08 04:00:42 -05:00
Mario Rodas
72b9f48cdd
Merge pull request #106259 from servalcatty/v2ray
...
v2ray: 4.32.1 -> 4.33.0
2020-12-08 03:58:34 -05:00
Mario Rodas
1d7d9652b4
Merge pull request #106313 from r-ryantm/auto-update/pgmetrics
...
pgmetrics: 1.10.2 -> 1.10.3
2020-12-08 03:53:58 -05:00
Mario Rodas
52ac12ce13
Merge pull request #106323 from r-ryantm/auto-update/resvg
...
resvg: 0.11.0 -> 0.12.0
2020-12-08 03:53:41 -05:00
R. RyanTM
9659da62f6
vale: 2.6.4 -> 2.6.5
2020-12-08 08:38:18 +00:00
R. RyanTM
ccca330f61
ugrep: 3.0.5 -> 3.0.6
2020-12-08 08:27:12 +00:00
R. RyanTM
7a5572b759
topgrade: 6.0.1 -> 6.0.2
2020-12-08 07:48:41 +00:00
Sarah Brofeldt
652b3fad35
Merge pull request #106271 from srhb/ceph-15.2.7
...
ceph: 15.2.6 -> 15.2.7
2020-12-08 07:26:27 +01:00
github-actions[bot]
e539b57990
Merge master into staging-next
2020-12-08 06:17:44 +00:00
R. RyanTM
d83c4461e5
resvg: 0.11.0 -> 0.12.0
2020-12-08 04:56:22 +00:00
Sandro
8c321dd36b
Merge pull request #101248 from makefu/pkgs/pfsshell/init
2020-12-08 05:38:25 +01:00
Christian Kampka
fb51f058c5
e2fsprogs: 1.45.5 -> 1.45.6
2020-12-08 05:24:21 +01:00
Martin Weinelt
e8959c4660
unbound: 1.12.0 -> 1.13.0
...
https://lists.nlnetlabs.nl/pipermail/unbound-users/2020-December/007102.html
Fixes: CVE-2020-28935
2020-12-08 05:22:41 +01:00
Sandro Jäckel
0cd4108172
linkchecker: Fix failing tests
2020-12-08 05:06:17 +01:00
Ryan Mulligan
eb0c3da568
Merge pull request #106312 from r-ryantm/auto-update/pbgopy
...
pbgopy: 0.1.1 -> 0.2.0
2020-12-07 19:30:44 -08:00
Sandro
662d2ff82f
Merge pull request #105074 from Mindavi/clamav/0.103.0
2020-12-08 04:30:24 +01:00
R. RyanTM
01ca7ead63
pgmetrics: 1.10.2 -> 1.10.3
2020-12-08 02:47:59 +00:00
R. RyanTM
c18ffac4c7
pbgopy: 0.1.1 -> 0.2.0
2020-12-08 02:39:00 +00:00
Anderson Torres
52242b4e7d
Merge pull request #103925 from lopsided98/coreutils-tests-arm
...
coreutils, findutils, gnutls: fix build on 32-bit ARM
2020-12-07 23:38:08 -03:00
Sandro
47134948c8
Apply suggestions from code review
2020-12-08 03:13:01 +01:00
github-actions[bot]
db90e75ade
Merge staging-next into staging
2020-12-08 00:39:07 +00:00
Jörg Thalheim
0ed4d34f18
nixos-shell: 0.1.1 -> 0.2
2020-12-07 23:34:40 +01:00
Ryan Mulligan
f0c414d510
Merge pull request #106278 from r-ryantm/auto-update/htop
...
htop: 3.0.2 -> 3.0.3
2020-12-07 14:33:39 -08:00
Sandro
3e22b8f7f9
Merge pull request #106273 from r-ryantm/auto-update/gping
...
gping: 1.1.0 -> 1.2.0-post
2020-12-07 23:22:57 +01:00
R. RyanTM
2313a2908e
htop: 3.0.2 -> 3.0.3
2020-12-07 20:04:18 +00:00
R. RyanTM
eb5b661452
gping: 1.1.0 -> 1.2.0-post
2020-12-07 19:04:04 +00:00
Sarah Brofeldt
2f91bade96
ceph: 15.2.6 -> 15.2.7
2020-12-07 20:03:02 +01:00
Sandro
a174e4dfc5
Merge pull request #101019 from rgrunbla/netevent
2020-12-07 19:56:13 +01:00
Sandro
920b3ddb4b
Merge pull request #105931 from samb96/ink-init
2020-12-07 19:55:36 +01:00
github-actions[bot]
a1b2303710
Merge staging-next into staging
2020-12-07 18:15:25 +00:00
Sandro
128eb3f940
Merge pull request #106241 from ocharles/patch-1
...
Remove myself from maintainers sets
2020-12-07 18:34:26 +01:00
Anderson Torres
17748395e9
Merge pull request #106087 from Luflosi/update/youtube-dl
...
youtube-dl: 2020.12.05 -> 2020.12.07
2020-12-07 13:54:26 -03:00
Serval
2317c83fd7
v2ray: 4.32.1 -> 4.33.0
2020-12-08 00:05:33 +08:00
Bart Brouns
fa500db28e
thinkfan: 1.1 -> 1.2.1 ( #104325 )
2020-12-07 14:38:22 +00:00
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
github-actions[bot]
eb09c5dbdb
Merge staging-next into staging
2020-12-07 12:19:52 +00:00
Sandro
813b18a052
Merge pull request #106137 from r-ryantm/auto-update/python-swiftclient
...
swiftclient: 3.10.1 -> 3.11.0
2020-12-07 12:31:05 +01:00
Sandro
17db794991
Merge pull request #106131 from marsam/update-mcfly
...
mcfly: 0.5.0 -> 0.5.1
2020-12-07 11:43:27 +01:00
Sandro
d8366558b5
Merge pull request #105846 from rb2k/update_idevicerestore
2020-12-07 10:20:00 +01:00