ajs124
24442dd515
Merge pull request #230531 from MrTarantoga/texstudio
...
texstudio: 4.5.1 -> 4.5.2
2023-05-08 13:33:24 +02:00
Fabian Affolter
4adcaa61cb
python310Packages.laspy: add changelog to meta
...
- add format
- disable on unsupported Python releases
2023-05-08 13:18:38 +02:00
Mario Rodas
512ce5ee01
Merge pull request #230582 from r-ryantm/auto-update/arti
...
arti: 1.1.3 -> 1.1.4
2023-05-08 06:07:52 -05:00
Mario Rodas
e1d0a1fe61
Merge pull request #229834 from sielicki/mutagen_016_017
...
mutagen: 0.16 -> 0.17
2023-05-08 06:07:20 -05:00
Fabian Affolter
323383fb97
Merge pull request #230632 from fabaff/fakeredis-bump
...
python310Packages.fakeredis: 2.11.2 -> 2.12.0
2023-05-08 13:01:55 +02:00
Weijia Wang
a265d187c9
hyprpaper: mark as broken on darwin
2023-05-08 11:00:50 +00:00
R. Ryantm
ed2700a6f3
goreleaser: 1.18.1 -> 1.18.2
2023-05-08 10:58:50 +00:00
Lassulus
214bafa0dd
Merge pull request #228372 from afh/update-yubikey-manager
2023-05-08 12:56:08 +02:00
Dawid Dziurla
072bc43dd5
vorta: install symbolic icon
2023-05-08 12:54:40 +02:00
Arjan Schrijver
7911717ffb
davmail: 6.0.1 -> 6.1.0
2023-05-08 18:52:10 +08:00
Lassulus
cfb68a8e24
Merge pull request #229264 from azahi/zmusic-1112
...
zmusic: 1.1.11 -> 1.1.12
2023-05-08 12:47:29 +02:00
R. Ryantm
0d82490a70
libgen-cli: 1.0.9 -> 1.0.10
2023-05-08 10:43:01 +00:00
Mark Ruvald Pedersen
66fb2f539a
nixos/proxmox-image: Disable O_DIRECT to fix assert
...
Context summary:
'vma create' can't otherwise write to tmpfs such as /dev/shm.
This is important when used from non-nixos machines which may
have /build as tmpfs.
VMA is Proxmox's virtual machine image format that wraps QEMU images,
augmenting these with proxmox-specific configuration file.
proxmox-image.nix uses the VMA tool to create vma image files.
The VMA tool exists as a patchset ontop of QEMU.
VMA writes its output with open() and O_DIRECT flag.
O_DIRECT does not work on Linux tmpfs [1]. Thus:
$ vma create ~/output.vma ... # works, assuming home isn't tmpfs.
$ vma create /dev/shm/output.vma ... # fails since /dev/shm is tmpfs
Failure results in assert(*errp == NULL).
O_DIRECT is a cache performance hint.
But it currently blocks our usage of nixos-generate -f proxmox from
Non-NixOS hosts and Docker.
The patch here simply removes O_DIRECT:
vma-writer.c later performs memalign due to O_DIRECT, but this is
safe to do with or without O_DIRECT.
Ideally, this should be fixed in upstream Proxmox: Perhaps by falling
back to open without O_DIRECT.
Another attempt to fix this SIGABRT is [2], which writes the vma file
directory to $out/ folder -- however that may still be tmpfs mounted
which it is in our case.
[1] https://lore.kernel.org/lkml/45A29EC2.8020502@tmr.com/t/
[2] https://github.com/NixOS/nixpkgs/pull/224282
2023-05-08 12:33:41 +02:00
R. Ryantm
ae2c832797
buf: 1.17.0 -> 1.18.0
2023-05-08 10:32:08 +00:00
rewine
82c778627d
nixos/release: add deepin closure
2023-05-08 18:25:41 +08:00
rewine
22463e0c0a
qtcreator-qt6: 10.0.0 -> 10.0.1
2023-05-08 18:19:58 +08:00
Domen Kožar
8fa10a0118
Add nodePackages.dotenv-vault
2023-05-08 11:08:17 +01:00
Lassulus
fd40cef8d7
Merge pull request #224792 from ivankovnatsky/patch-38
...
stc-cli: init at 1.4
2023-05-08 11:49:51 +02:00
Jörg Thalheim
3288479636
nixos/envfs: make mounts non-critical
...
We usually don't want to bring the whole machine into emergency mode
just because we couldn't mount envfs. It's usually not on the critical
path.
2023-05-08 11:24:18 +02:00
R. Ryantm
4f147aba44
odo: 3.9.0 -> 3.10.0
2023-05-08 09:19:38 +00:00
Martin Weinelt
4776229225
Merge pull request #230594 from mweinelt/rules-3.3.0
...
python310Packages.rules: init at 3.3.0
2023-05-08 11:15:49 +02:00
aktaboot
19c9424dc4
vimPlugins.nvim-treesitter: update grammars
2023-05-08 11:14:36 +02:00
aktaboot
d1c650ffce
vimPlugins: resolve github repository redirects
2023-05-08 11:13:59 +02:00
aktaboot
050ae0b8c3
vimPlugins: update
2023-05-08 11:12:44 +02:00
QJoly
49a401bd9f
k9s: 0.27.3 -> 0.27.4
2023-05-08 11:02:23 +02:00
Martin Weinelt
2bb88378bd
Merge pull request #230631 from fabaff/aioesphomeapi-bump
...
python310Packages.aioesphomeapi: 13.7.3 -> 13.7.4
2023-05-08 11:01:56 +02:00
R. Ryantm
8f7728b109
aiac: 2.2.0 -> 2.4.0
2023-05-08 08:47:38 +00:00
Azat Bahawi
d9b8ae36f3
Merge pull request #230549 from azahi/shod-262
...
shod: 2.5.0 -> 2.6.2
2023-05-08 11:46:25 +03:00
Weijia Wang
f7b1497128
Merge pull request #230548 from panicgh/remove-old-boost
...
boost: remove unused pkgs and cleanup
2023-05-08 11:35:59 +03:00
Weijia Wang
210286c48d
Merge pull request #230505 from afh/gnupg-libgcrypt-add-changelog
...
gnupg libgcrypt: Add changelog
2023-05-08 11:34:03 +03:00
Martin Weinelt
227778a165
python310Packages.rules: init at 3.3.0
2023-05-08 10:33:05 +02:00
Fabian Affolter
86cf3fca1f
python310Packages.fakeredis: 2.11.2 -> 2.12.0
...
Changelog: https://github.com/cunla/fakeredis-py/releases/tag/v2.12.0
2023-05-08 10:29:54 +02:00
Weijia Wang
b02a392d57
Merge pull request #230430 from r-ryantm/auto-update/cgal_5
...
cgal_5: 5.5.1 -> 5.5.2
2023-05-08 11:29:00 +03:00
Fabian Affolter
62621d615a
python310Packages.aioesphomeapi: 13.7.3 -> 13.7.4
...
Changelog: https://github.com/esphome/aioesphomeapi/releases/tag/v13.7.4
2023-05-08 10:26:53 +02:00
Ivan Kovnatsky
d384201cb9
stc-cli: init at 1.4
2023-05-08 11:26:22 +03:00
Fabian Affolter
3c4a3aba89
Merge pull request #230564 from r-ryantm/auto-update/python310Packages.pynamodb
...
python310Packages.pynamodb: 5.4.1 -> 5.5.0
2023-05-08 10:24:00 +02:00
Aaron Jheng
7ec3f49e55
starlark: unstable-2023-01-12 -> unstable-2023-03-02
2023-05-08 08:22:16 +00:00
R. Ryantm
09be62f24a
velero: 1.10.2 -> 1.10.3
2023-05-08 08:18:38 +00:00
Martin Weinelt
6caac5b6c4
Merge pull request #230595 from mweinelt/urlman-2.0.1
...
python310Packages.urlman: init at 2.0.1
2023-05-08 10:16:54 +02:00
Weijia Wang
7026085169
Merge pull request #230614 from r-ryantm/auto-update/hyprpaper
...
hyprpaper: 0.1.0 -> 0.2.0
2023-05-08 11:05:12 +03:00
Fabian Affolter
17c9a81eb8
Merge pull request #230555 from r-ryantm/auto-update/python310Packages.pure-protobuf
...
python310Packages.pure-protobuf: 2.2.3 -> 2.3.0
2023-05-08 10:02:37 +02:00
Fabian Affolter
287fa07565
Merge pull request #230556 from fabaff/metasploit-bump
...
metasploit: 6.3.14 -> 6.3.15
2023-05-08 10:02:22 +02:00
R. Ryantm
0c10795b20
iosevka-bin: 22.1.0 -> 22.1.1
2023-05-08 07:55:24 +00:00
Fabian Affolter
5d2c0216f5
Merge pull request #230589 from r-ryantm/auto-update/python310Packages.xmlschema
...
python310Packages.xmlschema: 2.2.1 -> 2.2.3
2023-05-08 09:55:17 +02:00
Fabian Affolter
c9c1dc88e9
Merge pull request #230600 from r-ryantm/auto-update/python310Packages.oci
...
python310Packages.oci: 2.93.0 -> 2.100.0
2023-05-08 09:51:08 +02:00
R. Ryantm
21bfc01c65
terragrunt: 0.45.8 -> 0.45.9
2023-05-08 07:32:40 +00:00
Weijia Wang
8fb30e1471
Merge pull request #230598 from r-ryantm/auto-update/whois
...
whois: 5.5.16 -> 5.5.17
2023-05-08 09:16:34 +03:00
R. Ryantm
0f1a8bbf31
s2n-tls: 1.3.42 -> 1.3.43
2023-05-08 06:14:59 +00:00
Weijia Wang
cda793ede9
Merge pull request #230563 from figsoda/jql
...
jql: 6.0.6 -> 6.0.7
2023-05-08 09:12:18 +03:00
Weijia Wang
1f0a8d330d
Merge pull request #230611 from applePrincess/exploitdb-bump
...
exploitdb: 2023-05-06 -> 2023-05-08
2023-05-08 09:10:02 +03:00