Fabian Affolter
9064e2c442
python3Packages.zeroconf: 0.36.0 -> 0.36.2
2021-08-31 11:11:33 +02:00
Bernardo Meurer
1392ff98cc
Merge pull request #136270 from lovesegfault/roon-firewall
...
roon-{bridge,server}: fix openFirewall
2021-08-31 09:09:32 +00:00
Niklas Hambüchen
1192dec974
Merge pull request #136226 from GTrunSec/onlyoffice-desktopeditors
...
onlyoffice-bin: 6.2.0 -> 6.3.1
2021-08-31 11:08:30 +02:00
happysalada
274c9f6e0b
logstash: fix passthru.tests
2021-08-31 18:05:09 +09:00
Niklas Hambüchen
ccc9139fc9
Merge pull request #136236 from nh2/libe57format-2.2.0
...
libe57format: 2.1 -> 2.2.0
2021-08-31 11:02:11 +02:00
Niklas Hambüchen
92a5eac48b
libe57format: 2.1 -> 2.2.0
2021-08-31 11:01:23 +02:00
Bernardo Meurer
9e7af8a13c
nixos/roon-bridge: fix openFirewall
2021-08-31 01:21:07 -07:00
Bernardo Meurer
edddb705e8
nixos/roon-server: fix openFirewall
2021-08-31 01:20:07 -07:00
Michael Raskin
df3f3ccc6d
Merge pull request #136250 from collares/sage-networkx
...
sage: adapt tests for networkx 2.6
2021-08-31 07:52:29 +00:00
Michael Raskin
e05955eab6
Merge pull request #136188 from dschrempf/stalonetray-0.8.4
...
stalonetray: 0.8.3 -> 0.8.4
2021-08-31 07:40:28 +00:00
Fabian Affolter
4f3fac9b74
Merge pull request #136206 from fabaff/bump-scramp
...
python3Packages.scramp: 1.4.0 -> 1.4.1, python3Packages.pg8000: 1.21.0 -> 1.21.1
2021-08-31 09:39:34 +02:00
Fabian Affolter
6cdb2092d6
flawfinder: 2.0.18 -> 2.0.19
2021-08-31 09:36:18 +02:00
Jörg Thalheim
00a12666ca
Merge pull request #136125 from jtrees/kakoune-v2021.08.28
...
kakoune: 2020.09.01 -> 2021.08.28
2021-08-31 08:31:53 +01:00
Pascal Bach
1b85ad6b0e
Merge pull request #135929 from Ma27/bump-nextcloud22
...
nextcloud22: 22.1.0 -> 22.1.1
2021-08-31 09:31:17 +02:00
Jörg Thalheim
56feed592e
kakoune: remove pkg-config, cleanup preConfigure
2021-08-31 09:23:15 +02:00
Robert Hensing
eb8e943493
Fix interaction between appendOverlays and otherPackageSets
...
The comment
a dirty hack that should be removed
has led me to believe that nixpkgsFun isn't the right solution,
but bypassing it is worse, because it creates a second, inner
overriding mechanism that doesn't pass its changes to the old,
outer overriding mechanism.
Before this change:
nix-repl> ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).foobarbaz
"ok"
nix-repl> ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
error: attribute 'foobarbaz' missing
at «string»:1:1:
1| ((import <nixpkgs> {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
| ^
2|
After this change:
nix-repl> ((import ./. {}).appendOverlays([(f: s: { foobarbaz = "ok"; })])).pkgsCross.aarch64-multiplatform.foobarbaz
"ok"
Thanks to samueldr for discovering this problem.
2021-08-31 09:18:08 +02:00
Fabian Affolter
c6a7c9ecdd
Merge pull request #136169 from fabaff/bump-pyupgrade
...
python3Packages.pyupgrade: 2.24.0 -> 2.25.0
2021-08-31 08:44:47 +02:00
Dominik Schrempf
c2f8476de0
stalonetray: 0.8.3 -> 0.8.4
...
This update is quite involved for a minor version update.
1. I had to change the source from Sourceforge to Github.
2. I manually specify the autoconf pre-configuration steps. This seems to be
necessary, but is there a better, more canonical way?
3. I had to add the docbook dependency and tinker around with substitutions,
because the original files would pull sources from an online repository. Please
have a look!
Thanks for your comments.
Cheers.
2021-08-31 07:47:39 +02:00
Dmitry Kalinkin
9013640211
Merge pull request #136085 from Atemu/update/anki-bin
...
anki-bin: 2.1.46 -> 2.1.47
2021-08-31 01:40:48 -04:00
happysalada
4502d6386e
ipfs: nixpkgs-fmt
2021-08-31 12:55:31 +09:00
happysalada
6c10f151a1
docs: update beam.section
2021-08-31 12:00:47 +09:00
Mauricio Collares
7194273c77
sage: adapt tests for networkx 2.6
2021-08-30 22:43:24 -03:00
happysalada
977ac07fed
ipfs: increase UDP buffer size
2021-08-31 09:50:59 +09:00
happysalada
54dbdcbcbb
ipfs: nixpkgs-fmt
2021-08-31 09:50:59 +09:00
Bernardo Meurer
8afec3d92f
linuxPackages.ddcci-driver: use kernel's make flags
2021-08-30 17:12:05 -07:00
happysalada
6f28a718e5
kibana update nodejs 10 -> 14
2021-08-31 09:06:13 +09:00
happysalada
59e34733b7
beats: buildGoPackage -> buildGoModule
2021-08-31 09:06:13 +09:00
happysalada
159be7791c
logstash: fix download url
...
Update pkgs/tools/misc/logstash/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
Update pkgs/tools/misc/logstash/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31 09:06:13 +09:00
happysalada
f9321de0f3
elk7: 7.5.1 -> 7.10.2
...
Update pkgs/development/tools/misc/kibana/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
Update pkgs/servers/search/elasticsearch/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
Update pkgs/servers/search/elasticsearch/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
Update pkgs/development/tools/misc/kibana/7.x.nix
Co-authored-by: Mihai Fufezan <36706276+fufexan@users.noreply.github.com>
2021-08-31 09:06:13 +09:00
happysalada
8b2cecc3ce
beats: nixpkgs-fmt
2021-08-31 09:06:13 +09:00
happysalada
9a3c58ee74
logstash: nixpkgs-fmt
2021-08-31 09:06:13 +09:00
happysalada
4a2d9eb0fe
kibana: nixpkgs-fmt
2021-08-31 09:06:13 +09:00
happysalada
d702fbfe32
elasticsearch: nixpkgs-fmt
2021-08-31 09:06:13 +09:00
Bernardo Meurer
19e4afc912
linuxPackages.nvidia-x11: use makeFlags in builder.sh
2021-08-30 17:06:12 -07:00
Bernardo Meurer
4a8ab482e0
linuxPackages.nvidia_x11.settings: use makeFlags in preBuild's libXNVCtrl build
2021-08-30 17:06:11 -07:00
Bernardo Meurer
0b63366e6f
linuxPackages.nvidia_x11.settings: pick up nvidia_x11 makeFlags
2021-08-30 17:06:10 -07:00
Bernardo Meurer
fe31fdf43b
linuxPackages.nvidia_x11.persistenced: pick up nvidia_x11 makeFlags
2021-08-30 17:06:09 -07:00
Bernardo Meurer
636e17aab5
linuxPackages.nvidia_x11: apply kernel module makeFlags
2021-08-30 17:06:08 -07:00
Bernardo Meurer
7b2709f6a4
nixos/nvidia: let user choose whether to install nvidia-settings
2021-08-30 17:06:07 -07:00
Mario Rodas
197a496c7f
houdini: use libudev0-shim
2021-08-31 08:44:46 +09:00
Joseph Crail
db4b3ef15a
dwz: init at 0.14 ( #136078 )
2021-08-30 18:27:43 -05:00
Mario Rodas
e3a2429bc6
Merge pull request #136196 from NeQuissimus/rubygems_3_2_26
...
rubygems: 3.2.24 -> 3.2.26
2021-08-30 18:26:33 -05:00
zowoq
a96144ce4f
lima: 0.6.0 -> 0.6.1
...
https://github.com/lima-vm/lima/releases/tag/v0.6.1
2021-08-31 09:26:09 +10:00
Mario Rodas
4740aebb08
Merge pull request #136225 from fabaff/bump-tfsec
...
tfsec: 0.58.5 -> 0.58.6
2021-08-30 18:24:13 -05:00
Anderson Torres
14e8688309
Merge pull request #131349 from kwohlfahrt/houdini-18.5
...
houdini: 18.0 -> 18.5
2021-08-30 20:21:38 -03:00
Alyssa Ross
7f3a4f6b67
linuxPackages.isgx: 2.11 -> 2.14
2021-08-30 23:17:02 +00:00
adisbladis
c54d1a6caa
Merge pull request #136228 from tweag/qt5-qt3d
...
qt5.qt3d: init module
2021-08-30 18:14:42 -05:00
adisbladis
c7514a2667
Merge pull request #136239 from qowoz/podman
...
podman: 3.3.0 -> 3.3.1
2021-08-30 18:12:39 -05:00
Matthieu Coudron
1d22aed041
luarocks-nix: bumped luarocks-nix
...
this new version removes support of src.rock but now supports rockspecs embedded in a repo. The goal is to be able to support neovim plugins that provide a rockspec, even when they are not registered on luarocks.
2021-08-31 01:01:56 +02:00
Matthieu Coudron
6312bac408
luaPackages.ansicolors: remove because unmaintained since 2013
...
luarocks points at https://github.com/kikito/ansicolors.lua with a last
commit in 2013 while its upstream https://github.com/hoelzro/ansicolors
contains a 2017 commit. This last project mentions it's superseeded by
https://github.com/hoelzro/lua-term
2021-08-31 00:42:30 +02:00