Commit Graph

484225 Commits

Author SHA1 Message Date
figsoda
c5a14edd58 ytfzf: switch to ueberzugpp
upstream now recommends ueberzugpp since v2.6.0
2023-05-12 17:38:43 +02:00
Alyssa Ross
46cb0eb1a9 rustPlatform.rust: deprecate
It is almost never correct to use these attributes, because they don't
work correctly with splicing.  Compare:

	% nix repl -f . --argstr crossSystem aarch64-linux
	Welcome to Nix 2.10.3. Type :? for help.

	Loading installable ''...
	Added 18988 variables.
	nix-repl> callPackage ({ stdenv, rustc }: (stdenv.mkDerivation { name = ""; nativeBuildInputs = [ rustc ]; }).nativeBuildInputs) {}
	«derivation /nix/store/bjrkg8kcq3hvg5kb03ivb856zy91qpbk-aarch64-unknown-linux-gnu-rustc-1.69.0.drv» ]

	nix-repl> callPackage ({ stdenv, rustPlatform }: (stdenv.mkDerivation { name = ""; nativeBuildInputs = [ rustPlatform.rust.rustc ]; }).nativeBuildInputs) {}
	«derivation /nix/store/ra5r07j52y7akclr827r3dzxzvqnvfbl-rustc-1.69.0.drv» ]

