Commit Graph

467707 Commits

Author SHA1 Message Date
Nick Cao
94c53c2742
Merge pull request #223166 from marsam/update-squawk
squawk: 0.21.0 -> 0.22.0
2023-03-26 10:26:08 +08:00
zowoq
d94076ad38
Merge pull request #221716 from yu-re-ka/git-deps-import-cargo-lock
tree-wide: convert rust with git deps to importCargoLock
2023-03-26 12:25:52 +10:00
Nick Cao
9940dea795
Merge pull request #222795 from Philipp-M/update-fractal-4-4-2
fractal: 4.4.0 -> 4.4.2
2023-03-26 10:23:38 +08:00
Adrian Pistol
487f0f9283
linux-rt_6_1: init at 6.1.19-rt8 (#222174)
Also sets the linux_rt_latest to 6.1.

Closes #222094
2023-03-26 01:58:52 +00:00
Nick Cao
154af0e584
Merge pull request #223101 from linj-fork/bump-dmlive
dmlive: unstable-2022-11-19 -> 5.2.0
2023-03-26 09:58:02 +08:00
Mario Rodas
0cd51a933d
Merge pull request #223129 from figsoda/cargo-expand
cargo-expand: 1.0.43 -> 1.0.46
2023-03-25 20:17:31 -05:00
Mario Rodas
a7fad1e260
Merge pull request #223145 from fabaff/metasploit-bump
metasploit: 6.3.8 -> 6.3.9
2023-03-25 20:16:58 -05:00
Mario Rodas
284fb6743b
Merge pull request #223146 from figsoda/rust-script
rust-script: 0.22.0 -> 0.23.0
2023-03-25 20:16:21 -05:00
Mario Rodas
8c8d88e568
Merge pull request #223155 from fabaff/aio-pika-bump
python310Packages.aio-pika: 9.0.4 -> 9.0.5
2023-03-25 20:15:20 -05:00
Mario Rodas
5fd439e1ce
Merge pull request #223156 from fabaff/accessible-pygments-bump
python310Packages.accessible-pygments: 0.0.3 -> 0.0.4
2023-03-25 19:54:01 -05:00
Yureka
f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Yureka
f3a1640e49 docs/rust: add note about git dependencies 2023-03-26 01:52:04 +01:00
Yureka
4329de1264 rustPlatform.fetchCargoTarball: fail on git dependencies
The reason is that we can not expect the extended logic run on git
dependencies starting from Cargo 1.68 to be reproducible in future
 versions, and thus the output hash would not be sufficiently stable.
https://github.com/rust-lang/cargo/pull/11414
2023-03-26 01:52:03 +01:00
Matthieu Coudron
0cd595cdb3 buildLuaPackage: throw instead of marking as broken package
hopefully makes the output of nixpkgs-review more sensible.

Lua package sets are different and it makes more sense than for other
languages for packages to not be supported in specific package sets.
2023-03-26 01:45:24 +01:00
Mario Rodas
15ac0abbe6
Merge pull request #223038 from qowoz/crun
crun: 1.8.2 -> 1.8.3
2023-03-25 19:33:31 -05:00
Fabian Affolter
c842de8cb7
Merge pull request #223099 from fabaff/scmrepo-bump
python310Packages.scmrepo: 0.1.16 -> 0.1.17
2023-03-26 00:39:03 +01:00
Fabian Affolter
f42ca08e3a
Merge pull request #223100 from fabaff/qovery-cli-bump
qovery-cli: 0.52.2 -> 0.53.1
2023-03-26 00:38:57 +01:00
Fabian Affolter
f05cac8e20
Merge pull request #223139 from fabaff/identify-bump
python310Packages.identify: 2.5.21 -> 2.5.22
2023-03-26 00:38:18 +01:00
Fabian Affolter
68f0fea291
Merge pull request #223140 from fabaff/mailchecker-bump
python310Packages.mailchecker: 5.0.7 -> 5.0.8
2023-03-26 00:38:06 +01:00
Fabian Affolter
29982f8032
Merge pull request #223141 from fabaff/exploitdb-bump
exploitdb: 2023-03-23 -> 2023-03-25
2023-03-26 00:37:56 +01:00
Fabian Affolter
872ce1624d
Merge pull request #223136 from fabaff/yalexs-ble-bump
python310Packages.yalexs-ble: 2.1.2 -> 2.1.4
2023-03-26 00:26:31 +01:00
Fabian Affolter
5f11d982d1 python310Packages.accessible-pygments: 0.0.3 -> 0.0.4
Changelog: https://github.com/Quansight-Labs/accessible-pygments/raw/v0.0.4/CHANGELOG.md
2023-03-26 00:17:19 +01:00
Fabian Affolter
932391ea3a python310Packages.aio-pika: 9.0.4 -> 9.0.5
Changelog: https://github.com/mosquito/aio-pika/blob/9.0.5/CHANGELOG.md
2023-03-26 00:16:19 +01:00
Yureka
34aef860a5 cjdns: use system libsodium 2023-03-26 00:02:42 +01:00
Yureka
5ce282e57e rustPlatform.importCargoLock: follow symlinks when copying tree
fixes build when git dependencies contain symlinks into parent directory

needed for libdeltachat
2023-03-26 00:02:16 +01:00
Yureka
37b31d4a2f rustPlatform.importCargoLock: always fetch submodules when builtins.fetchGit is used 2023-03-26 00:02:16 +01:00
Yureka
f4f4c8bca2 maintainers/scripts/convert-to-import-cargo-lock: fetch submodules 2023-03-26 00:02:16 +01:00
Yureka
34c848fe08 maintainers/scripts/convert-to-import-cargo-lock: don't add duplicate outputHashes 2023-03-26 00:02:15 +01:00
Winter
7130282976 maintainers/scripts/convert-to-import-cargo-lock: init 2023-03-26 00:02:15 +01:00
Fabian Affolter
2f0ff93fcf
Merge pull request #222585 from fabaff/yara-bump
yara: 4.2.3 -> 4.3.0
2023-03-25 23:50:06 +01:00
tomberek
d95b3878d6
Merge pull request #222898 from drupol/bump/tailscale-1-38-2
tailscale: 1.38.1 -> 1.38.2
2023-03-25 18:48:49 -04:00
Fabian Affolter
bb4dbd0287 metasploit: 6.3.8 -> 6.3.9 2023-03-25 23:17:23 +01:00
figsoda
78bc6faf84 rust-script: 0.22.0 -> 0.23.0
Diff: https://github.com/fornwall/rust-script/compare/0.22.0...0.23.0
2023-03-25 18:15:05 -04:00
Fabian Affolter
2a11177612 exploitdb: 2023-03-23 -> 2023-03-25
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2023-03-23...2023-03-25
2023-03-25 23:08:27 +01:00
Fabian Affolter
f956c79911 python310Packages.identify: 2.5.21 -> 2.5.22
Diff: https://github.com/pre-commit/identify/compare/v2.5.21...v2.5.22
2023-03-25 23:06:18 +01:00
Fabian Affolter
6c2206c8f0 python310Packages.mailchecker: 5.0.7 -> 5.0.8
Changelog: https://github.com/FGRibreau/mailchecker/blob/v5.0.8/CHANGELOG.md
2023-03-25 23:05:21 +01:00
enc0urage
1a173c8942 cowsay: add COWPATH wrapper 2023-03-25 19:02:13 -03:00
figsoda
7d1420d5a9
Merge pull request #223105 from Atemu/update/jc
jc: 1.23.0 -> 1.23.1
2023-03-25 16:57:35 -04:00
figsoda
a660b6b369
Merge pull request #223110 from marsam/update-esbuild
esbuild: 0.17.12 -> 0.17.13
2023-03-25 16:44:29 -04:00
figsoda
af60283a44
Merge pull request #223116 from r-ryantm/auto-update/ginkgo
ginkgo: 2.9.1 -> 2.9.2
2023-03-25 16:41:26 -04:00
Michele Guerini Rocco
89b16f1c93
Merge pull request #223096 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.8.2 -> 4.8.3
2023-03-25 21:23:04 +01:00
Artturi
b213126ec0
Merge pull request #222766 from Artturin/fix-different-store 2023-03-25 22:17:07 +02:00
Sergei Trofimovich
8af7032afa
Merge pull request #223049 from trofi/xorg.mkfontscale-update
xorg.mkfontscale: 1.2.1 -> 1.2.2
2023-03-25 20:07:52 +00:00
7c6f434c
891269a796
Merge pull request #223113 from markus1189/visidata-2-11
visidata: 2.10.2 -> 2.11
2023-03-25 20:07:33 +00:00
Fabian Affolter
66d1370117 python310Packages.yalexs-ble: 2.1.2 -> 2.1.4
Changelog: https://github.com/bdraco/yalexs-ble/blob/v2.1.4/CHANGELOG.md
2023-03-25 21:02:38 +01:00
figsoda
b539901817 cargo-expand: 1.0.43 -> 1.0.46
Diff: https://github.com/dtolnay/cargo-expand/compare/1.0.43...1.0.46

Changelog: https://github.com/dtolnay/cargo-expand/releases/tag/1.0.46
2023-03-25 15:58:16 -04:00
Lin Jian
4482c70530 nixos/kanata: notify systemd when starting up is finished
- set service type to notify
- allow unix socket which is needed by systemd notify
2023-03-25 20:56:48 +01:00
Lin Jian
a7717edb07 kanata: 1.2.0 -> 1.3.0
Also install an icon.
2023-03-25 20:56:48 +01:00
Artturi
0fc009e24c
Merge pull request #222227 from Artturin/crossfixes5 2023-03-25 21:29:44 +02:00
Ilan Joselevich
ef51ad5542
Merge pull request #222509 from pinpox/river-luatile
river-luatile: init at v0.1.1
2023-03-25 22:26:35 +03:00