Commit Graph

404238 Commits

Author SHA1 Message Date
Mario Rodas
1d98b57dd2
Merge pull request #188457 from marsam/update-millet
millet: 0.3.2 -> 0.3.5
2022-08-27 01:51:30 -05:00
Anders Christiansen Sørby
98cad033e1
altair: 4.1.0 -> 4.6.2 #188359
Update to fix compatibility
Changes: https://github.com/altair-graphql/altair/compare/v4.1.0...v4.6.2
2022-08-27 08:08:26 +02:00
Mario Rodas
e500665539
Merge pull request #188455 from marsam/update-rubypackages
ruby-packages: update
2022-08-27 01:01:57 -05:00
adisbladis
57f1997b58
Merge pull request #188340 from squalus/redis
redis: fix cross compile
2022-08-27 14:00:25 +08:00
Anderson Torres
f6677f429e
Merge pull request #178749 from Infinidoge/bump/kmscon
kmscon: unstable-2018-09-07 -> 9.0.0
2022-08-27 02:57:23 -03:00
Anderson Torres
7165bcb796
Merge pull request #161445 from chasecaleb/fix-emacs-recursive-load-path
emacs: populate load-path recursively
2022-08-27 02:37:21 -03:00
Mario Rodas
d493cf539f
Merge pull request #188438 from fabaff/mdformat-bump
python310Packages.mdformat: 0.7.15 -> 0.7.16
2022-08-27 00:33:57 -05:00
Harsh Shandilya
be22d0a218 nerdfonts: 2.2.0 -> 2.2.1 2022-08-27 05:20:57 +00:00
Mario Rodas
ae6e5d888b wal-g: 2.0.0 -> 2.0.1
https://github.com/wal-g/wal-g/releases/tag/v2.0.1
2022-08-27 04:20:00 +00:00
Mario Rodas
1975d5997f postgresqlPackages.pg_topn: 2.4.0 -> 2.5.0 2022-08-27 04:20:00 +00:00
Mario Rodas
16eca3ef29 millet: 0.3.2 -> 0.3.5 2022-08-27 04:20:00 +00:00
Mario Rodas
339da54864 ruby-packages: update 2022-08-27 04:20:00 +00:00
Sofi
07c76c980c nixos/minecraft-server: optimize world generation inside test
Due to how complex minecraft world generation has gotten in recent
years, it now can take several minutes to complete the first generation
of a world seed, even on relatively new and powerful hardware.

We are testing if a minecraft server can run inside of a nix enviroment,
and not so much about stress testing the CI.

Test running before this change:

> (finished: waiting for TCP port 43000, in 118.49 seconds)

Test running with this change:

> (finished: waiting for TCP port 43000, in 27.88 seconds)

Choice of using `level-type` and `generate-structures` was made as they
support almost every version of minecraft. These two also make it
extremely clear what it does, compared to the more complex
`generator-settings` and all its toggles.
2022-08-26 23:22:52 -04:00
Bobby Rong
d7cef0d40f
Merge pull request #187768 from r-ryantm/auto-update/miller
miller: 6.3.0 -> 6.4.0
2022-08-27 10:19:50 +08:00
Samuel Ainsworth
36342ac7ad
Merge pull request #172786 from danielfullmer/cudnn-src
cudaPackages.cudnn: fix source fetching
2022-08-26 18:35:01 -07:00
superherointj
965f51d889
Merge pull request #188429 from SuperSandro2000/dnscontrol
dnscontrol: 3.19.0 -> 3.20.0
2022-08-26 21:20:55 -03:00
zowoq
e683858f46 roxctl: remove unnecessary override
1.17, is EOL, it builds/runs with current go
2022-08-27 10:07:56 +10:00
Robert Scott
f9a75b14fd
Merge pull request #188391 from fabaff/angr-bump
python310Packages.angr: 9.2.14 -> 9.2.15
2022-08-27 00:56:20 +01:00
Robert Scott
6f4c01b76f
Merge pull request #188120 from r-ryantm/auto-update/python310Packages.python-gnupg
python310Packages.python-gnupg: 0.4.9 -> 0.5.0
2022-08-27 00:55:48 +01:00
Michael Weiss
692574660e
Merge pull request #188440 from primeos/chromiumBeta
chromiumBeta: Fix errors due to incompatible Wayland headers
2022-08-27 00:38:12 +02:00
Felipe Silva
bc74518252 soulseekqt: add main program
Should allow running soulseek with `nix run`.
2022-08-27 00:05:06 +02:00
Michael Weiss
b6b51374fc
chromiumBeta: Fix errors due to incompatible Wayland headers
This "fixes" errors like these:
```
FAILED: obj/third_party/angle/angle_gpu_info_util/SystemInfo_vulkan.o
[...]
In file included from ../../third_party/wayland/src/src/wayland-client.h:40:
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1040:13: error: use of undeclared identifier 'wl_proxy_marshal_flags'
        callback = wl_proxy_marshal_flags((struct wl_proxy *) wl_display,
                   ^
[...]
/nix/store/an42rhwn6ck2nix6caikrr4rvizknjhh-wayland-1.21.0-dev/include/wayland-client-protocol.h:1392:87: error: use of undeclared identifier 'WL_MARSHAL_FLAG_DESTROY'
                         WL_SHM_POOL_DESTROY, NULL, wl_proxy_get_version((struct wl_proxy *) wl_shm_pool), WL_MARSHAL_FLAG_DESTROY);
                                                                                                           ^
[...]
fatal error: too many errors emitted, stopping now [-ferror-limit=]
```