I'm not sure this is fixable.  I don't think it's worth keeping them
around considering we have top level attributes.  It makes overriding
slightly more annoying, but only slightly.
2023-05-12 15:31:21 +00:00
Alyssa Ross
5e06b3cb19 treewide: don't use rustPlatform.rust
This will be deprecated in the next commit.
2023-05-12 15:31:21 +00:00
Sandro
b22c35f05b
Merge pull request #227059 from ppom0/slskd-init 2023-05-12 16:53:04 +02:00
Nick Wilburn
e31a5e4c7b zarf: 0.26.2 -> 0.26.3 2023-05-12 09:29:25 -05:00
Philipp Mildenberger
e12fdc26c6
frei0r: 1.7.0 -> 1.8.0, fix/add cudaSupport (#226666)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-12 16:05:15 +02:00
Jacek Galowicz
cc8e4ed375
Merge pull request #225313 from hercules-ci/testers-runNixOSTest
testers.runNixOSTest: init
2023-05-12 16:04:26 +02:00
Sandro
1f4ba79877
Merge pull request #229851 from raphaelr/mknugetsource-without-nuget 2023-05-12 16:04:20 +02:00
Gaetan Lepage
242173b0f2 julia-bin: 1.8.5 -> 1.9.0 2023-05-12 15:50:31 +02:00
figsoda
9eff6f4469
Merge pull request #231466 from r-ryantm/auto-update/ytfzf
ytfzf: 2.5.5 -> 2.6.0
2023-05-12 09:39:33 -04:00
Dmitry Ivankov
5a14400712 bazel_6: 6.1.2 -> 6.2.0
https://github.com/bazelbuild/bazel/releases/tag/6.2.0
2023-05-12 15:33:48 +02:00
figsoda
fbd72efa2f dagger: fix version test 2023-05-12 09:30:34 -04:00
figsoda
29639f61d8
Merge pull request #231442 from SuperSandro2000/dnscontrol
dnscontrol: 3.31.3 -> 3.31.4
2023-05-12 09:23:21 -04:00
figsoda
758cef42fd diffsitter: remove completions binary 2023-05-12 09:19:03 -04:00
figsoda
25ea71a00b nerdfix: 0.2.3 -> 0.3.0
Diff: https://github.com/loichyan/nerdfix/compare/v0.2.3...v0.3.0

Changelog: https://github.com/loichyan/nerdfix/blob/v0.3.0/CHANGELOG.md
2023-05-12 09:13:16 -04:00
hacker1024
ff9c888297 flutter: Move applications back to 3.7 2023-05-12 23:09:41 +10:00
hacker1024
6af167f231 flutter: Keep 3.7 available 2023-05-12 23:09:41 +10:00
hacker1024
97b7363358 flutter: Append to search paths in the wrapper
Appending to search paths allows dependencies to be replaced at runtime.

This is useful, for example, to the Dart packaging mechanism, which supplies a wrapped version of Git that spoofs cached Git package revisions for Pub.
2023-05-12 23:09:41 +10:00
hacker1024
fdbb342402 dart: Properly set the dependency list derivation name 2023-05-12 23:09:41 +10:00
hacker1024
b511926a89 dart: Use doPubGet when generating the dependency list 2023-05-12 23:09:41 +10:00
hacker1024
7f36f6e96b flutter: 3.7.12 -> 3.10.0 2023-05-12 23:09:41 +10:00
hacker1024
49ce83d5b4 dart: Spoof Git dependency version checks 2023-05-12 23:04:33 +10:00
hacker1024
4f4359d6ca dart: 2.19.6 -> 3.0.0 2023-05-12 23:02:52 +10:00
Sandro
64ef58cf89
Merge pull request #220825 from PanAeon/coltrane-init 2023-05-12 14:55:18 +02:00
Sandro
3a51be4127
Merge pull request #229114 from natsukium/pylyzer/init 2023-05-12 14:52:02 +02:00
Mario Rodas
24833dd608
Merge pull request #231456 from marsam/update-flexget
flexget: 3.6.3 -> 3.7.0
2023-05-12 07:38:24 -05:00
Philipp Middendorf
8b54d13aac pyCA: 2.1 -> 4.5 2023-05-12 14:38:21 +02:00
Antoine Labarussias
25b0b03f98
kube-linter: 0.6.1 -> 0.6.3 2023-05-12 14:35:55 +02:00
Mario Rodas
0ad4e41995
Merge pull request #231453 from fabaff/vehicle-bump
python311Packages.vehicle: 1.0.0 -> 1.0.1
2023-05-12 07:11:32 -05:00
R. Ryantm
a483b40f2c ytfzf: 2.5.5 -> 2.6.0 2023-05-12 12:10:04 +00:00
Mario Rodas
f8a17e09f6
Merge pull request #231390 from r-ryantm/auto-update/cloud-nuke
cloud-nuke: 0.30.0 -> 0.31.1
2023-05-12 07:08:39 -05:00
Mario Rodas
5322ff7669
Merge pull request #231376 from r-ryantm/auto-update/python310Packages.trimesh
python310Packages.trimesh: 3.21.2 -> 3.21.6
2023-05-12 07:08:23 -05:00
github-actions[bot]
30ae8398a9
Merge master into staging-next 2023-05-12 12:01:26 +00:00
Mario Rodas
cdf4ba8aed
Merge pull request #231422 from r-ryantm/auto-update/python310Packages.jdatetime
python310Packages.jdatetime: 4.1.0 -> 4.1.1
2023-05-12 06:58:45 -05:00
Mario Rodas
71a1bf025c
Merge pull request #231420 from r-ryantm/auto-update/python310Packages.pika
python310Packages.pika: 1.3.1 -> 1.3.2
2023-05-12 06:58:25 -05:00
Mario Rodas
e00a337856
Merge pull request #231448 from r-ryantm/auto-update/mob
mob: 4.4.1 -> 4.4.2
2023-05-12 06:56:17 -05:00
Mario Rodas
55805f9a7b
Merge pull request #231438 from dawidd6/patch-1
quickemu: install man pages
2023-05-12 06:55:40 -05:00
R. Ryantm
f889c5e527 terminal-stocks: 1.0.15 -> 1.0.16 2023-05-12 11:50:57 +00:00
Marigold-infrabot
9c2e30bd1e
ligo: 0.64.2 -> 0.65.0 (#231142)
* ligo: 0.64.2 -> 0.65.0

* ligo: make compatible with hacl-star 0.7.0 again

* ligo: Remove broken changelog generation

---------

Co-authored-by: Laurent CaniBot <laurent@marigold.dev>
Co-authored-by: Ulrik Strid <ulrik.strid@outlook.com>
2023-05-12 13:37:12 +02:00
Mario Rodas
4ff08263f0
Merge pull request #231170 from Alizter/ps/branch/git_ps_rs__6_6_0____6_6_1
git-ps-rs: 6.6.0 -> 6.7.0
2023-05-12 06:36:56 -05:00
Mario Rodas
9b603792fe
Merge pull request #231305 from figsoda/cargo-edit
cargo-edit: 0.11.9 -> 0.11.11
2023-05-12 06:34:42 -05:00
Mario Rodas
abaa9fe9d1
Merge pull request #231300 from QJoly/master
kubeshark: 40.1 -> 40.2
2023-05-12 06:34:23 -05:00
Mario Rodas
4b828317d6
Merge pull request #231446 from fabaff/nuclei-bump
nuclei: 2.9.3 -> 2.9.4
2023-05-12 06:33:54 -05:00
Mario Rodas
984a07f85a
Merge pull request #231383 from natsukium/langchain/update
python3Packages.langchain: 0.0.163 -> 0.0.166
2023-05-12 06:33:33 -05:00
Weijia Wang
195e6dc214
Merge pull request #231437 from divanorama/bazel_6_darwin
bazel_6: fix darwin build
2023-05-12 14:18:37 +03:00
Fabian Affolter
c5a6387899 python311Packages.pysigma: 0.9.8 -> 0.9.9
Diff: https://github.com/SigmaHQ/pySigma/compare/refs/tags/v0.9.8...v0.9.9

Changelog: https://github.com/SigmaHQ/pySigma/releases/tag/v0.9.9
2023-05-12 13:11:16 +02:00
Martin Weinelt
2ef25d3cff
Merge pull request #231381 from mweinelt/inlinestyler-0.2.5
python310Packages.inlinestyler: init at 0.2.5
2023-05-12 13:09:03 +02:00
R. Ryantm
022973cdf1 minizinc: 2.7.3 -> 2.7.4 2023-05-12 11:08:49 +00:00
R. Ryantm
f216d5b215 diffsitter: 0.7.3 -> 0.8.0 2023-05-12 11:08:04 +00:00
Fabian Affolter
fffb630e55 python311Packages.python-roborock: 0.15.0 -> 0.17.3
Diff: https://github.com/humbertogontijo/python-roborock/compare/refs/tags/v0.15.0...v0.17.3

Changelog: https://github.com/humbertogontijo/python-roborock/blob/v0.17.3/CHANGELOG.md
2023-05-12 13:08:03 +02:00