Commit Graph

30899 Commits

Author SHA1 Message Date
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
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
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
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]
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]
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
github-actions[bot]
8500f595a1
Merge master into staging-next 2021-01-01 06:22:40 +00: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]
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]
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
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
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
Tim Steinbach
163f19bad8
awscli: 1.18.204 -> 1.18.206 2020-12-30 21:19:14 -05: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]
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
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]
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]
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]
31fc475812
Merge master into staging-next 2020-12-30 00:53:01 +00: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
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
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
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