Commit Graph

467790 Commits

Author SHA1 Message Date
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
Sandro Jäckel
9b1c6cc98d
odoo: 20220506 -> 20230317 2023-03-26 03:54:58 +02: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
Robert Schütz
f32cc8d48c matrix-synapse: remove old comment 2023-03-25 18:15:15 -07: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
1e9adf3b4e
python310Packages.roombapy: add changelog to meta 2023-03-26 01:01:11 +01:00
Fabian Affolter
ff1488f2a5 python310Packages.roombapy: 1.6.6 -> 1.6.7 2023-03-26 00:58:00 +01:00
Fabian Affolter
c1d66cc9f6 python310Packages.getmac: 0.9.2 -> 0.9.3
Changelog: https://github.com/GhostofGoes/getmac/blob/0.9.3/CHANGELOG.md
2023-03-26 00:51:43 +01:00
Orivej Desh
49ad9ffdae sonivox: init at 3.6.11 2023-03-25 23:50:01 +00: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
Fredrik Bergroth
c484d7a516 tessen: unstable-2022-08-04 -> 2.2.0 2023-03-25 23:13:59 +01: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
Fabian Affolter
38ceedbbec
python310Packages.pynuki: add changelog to meta 2023-03-25 23:02:13 +01:00
enc0urage
1a173c8942 cowsay: add COWPATH wrapper 2023-03-25 19:02:13 -03:00
Weijia Wang
3f32b063ae bombono: migrate to scons_latest 2023-03-25 23:28:26 +02: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
R. Ryantm
2cc69e245a libcef: 110.0.27 -> 111.2.6 2023-03-25 20:09:46 +00:00
Atemu
d8f58908ce nixos/opengl: mesa_22 -> mesa_23 2023-03-25 21:08:50 +01:00
Atemu
33a700b406 mesa: provide patch versions
This allows us to bump the mesa attribute (used by many packages, see
https://github.com/NixOS/nixpkgs/issues/218232) independently from the packages
used by NixOS users.
2023-03-25 21:08:50 +01:00