Commit Graph

339085 Commits

Author SHA1 Message Date
P. R. d. O
39951eb4b9
upwork: 5.6.9.3 -> 5.6.10.0 2021-12-16 20:32:51 -06:00
7c6f434c
ad356fa447
Merge pull request #151006 from mucaho/clingcon-5.0.0
clingcon: 3.3.0 -> 5.0.0
2021-12-17 02:22:35 +00:00
R. Ryantm
7189641444 oh-my-zsh: 2021-12-13 -> 2021-12-16 2021-12-17 01:31:23 +00:00
Dmitry Kalinkin
03ec468b14
Merge pull request #150910 from veprbl/pr/audacity_darwin_fix
audacity: fix for darwin
2021-12-16 19:08:54 -05:00
Alyssa Ross
de27156be0 nixos/cage: log to journal
Previously, cage would log to the TTY it was running on top of, so log
messages were basically lost.
2021-12-16 23:55:15 +00:00
Martin Weinelt
cf6f9fb01a
Merge pull request #150953 from mweinelt/mediawiki 2021-12-17 00:48:45 +01:00
Nikolay Amiantov
fe97584f15
Merge pull request #147679 from danderson/danderson/influx-update
influxdb2: 2.0.8 -> 2.1.1
2021-12-17 02:41:41 +03:00
R. Ryantm
ba3ba0d38e jenkins: 2.303.3 -> 2.319.1 2021-12-16 23:08:15 +00:00
Martin Weinelt
8086f8658e
Merge pull request #151029 from andir/snapcast-bind 2021-12-16 23:52:05 +01:00
Andreas Rammhold
c9c93b0add
nixos/snapserver: use the correct bind address arguments
Snapserver expects the arguments `--tcp.bind_to_address` and
`--http.bind_to_address` instead of the `--tcp.address` (and http
equivalent) versions.

This caused the process to listen on `0.0.0.0` (for TCP and HTTP
sockets) regardless of the configuration value. It also never listend on
the IPv6 address `::` as our module system made the user believe.

This commit fixes the above issue and ensures that (at least for the TCP
socket) that our default `::` does indeed allow connections via IPv6
(to localhost aka ::1).
2021-12-16 23:27:56 +01:00
Michael Weiss
a13a95c2cb
Merge pull request #151024 from primeos/chromiumBeta
chromiumBeta: 97.0.4692.45 -> 97.0.4692.56
2021-12-16 23:23:30 +01:00
Michael Weiss
57120707c9
Merge pull request #151023 from primeos/chromium
chromium: Install libvulkan.so.1
2021-12-16 23:23:10 +01:00
Maximilian Bosch
fb0091f094
Merge pull request #150975 from NixOS/revert-150065-workaround-issue-144811
Revert "nixos-rebuild: switch to tmpDir during rebuilds"
2021-12-16 23:15:04 +01:00
Michael Weiss
afb8f63d90
chromiumBeta: 97.0.4692.45 -> 97.0.4692.56 2021-12-16 23:05:42 +01:00
Michael Weiss
075338beb2
chromium: Install libvulkan.so.1
This might be required for experimental Vulkan support, see:
https://github.com/NixOS/nixpkgs/issues/150398

