Commit graph

251082 commits

Author SHA1 Message Date
Raghav Sood 8c73ec1197
ipfs-migrator: 1.6.3 -> 1.6.4 2020-11-04 23:39:37 +08:00
Gabriel Ebner 8279979f38 lean: build olean files 2020-11-04 16:32:56 +01:00
Doron Behar 81c5e31043
Merge pull request #99004 from AluisioASG/aasg/iosevka 2020-11-04 17:30:13 +02:00
kubaracek a76a2e552e wrapQtAppsHook for pianobooster 2020-11-04 16:16:15 +01:00
Marek Mahut 6336ac33c9
Merge pull request #102652 from freezeboy/remove-btc1
btc1: remove
2020-11-04 16:11:50 +01:00
Tim Steinbach 41f017c564
Merge pull request #102360 from asbachb/update/openjdk8
openjdk: 1.8.0_265 -> 1.8.0_272
2020-11-04 10:00:42 -05:00
Tim Steinbach 0c2a0edf9e
Merge pull request #102293 from asbachb/update/openjdk
openjdk: 11.0.8 -> 11.0.9
2020-11-04 09:59:46 -05:00
Ryan Mulligan 42dfa16df4
Merge pull request #102681 from r-ryantm/auto-update/padthv1
padthv1: 0.9.17 -> 0.9.18
2020-11-04 06:18:46 -08:00
Ryan Mulligan d1d6a6e7b8
Merge pull request #102712 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 9.8.0 -> 10.0.1
2020-11-04 06:17:22 -08:00
Ryan Mulligan d1d2a00652
Merge pull request #102696 from r-ryantm/auto-update/pam_gnupg
pam_gnupg: 0.1 -> 0.2
2020-11-04 06:16:19 -08:00
Ryan Mulligan ba3fc8bf47
Merge pull request #102707 from r-ryantm/auto-update/picard-tools
picard-tools: 2.23.4 -> 2.23.8
2020-11-04 06:11:08 -08:00
Ryan Mulligan e33473286a
Merge pull request #102742 from r-ryantm/auto-update/precice
precice: 2.1.0 -> 2.1.1
2020-11-04 06:09:25 -08:00
Martin Weinelt f1c65de110
Merge pull request #99907 from andir/zoneminder-CVE-2020-25729
zoneminder: fix CVE-2020-25729
2020-11-04 14:31:56 +01:00
Andreas Rammhold 4d563ba7ef
zoneminder: 1.34.16 -> 1.34.22 2020-11-04 14:24:09 +01:00
Jan Tojnar 0d32565644
libical: disable rest of failing tests
likely caused by tzdata bump
2020-11-04 14:02:28 +01:00
Vladimír Čunát 20baaf104a
Revert "Disable the metrics job"
This reverts commit c54308d27c.
The machine has been back for some time.
2020-11-04 13:53:25 +01:00
Markus S. Wamser 3f857b887d libhandy: 1.0.0 -> 1.0.1, reenable checks 2020-11-04 13:40:24 +01:00
Kevin Cox 2802d2a825
Merge pull request #101902 from sikmir/gpxsee
gpxsee: 7.33 → 7.35
2020-11-04 07:31:13 -05:00
Mario Rodas f2e9192820
Merge pull request #102714 from r-ryantm/auto-update/procs
procs: 0.10.4 -> 0.10.5
2020-11-04 07:27:05 -05:00
Michael Weiss 58c76844d7
llvm_11: Add myself as maintainer
Because I maintain Chromium which always requires the most recent LLVM
release (would be good to get notified on any PRs/issues, especially
since I seem to end up merging most of the PRs anyway).

See #100725.
2020-11-04 13:23:08 +01:00
Mario Rodas fc5c3ba61c
Merge pull request #102726 from r-ryantm/auto-update/pspg
pspg: 3.1.3 -> 3.1.5
2020-11-04 06:58:53 -05:00
Aluísio Augusto Silva Gonçalves 7d15aa4ba0
nodePackages: update 2020-11-04 08:49:33 -03:00
Michael Weiss 013dc4c263
signal-desktop: 1.37.2 -> 1.37.3 2020-11-04 12:39:11 +01:00
freezeboy dc0f5ed6d2 btc1: remove 2020-11-04 12:26:42 +01:00
Nikolay Korotkiy dda8bdcf6d
gpxsee: 7.33 → 7.35 2020-11-04 14:24:56 +03:00
Aluísio Augusto Silva Gonçalves 1ade372bf8
iosevka: add AluisioASG as maintainer 2020-11-04 07:47:30 -03:00
Aluísio Augusto Silva Gonçalves 08fd340b1e
iosevka: remove dependency on otfcc
As of Iosevka 3.7.0, otfcc is no longer used.  I haven't checked if
the situation has changed since [2017] but this should make Iosevka
available on aarch64-linux and *-darwin.

