Vincent Laporte
759d05ce9e
ocamlPackages.stdcompat: init at 15
2021-06-05 13:38:01 +02:00
Robert Scott
bac6826dd3
Merge pull request #125566 from LeSuisse/pam_u2f-1.1.1
...
pam_u2f: 1.1.0 -> 1.1.1
2021-06-05 12:28:23 +01:00
Jan Tojnar
7497b4721c
doc: Fix make in nix-shell
...
When running make manually, makeFlags will not be passed. Let’s just use an environment variable.
2021-06-05 13:25:48 +02:00
Robert Scott
1af9269ba7
Merge pull request #125645 from TredwellGit/wireshark
...
wireshark: 3.4.5 -> 3.4.6
2021-06-05 12:21:24 +01:00
Fabian Affolter
b10af30846
Merge pull request #125767 from fabaff/clean-angrop
...
python3Packages.angrop: remove postPatch
2021-06-05 12:48:08 +02:00
R. RyanTM
93189848db
esbuild: 0.12.5 -> 0.12.6
2021-06-05 19:41:53 +09:00
Bart Brouns
394fb1d6ab
sjaehn plugins: use lowercase pname
2021-06-05 19:37:22 +09:00
Michael Weiss
91a247a1f0
Merge pull request #125650 from primeos/python-zipstream
...
python3Packages.zipstream: Remove myself as maintainer
2021-06-05 11:31:15 +02:00
Michael Weiss
934bd6d7b7
Merge pull request #125724 from primeos/signal-desktop
...
signal-desktop: 5.3.0 -> 5.4.0
2021-06-05 11:30:24 +02:00
Fabian Affolter
d05bacf145
python3Packages.angrop: remove postPatch
2021-06-05 10:21:29 +02:00
Jörg Thalheim
7900720d27
Merge pull request #125738 from 0x4A6F/master-zellij
...
zellij: 0.12.1 -> 0.13.0
2021-06-05 10:09:20 +02:00
Fabian Affolter
c59c4ed03f
Merge pull request #125749 from mweinelt/python/aiomultiprocessing
...
python3Packages.aiomultiprocess: disable failing tests
2021-06-05 10:08:24 +02:00
Jörg Thalheim
8bbe96ed8f
Merge pull request #125753 from zhaofengli/riscv-libunwind
...
Use LLVM's libunwind on RISC-V
2021-06-05 10:04:07 +02:00
Jörg Thalheim
2b50f84188
Merge pull request #125759 from sveitser/pyls-black-v0.4.7
...
python3Packages.pyls-black: 0.4.6 -> 0.4.7
2021-06-05 10:02:36 +02:00
Jörg Thalheim
9f33e6417b
pyls-black: reformat with nixpkgs-fmt
2021-06-05 10:00:24 +02:00
sveitser
7f48484135
python3Packages.pyls-black: use pytestCheckHook
2021-06-05 15:57:44 +08:00
Jörg Thalheim
697239ebd2
Merge pull request #125745 from zowoq/go-cleanup
...
go: format with nixpkgs-fmt, cleanup
2021-06-05 09:52:13 +02:00
Thomas Gerbet
b5afbd350d
pam_u2f: 1.1.0 -> 1.1.1
...
Fixes CVE-2021-31924
https://www.yubico.com/support/security-advisories/ysa-2021-03/
Changelog: https://github.com/Yubico/pam-u2f/blob/pam_u2f-1.1.1/NEWS
2021-06-05 09:34:47 +02:00
sveitser
efda027ada
python3Packages.pyls-black: 0.4.6 -> 0.4.7
...
Remove patch included in upstream release.
2021-06-05 15:18:25 +08:00
Jörg Thalheim
6fdb73a3b4
Merge pull request #118801 from Mic92/k3s
...
nixos/k3s: improve zfs/docker support
2021-06-05 07:54:54 +02:00
Jörg Thalheim
03582eb6e3
nixos/k3s: add zfs to path
2021-06-05 07:52:53 +02:00
Jörg Thalheim
7c310e8d28
nixos/k3s: add to environment.systemPackages for adminstration
2021-06-05 07:52:48 +02:00
Zhaofeng Li
9a8b5d6e15
nongnu-libunwind: Disable package for RISC-V
...
The author has stated that he does not have time to implement support.
There is no use for the `supportsHost` passthru attribute anymore, so
let's remove that as well.
2021-06-04 20:44:38 -07:00
Zhaofeng Li
64509dbd18
all-packages: Use LLVM libunwind on RISC-V
2021-06-04 20:44:38 -07:00
Martin Weinelt
c8261a34f8
python3Packages.aiomultiprocess: disable failing tests
...
These tests fail from time to time and bring the whole test suite to a
timeout.
https://github.com/omnilib/aiomultiprocess/issues/97
2021-06-05 03:59:21 +02:00
Edward Tjörnhammar
afdb5675a1
nixos/containers: add storage.conf
2021-06-05 10:08:24 +10:00
zowoq
88f1ca731c
go: cleanup
2021-06-05 09:58:51 +10:00
zowoq
3a365e0e50
go: format with nixpkgs-fmt
2021-06-05 09:57:28 +10:00
Silvan Mosberger
155ae682a5
buildGoModule/buildGoPackage: Introduce ldflags argument
...
Previously it was not possible to define multiple ldflags, since only
the last definition applies, and there's some quoting issues with
`buildFlagsArray`. With the new `ldflags` argument it's possible to do
this, e.g.
ldflags = drv.ldflags or [] ++ [
"-X main.Version=1.0"
]
can now properly append a flag without clearing all previous ldflags.
2021-06-05 09:54:36 +10:00
zowoq
99697d891d
go: add runHooks to bootstrap binary
2021-06-05 09:54:25 +10:00
zowoq
b3a05d2ccb
go_1_16: 1.16.4 -> 1.16.5
2021-06-05 09:54:25 +10:00
zowoq
d038f95450
go_1_15: 1.15.12 -> 1.15.13
2021-06-05 09:54:25 +10:00
zowoq
51dbbde885
go_1_15: disable on aarch64-darwin
...
aarch64-darwin is only supported on >= 1.16
2021-06-05 09:54:25 +10:00
Maciej Krüger
26b3751de7
Merge pull request #97692 from ryneeverett/lockkernelmodules-lxd
2021-06-05 01:27:27 +02:00
Anderson Torres
3255d05cac
Merge pull request #125722 from AndersonTorres/new-zig
...
zig: 0.7.1 -> 0.8.0
2021-06-04 20:09:29 -03:00
AndersonTorres
5971dc1aeb
zig: 0.7.1 -> 0.8.0
...
Eliminated the check phase (file $src/test/stage1/behavior.zig not found).
2021-06-04 19:45:16 -03:00
0x4A6F
e627109b60
zellij: 0.12.1 -> 0.13.0
2021-06-04 23:32:44 +02:00
Doron Behar
c11aaff283
Merge pull request #125693 from LutzCle/zoom
...
zoom-us: 5.6.16888.0424 -> 5.6.20278.0524
2021-06-04 21:20:14 +00:00
Michael Weiss
f5be28bcc9
signal-desktop: 5.3.0 -> 5.4.0
2021-06-04 21:57:25 +02:00
Vincent Laporte
25964547fb
compcert: 3.8 → 3.9
2021-06-04 21:43:08 +02:00
Ricardo M. Correia
85ee1bdecd
ocamlPackages.ansiterminal: 0.7 -> 0.8.2
2021-06-04 21:41:55 +02:00
Maximilian Bosch
f9168ac269
Merge pull request #125706 from baloo/baloo/diffoscope/177
...
diffoscope: 176 -> 177
2021-06-04 21:08:49 +02:00
Arthur Gautier
ee6268cdc8
diffoscope: 176 -> 177
...
Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-06-04 16:51:42 +00:00
Florian Klink
6f1857f2f2
terraform-providers.metal: init at 2.1.0 ( #125665 )
...
terraform-provider-packet is deprecated, and this is its successor.
2021-06-04 18:20:38 +02:00
Kim Lindberger
8960c09eed
Merge pull request #125500 from etu/php-spring-release-cleaning
...
php: post-release spring cleaning and upgrade to 8.0 as default
2021-06-04 17:48:47 +02:00
Sandro
42e87863e6
Merge pull request #125634 from samuela/upkeep-bot/plexamp-3.4.7-1622798351
...
plexamp: 3.4.6 -> 3.4.7
2021-06-04 17:20:09 +02:00
Sandro
6fd19b1f96
Merge pull request #121663 from vojta001/lwks
2021-06-04 17:19:48 +02:00
Luke Granger-Brown
9232abe031
Merge pull request #120289 from austinbutler/notifypy-darwin
...
python3Packages.notify-py: fix build on Darwin
2021-06-04 16:11:56 +01:00
Clemens Lutz
c69b9cee04
zoom-us: 5.6.16888.0424 -> 5.6.20278.0524
2021-06-04 17:10:15 +02:00
Sandro
a40b57293b
Merge pull request #125664 from 06kellyjac/open-policy-agent
...
open-policy-agent: 0.28.0 -> 0.29.4
2021-06-04 17:06:46 +02:00