Note: Google Chrome distributes it as well.
2021-12-16 23:04:36 +01:00
R. Ryantm
963a24dcea python38Packages.cyclonedx-python-lib: 0.12.2 -> 0.12.3 2021-12-16 21:55:33 +00:00
Ben Siraphob
7acf783486
Merge pull request #151016 from siraben/archivy-update
archivy: 1.6.0 -> 1.6.1
2021-12-16 15:48:33 -06:00
Mario Rodas
4ad16e2da0
terraform: 1.1.0 -> 1.1.1 (#150960)
https://github.com/hashicorp/terraform/releases/tag/v1.1.1
2021-12-16 22:47:42 +01:00
Ben Siraphob
3baecb5103
archivy: 1.6.0 -> 1.6.1 2021-12-16 15:26:39 -06:00
Solene Rapenne
c2ab05efa7 mblaze: 1.1 -> 1.2 2021-12-16 22:17:45 +01:00
R. Ryantm
d76ff3c3f1 firefox-unwrapped: 95.0 -> 95.0.1 2021-12-16 20:33:03 +00:00
Tobias Bergkvist
ebf46e5764 makeBinaryWrapper: Fix issues on aarch64-darwin/macOS 12 (Monterey)
Sanitizers don't seem to be present on aarch64-darwin/macOS 12 (Monterey), so they are removed from the aarch64-darwin tests.

Switching from nativeBuildInputs to buildInputs and adding cc to the deps list caused some strange error messages to go away.
2021-12-16 21:29:21 +01:00
Tobias Bergkvist
d5435990b0 makeBinaryWrapper: Disable sanitizers by default outside of tests
Although sanitizers can catch and prevent undefined behaviour during runtime, it has a significant impact on performance. They also cause issues on macOS where they can make compilation fail. The future goal is to instead utilize static analysis to prevent undefined behaviour as makeBinaryWrapper evolves.
2021-12-16 21:23:16 +01:00
David Anderson
7708b9db26 infuxdb2: add package split to 22.05 release notes. 2021-12-16 12:17:20 -08:00
David Anderson
84bc3a0280 influxdb2: add comment to indicate that influxdb2 is a legacy compat package. 2021-12-16 12:14:04 -08:00
Tobias Bergkvist
228d451e03 makeBinaryWrapper: Fix chdir golden test for darwin
On macOS, /tmp is a symlink to /private/tmp. When performing cd /tmp, and checking cwd - it won't match since it follows the symlink.

This caused test breakage on macOS but not Linux. Instead, use a folder which is not a symlink, and consistent across Linux and macOS.
2021-12-16 21:12:59 +01:00
David Anderson
492f791f9d influxdb2: use the new server derivation in the nixos module. 2021-12-16 12:10:09 -08:00
Robert Scott
4a7d9aa0e4
Merge pull request #150614 from risicle/ris-libtoxcore-0.2.13
libtoxcore: 0.2.12 -> 0.2.13
2021-12-16 20:08:21 +00:00
Tobias Bergkvist
f7b5083cb6 makeBinaryWrapper: Make tests discoverable to OfBorg
Move makeBinaryWrapper tests to pkgs.makeBinaryWrapper.passthru.tests, since OfBorg doesn't discover/skips the tests in the previous location.
2021-12-16 21:04:07 +01:00
Tobias Bergkvist
3104da4085 makeBinaryWrapper: Switch from stdenv.cc.cc to stdenv.cc
"${stdenv.cc.cc}/bin" does not contain a cc-symlink, since this is the unwrapped version of the compiler - however "${stdenv.cc}/bin" does.
2021-12-16 21:03:08 +01:00
David Anderson
ec3133d46e influxdb2: split CLI and server, add compat buildEnv. 2021-12-16 11:58:30 -08:00
Jörg Thalheim
9235ba7132
Update pkgs/os-specific/linux/sysdig/default.nix 2021-12-16 19:29:45 +00:00
mucaho
1509f463a0 clingcon: 3.3.0 -> 5.0.0 2021-12-16 20:28:19 +01:00
David Anderson
cc6af52e9b influxdb2: remove unused UI dependency tracking files. 2021-12-16 11:25:56 -08:00
David Anderson
8888330a9d influxdb2: 2.0.8 -> 2.1.1
* libflux: 0.124.0 -> 0.139.0; as specified in influxdb 2.1's release notes

* UI: 2.0.8 -> 2.1.2; matching what influxdb 2.1.1 requires

* Add checks in influxdb2's build to verify that libflux and the UI are at
  the version specified by upstream.

* The CLI got split into a separate repository for reasons to do with influx's
  cloud service, and its version has also been decoupled from the main influxdb
  repository. Link it back into the influxdb2 derivation, for compatibility
  with the previous derivation versions.
2021-12-16 11:25:56 -08:00
Ryan Mulligan
3b15136f74
Merge pull request #150987 from r-ryantm/auto-update/v2ray-geoip
v2ray-geoip: 202112090029 -> 202112160030
2021-12-16 11:12:04 -08:00
Thiago Kenji Okada
b20b4b0d7e
Merge pull request #151001 from bryanasdev000/pkg-kn
kn: 0.27.0 -> 1.1.0
2021-12-16 16:00:46 -03:00
Thiago Kenji Okada
88a81a115a
Merge pull request #151003 from bryanasdev000/pkg-argocd
argocd: 2.1.7 -> 2.2.0
2021-12-16 15:52:29 -03:00
Nick Hu
a457e2d8a2
super-slicer: 2.3.56.9 → 2.3.57.7 2021-12-16 18:26:34 +00:00
Bryan A. S
3ea62249b0 argocd: 2.1.7 -> 2.2.0 2021-12-16 15:25:06 -03:00
Bryan A. S
f667c9cd6a kn: 0.27.0 -> 1.1.0 2021-12-16 15:13:55 -03:00
Jörg Thalheim
0c302891d0 sysdig: 0.27.1 -> 0.28.0 2021-12-16 18:52:09 +01:00
Jörg Thalheim
79818b0b5b
Merge pull request #150940 from Kloenk/mold_1
mold: 0.9.6 -> 1.0.0
2021-12-16 17:48:11 +00:00
Thiago Kenji Okada
e6ca3fc976 Revert "nixos-rebuild: switch to tmpDir during rebuilds"
This seems to break
`boot.kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages`
causing it to use `linuxPackages`.
2021-12-16 14:47:07 -03:00
R. RyanTM
08adacb68f
cypress: 8.3.1 -> 9.1.1 (#148826) 2021-12-16 18:34:26 +01:00
sternenseemann
fd5ddab244 fcft: install documentation to separate outputs 2021-12-16 18:33:57 +01:00
sternenseemann
e893030eb7 fcft: 2.5.0 -> 2.5.1
https://codeberg.org/dnkl/fcft/releases/tag/2.5.1
2021-12-16 18:33:57 +01:00
Jörg Thalheim
257c321cb2
Merge pull request #150958 from Mic92/zen
linux_zen: 5.15.6-zen2 -> 5.15.8-zen1
2021-12-16 17:27:22 +00:00
sternenseemann
9066c52e5a lib.systems.supported: remove aarch64-darwin from Tier 3 list
While it is a fact of life that aarch64-darwin is built on Hydra, it has
never formally been elevated from the Tier 7 state it was originally
assigned in RFC 0046. Since platform Tier status is not only
descriptive, but also normative, a consensus to commit to supporting
aarch64-darwin would need to be reached.
2021-12-16 17:51:21 +01:00
Kevin Cox
1ad7d1a40b
Merge pull request #150072 from LibreCybernetics/update-ipfs
ipfs: 0.10.0 → 0.11.0
2021-12-16 11:50:06 -05:00