sternenseemann
657b336d72
ocamlPackages.x509: 0.11.0 → 0.11.1
2020-04-28 19:46:15 +02:00
John Ericson
941d2765fd
Merge pull request #86080 from Ericson2314/fix-meson-cross
...
meson: Clean up build and infra
2020-04-28 13:38:31 -04:00
worldofpeace
34444e7b45
Merge pull request #86231 from symphorien/nix-du-strictDeps
...
nix-du: fix with strictDeps
2020-04-28 13:34:43 -04:00
worldofpeace
d85aabfb5f
Merge pull request #84449 from doronbehar/improve-guvcview
...
guvcview: fix gsettings filechooser errors
2020-04-28 13:32:13 -04:00
evils
e257a92472
foldingathome: 7.5.1 -> 7.6.9 ( #86171 )
2020-04-28 17:20:43 +00:00
Pavol Rusnak
d94444e44f
amdadl-sdk, amdapp-sdk: remove
...
these libraries are obsolete and nothing in the nixpkgs tree requires them
2020-04-28 19:15:10 +02:00
Chris Ostrouchov
27c7e7d38a
pythonPackages.auth0-python: init at 3.9.1
2020-04-28 09:32:56 -07:00
Chris Ostrouchov
359c6b5bc1
pythonPackages.cloudflare: init at 2.6.5
2020-04-28 09:32:56 -07:00
Ben Darwin
cc89b93798
python3Packages.batchgenerators: 0.19.7 -> 0.20.0
2020-04-28 09:31:12 -07:00
Bruno Bigras
6da294e8df
starship: 0.40.1 -> 0.41.0
2020-04-28 12:00:20 -04:00
markuskowa
07806dd7bb
Merge pull request #86218 from bzizou/libfabric
...
libfabric: init at 1.10.0
2020-04-28 17:29:35 +02:00
Tim Steinbach
f7b417440d
jenkins: 2.222.1 -> 2.222.3
2020-04-28 11:16:48 -04:00
Bruno Bzeznik
75a3a9af8d
libfabric: init at 1.10.0
2020-04-28 17:09:15 +02:00
Claudio Bley
bd0e684f9a
wtf: 0.28.0 -> 0.29.0
2020-04-28 17:08:12 +02:00
Janne Heß
edddc7c82a
nixos/sss: Move nsswitch config into the module
2020-04-28 17:02:46 +02:00
John Ericson
8245230753
meson: Make target-agnostic
...
The cross file is added in the `mkDerivation`. It isn't nice putting
build tool-specific stuff here, but our current architecture gives us
little alternative.
2020-04-28 10:55:33 -04:00
Tim Steinbach
e9d6d15d63
oh-my-zsh: 2020-04-10 -> 2020-04-26
2020-04-28 10:44:04 -04:00
Jörg Thalheim
7610f0417b
Merge pull request #84199 from mmilata/libmicrodns-0.1.2
...
libmicrodns: 0.1.0 -> 0.1.2
2020-04-28 15:16:17 +01:00
John Ericson
128b93e061
meson: Patch to ingest env vars like autoconf
...
See comment in code and the PR it references,
https://github.com/mesonbuild/meson/pull/6827 , for details.
We can remove entries from the cross file because they will be gotten
from env vars now.
2020-04-28 10:11:41 -04:00
Jörg Thalheim
839c0c783f
Merge pull request #86194 from Profpatsch/pandoc-remove-ghc-from-runtime-closure
...
pandoc: remove GHC from the runtime closure (2.4GB -> 180MB)
2020-04-28 14:56:41 +01:00
Michael Weiss
0162890ce0
python3Packages.mysql-connector: 8.0.19 -> 8.0.20
2020-04-28 15:37:40 +02:00
Arian van Putten
d103dc4998
linux: do not depend on systemd indirectly
...
utillinux depends on systemd because:
* uuidd supports socket activation
* lslogins can show recent journal entries
* fstrim comes with a service file (and we use this in NixOS)
* logger can write journal entries
(See https://www.openembedded.org/pipermail/openembedded-core/2015-February/102069.html )
systemd doesn't depend on utillinux but on utillinuxMinimal which is a
version of utillinux without these features to avoid cyclic
dependencies.
With this change, the linux kernel (of which i don't fully understand
why it would depend on util-linux in the first place, but this was added in
https://github.com/NixOS/nixpkgs/pull/32137/files without too much
explanation) depends on the minimal version of util-linux too.
This makes it that every time we change build flags in systemd
the linux kernel doesn't have to wastefully rebuild.
2020-04-28 15:34:44 +02:00
Jörg Thalheim
19cb4832c2
Merge pull request #86205 from ericdallo/bump-dart
...
dart: 2.7.1 -> 2.7.2 (stable) + 2.8.0-dev.10.0 -> 2.9.0-4.0.dev (dev)
2020-04-28 14:30:29 +01:00
Mario Rodas
1e2a558422
nodejs-12_x: 12.16.2 -> 12.16.3
...
Changelog: https://github.com/nodejs/node/releases/tag/v12.16.3
2020-04-28 08:30:00 -05:00
Jörg Thalheim
f66d5bc63e
Merge pull request #86193 from danieldk/fasttext-0.9.2
...
fasttext: 0.9.1 -> 0.9.2
2020-04-28 14:27:58 +01:00
Jörg Thalheim
bf8c10378f
Merge pull request #86203 from mweinelt/powerlevel10k/v1.6.1
...
zsh-powerlevel10k: v1.6.0 → v1.6.1
2020-04-28 14:25:12 +01:00
Jörg Thalheim
deda5e8b05
python3.pkgs.fasttext: add pythonImportsCheck
2020-04-28 14:23:36 +01:00
adisbladis
4a8a2145d7
Merge pull request #86202 from hyperfekt/fish_prevent_completions
...
nixos/fish: prevent fish from generating completions on first run
2020-04-28 15:17:40 +02:00
Jörg Thalheim
621b8a204d
Merge pull request #86201 from primeos/signal-desktop
2020-04-28 14:12:51 +01:00
Jörg Thalheim
b3cd4c16e1
Merge pull request #86179 from Mic92/kinect-cpp-client
2020-04-28 14:04:15 +01:00
Jörg Thalheim
a110c227a3
Merge pull request #86180 from Mic92/prey-bash-client
2020-04-28 14:01:47 +01:00
Eric Dallo
5e4fe400c0
dart: 2.7.1 -> 2.7.2 (stable) + 2.8.0-dev.10.0 -> 2.9.0-4.0.dev (dev)
2020-04-28 09:56:30 -03:00
Martin Weinelt
a78e9182c8
zsh-powerlevel10k: v1.6.0 → v1.6.1
...
Changes since the last release
Bug fixes
Configuration wizard no longer redraws screen every second
Configuration wizard no longer prints spurious errors before the charset screen
Configuration wizard once again honors prompt frame selection
2020-04-28 14:54:29 +02:00
Michael Weiss
db4aece884
chromium: 81.0.4044.122 -> 81.0.4044.129
...
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop_27.html
This update includes 2 security fixes.
CVEs: CVE-2020-6462 CVE-2020-6461
2020-04-28 14:39:10 +02:00
adisbladis
f0fbce6673
Merge pull request #86136 from cole-h/fish
...
fish: 3.1.0 -> 3.1.1
2020-04-28 14:34:01 +02:00
Mario Rodas
ce7272b43c
Merge pull request #85869 from saschagrunert/crio
...
cri-o: 1.17.3 -> 1.18.0
2020-04-28 07:27:06 -05:00
adisbladis
75717901da
Merge pull request #86195 from adisbladis/fish-anypython
...
fish: Patch __fish_anypython function to return build input python3
2020-04-28 14:11:10 +02:00
hyperfekt
c0fe9d609d
nixos/fish: prevent fish from generating completions on first run
2020-04-28 14:05:28 +02:00
Jörg Thalheim
30d5f9709a
kinetic-cpp-client: remove
...
- not updated since 2015
- upstream has no releases since 2016
- has no maintainer in nixpkgs
- marked as insecure because of old openssl
2020-04-28 13:01:36 +01:00
Symphorien Gibol
83c66e956f
nix-du: fix with strictDeps
...
Fixes https://github.com/symphorien/nix-du/issues/4
2020-04-28 12:00:00 +00:00
Michael Weiss
facfa00202
signal-desktop: Add passthru.tests
2020-04-28 13:59:05 +02:00
Jörg Thalheim
20e67f1fb8
Merge pull request #85535 from zowoq/gopackage
...
buildGoPackage: use $out instead of $bin
2020-04-28 12:55:09 +01:00
Jörg Thalheim
d894038d0b
Merge remote-tracking branch 'upstream/master' into HEAD
2020-04-28 12:54:51 +01:00
Michael Weiss
660d284137
signal-desktop: 1.33.3 -> 1.33.4
2020-04-28 13:49:06 +02:00
sternenseemann
a89afa13fd
ocamlPackages.angstrom*: 0.12.1 -> 0.13.0
...
also updates:
* ocamlPackages.angstrom-unix
* ocamlPackages.angstrom-lwt-unix
* ocamlPackages.angstrom-async
2020-04-28 13:40:56 +02:00
Jörg Thalheim
5f9ce49f60
Merge pull request #86197 from jojosch/dbeaver_7.0.3
...
dbeaver: 7.0.2 -> 7.0.3
2020-04-28 12:40:46 +01:00
Julian Stecklina
7c995a4532
virtualbox: build BIOS from C instead of alternative sources
...
VirtualBox ships with "alternative BIOS sources" for its virtual BIOS.
These are generated by first compiling the BIOS C sources with the
Open Watcom toolchain, disassembling the output and checking in the
disassembly into the VirtualBox repo.
The result means that the BIOS C code cannot be patched, because it's
not compiled from the C sources, if Open Watcom is not there.
As Open Watcom is now available in nixpkgs, we can just ignore the
alternative BIOS sources and compile it from C directly.
2020-04-28 13:36:50 +02:00
Jörg Thalheim
c4319da82e
Merge pull request #85755 from prusnak/arm-trusted-firmware
...
arm-trusted-firmware: 2.2 -> 2.3
2020-04-28 12:14:40 +01:00
Johannes Schleifenbaum
9eede89461
dbeaver: 7.0.2 -> 7.0.3
2020-04-28 13:11:43 +02:00
José Romildo Malaquias
92abc153f2
pop-icon-theme: init at 2020-03-04
2020-04-28 08:07:16 -03:00