At least for now (until Chromium updates their bundled Wayland version) it
seems best to use the bundled headers/versions to avoid version incompatibility
issues (we should hopefully be able to drop use_system_wayland_scanner though).
2022-08-27 00:04:41 +02:00
Bernardo Meurer
7851ae607d
Merge pull request #188421 from SuperSamus/ntfs3 2022-08-26 18:56:23 -03:00
Fabian Affolter
2b948f5f48 python310Packages.mdformat: 0.7.15 -> 0.7.16 2022-08-26 23:56:01 +02:00
superherointj
a4ba3da0a7 vscode-extensions.prisma.prisma: 4.1.0 -> 4.2.0 2022-08-26 14:51:12 -07:00
Fabian Affolter
593f974c75 python310Packages.bthome-ble: 0.3.8 -> 0.4.0 2022-08-26 23:49:44 +02:00
Fabian Affolter
bb2f1ef2e9 python310Packages.aiobiketrax: 0.2.0 -> 0.2.1 2022-08-26 14:49:06 -07:00
superherointj
f0e1cf45eb vscode-extensions.jnoortheen.nix-ide: 0.1.20 -> 0.1.23 2022-08-26 14:46:40 -07:00
superherointj
ae539d06a3 vscode-extensions.ocamllabs.ocaml-platform: 1.10.4 -> 1.10.7 2022-08-26 14:46:33 -07:00
Fabian Affolter
45e45a8e4a python310Packages.fastcore: 1.5.18 -> 1.5.22 2022-08-26 14:46:16 -07:00
superherointj
80ebc2df18 vscode-extensions.jakebecker.elixir-ls: 0.9.0 -> 0.11.0 2022-08-26 14:46:02 -07:00
Fabian Affolter
4ee7b35fb0 python310Packages.adafruit-platformdetect: 3.27.1 -> 3.27.2 2022-08-26 14:44:15 -07:00
superherointj
bb365ad0bb vscode-extensions.esbenp.prettier-vscode: 9.5.0 -> 9.8.0 2022-08-26 14:44:00 -07:00
superherointj
176d3299e5 vscode-extensions.christian-kohler.path-intellisense: 2.8.0 -> 2.8.1 2022-08-26 14:43:52 -07:00
superherointj
c84fafd005 vscode-extensions.badochov.ocaml-formatter: 1.14.0 -> 2.0.5 2022-08-26 14:43:30 -07:00
superherointj
0f147b79e5
Merge pull request #187231 from arathunku/elixir-ls-v0.11.0
elixir-ls: 0.10.0 -> 0.11.0
2022-08-26 18:16:59 -03:00
Sandro Jäckel
30bc8e7c5e
dnscontrol: 3.19.0 -> 3.20.0 2022-08-26 23:14:18 +02:00
Fabian Affolter
0b048f1d8b metasploit: 6.2.13 -> 6.2.14 2022-08-26 22:58:45 +02:00
Sandro
4919d1d955
Merge pull request #186398 from NickCao/dmlive 2022-08-26 22:44:45 +02:00
Sandro
12f74551c7
Merge pull request #187891 from Luflosi/add/nodePackages.carto 2022-08-26 21:52:45 +02:00
Guillaume Girol
38e16b192a neovim: fix plugin loading order
fixes https://github.com/NixOS/nixpkgs/issues/188167
2022-08-26 21:17:31 +02:00
superherointj
bb229227e3 linkerd: add superherointj as maintainer 2022-08-26 16:07:49 -03:00
superherointj
e98367b0ea linkerd_edge: 22.6.1 -> 22.8.2 2022-08-26 16:07:49 -03:00
superherointj
a2f0336e59 linkerd: 2.11.2 -> 2.12.0 2022-08-26 16:07:49 -03:00
superherointj
a0d7eaf10c linkerd: skip Release Candidate versions on update script 2022-08-26 16:06:36 -03:00
7c6f434c
f98065ab50
Merge pull request #188344 from tjni/cvc3-stackprotector
cvc3: reenable stackprotector on aarch64-darwin
2022-08-26 18:53:37 +00:00
7c6f434c
94f5abdd95
Merge pull request #188169 from GovanifY/btrfs
btrfs-progs: 5.18.1 -> 5.19
2022-08-26 18:52:23 +00:00
Martino Fontana
014f12b87e linux: disable NTFS_FS, enable NTFS3_LZX_XPRESS and NTFS3_FS_POSIX_ACL 2022-08-26 20:32:37 +02:00
Jonas Heinrich
5aed7735af
Merge pull request #180679 from r-ryantm/auto-update/picard
picard: 2.8.1 -> 2.8.3
2022-08-26 20:28:38 +02:00
superherointj
b30e2234ac
Merge pull request #188341 from superherointj/package-asus-ec-sensors-unstable-2022-07-10
asus-ec-sensors: unstable-2021-12-16 -> unstable-2022-07-10
2022-08-26 15:17:50 -03:00