[2017]: https://github.com/NixOS/nixpkgs/pull/31835#issuecomment-347048242
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves 26ce7f2607
iosevka: add update script
As outlined in the previous commit, we just need to update the source
URL in node-packages.json, and wait for node-packages.nix to be rebuilt
from it.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves e6bc641ef4
iosevka: 3.2.2 -> 3.7.1; fetch source through nodePackages
Previously we used nodePackages only to fetch Iosevka's build
dependencies and then fetched the source code ourselves.  Updates
involved changing the version and hashes in the `iosevka` derivation and
then running node-packages/generate.sh to update the build dependencies,
which in turns updates *all* of node-packages.nix.

A new proposed policy for handling node-packages.nix updates involves
batching those updates.  Previously, that would mean `iosevka` and its
build dependencies could end up out of sync until the batched update was
run.

To work with the new policy, we now fetch Iosevka's source code (and
not only its dependencies) through nodePackages.  Updates are done by
changing the source URL in node-packages.json, which eventually becomes
part of an update of node-packages.nix, which is then propagated to
`iosevka` itself.

One con of this strategy is that errors can not be caught directly
after the update, but only after node-packages.nix is regenerated.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves e237f23b6a
iosevka-bin: move update script
Move bin.nix's update script to update-bin.sh so it doesn't conflict
with default.nix's update script.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves 988f0cf3c5
iosevka-bin: Use iosevka's meta
The two packages have the same metadata, except for the maintainers.
2020-11-04 07:47:28 -03:00
Jan Tojnar f838052d4f
Merge pull request #102738 from r-ryantm/auto-update/pulseeffects
pulseeffects: 4.8.1 -> 4.8.2
2020-11-04 11:46:53 +01:00
Michael Weiss d116fe2924
intel-media-driver: 20.3.0 -> 20.4.0 2020-11-04 11:37:09 +01:00
R. RyanTM f5adeda7e6 php73Packages.php-cs-fixer: 2.16.4 -> 2.16.7 2020-11-04 10:36:17 +00:00
gnidorah c2bd0a4871 openxray: 730-july-preview -> 784-october-preview 2020-11-04 11:32:01 +01:00
R. RyanTM 7b405fade8 precice: 2.1.0 -> 2.1.1 2020-11-04 10:10:05 +00:00
Frederik Rietdijk 8a95871193 Merge staging into staging-next 2020-11-04 10:49:18 +01:00
Frederik Rietdijk 9eb00b9a71 Merge staging-next into staging 2020-11-04 10:48:21 +01:00
Frederik Rietdijk 49cd7307d0
Merge pull request #101207 from NixOS/staging-next
Staging next
2020-11-04 10:48:08 +01:00
R. RyanTM b6c43061ff pulseeffects: 4.8.1 -> 4.8.2 2020-11-04 09:42:48 +00:00
Bart Brouns 9fdc485e52 mamba: 1.6 -> 1.7 2020-11-04 10:42:05 +01:00
Daniel Schaefer d4905b1370
Merge pull request #99003 from martinetd/stunnel-doc 2020-11-04 17:40:48 +08:00
Bas van Dijk f8e066b5ed mlc: refactoring 2020-11-04 09:24:38 +00:00
Sascha Grunert 6fc9aca0de slirp4netns: 1.1.4 -> 1.1.6
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-11-04 19:22:20 +10:00
R. RyanTM 7a75852e8b php73Extensions.event: 2.5.7 -> 3.0.0 2020-11-04 09:09:31 +00:00
Bryan A. S 22dd82ce98 sonobuoy: Fixes wrong "v" behaviour
Adjust the generated manifests by placing the character v in the sonobuoy version, successfully pulling the image within the cluster and running smoothly.

Signed-off-by: Bryan A. S <bryanasdev000@gmail.com>
2020-11-04 10:04:40 +01:00
Victor Nawothnig 27e9328895 Support virtio_scsi devices on nixos-generate-config 2020-11-04 10:00:28 +01:00
Robert Hensing 83163b43e4 postgresql: Fix timetz test failure
A recent addition to the test suite turned out to be sensitive to
DST. The main code is ok. Patch only required to make test succeed.

See https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=4a071afbd056282746a5bc9362e87f579a56402d
2020-11-04 09:58:09 +01:00
Robert Hensing f73df04874 haskell.compiler.integer-simple: Exclude ghc8102Binary*
(cherry picked from commit fc1562695bdfe26c38f473e4639ab0a1c349a953)
2020-11-04 09:55:56 +01:00
ajs124 c30745e053
open-iscsi: install systemd files (#97793) 2020-11-04 09:30:03 +01:00