Commit Graph

483759 Commits

Author SHA1 Message Date
Lily Foster
eac4e4801b
Merge pull request #230188 from arjan-s/ntfy-fix-node14
ntfy-sh: build node dependencies with nodejs_18
2023-05-12 13:10:06 -04:00
Martin Weinelt
1d7b09e984
Merge pull request #231093 from iblech/patch-whitebophir-node20
whitebophir: upgrade from nodejs_16 to nodejs_20
2023-05-12 19:07:12 +02:00
Martin Weinelt
474db646de
Merge pull request #231102 from iblech/patch-ethercalc-nodejs20
ethercalc: upgrade from nodejs_14 to nodejs_20
2023-05-12 19:06:47 +02:00
Robert Helgesson
0e2b377970 mimeo: 2022.7 -> 2023 2023-05-12 19:03:21 +02:00
Sandro
a5ca94c021
Merge pull request #227669 from hadilq/androidenv-put-a-much-nicer-error-message-that-includes-the-available-options
androidenv: raise a much nicer error message
2023-05-12 18:51:49 +02:00
Pierre Bourdon
28408821dc
sfizz: 1.2.0 -> 1.2.1 2023-05-12 18:33:37 +02:00
Robert Helgesson
8050cacb9e carlito: 20130920 -> 20230309 2023-05-12 18:23:24 +02:00
Martin Weinelt
a9d8cb2c16
Merge pull request #230821 from pmiddend/pyca-update
pyCA: 2.1 -> 4.5
2023-05-12 18:15:38 +02:00
Martin Weinelt
5986bdd35e
gitea-actions-runner: 0.1.2 -> 0.1.8
https://gitea.com/gitea/act_runner/releases/tag/v0.1.3
https://gitea.com/gitea/act_runner/releases/tag/v0.1.4
https://gitea.com/gitea/act_runner/releases/tag/v0.1.5
https://gitea.com/gitea/act_runner/releases/tag/v0.1.6
https://gitea.com/gitea/act_runner/releases/tag/v0.1.7
https://gitea.com/gitea/act_runner/releases/tag/v0.1.8
2023-05-12 18:12:22 +02:00
Robert Helgesson
162d87100b gentium: 6.101 -> 6.200 2023-05-12 18:10:40 +02:00
Nick Cao
cbfad2969a
Merge pull request #230965 from GaetanLepage/julia-bin
julia-bin: 1.8.5 -> 1.9.0
2023-05-13 00:06:11 +08:00
Katze
dfb8a2a7c4
nixos/syncplay: add saltFile and extraArgs option (#220096)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-12 18:01:33 +02:00
Martin Weinelt
1c80c494ca
Merge pull request #228422 from mweinelt/gitea-actions-runner-module
nixos/gitea-actions-runner: init
2023-05-12 17:54:16 +02:00
Martin Weinelt
7bbda7a7a1
Merge pull request #231451 from drupol/openvscode-server/bump-may-2023
openvscode-server: 1.77.1 -> 1.78.1
2023-05-12 17:50:46 +02:00
Martin Weinelt
1d8e8b6958 freeradius: build with openssl 3.0 2023-05-12 17:44:32 +02:00
figsoda
187c93d636 hvm: 1.0.0 -> 1.0.8
Diff: https://diff.rs/hvm/1.0.0/1.0.8
2023-05-12 11:43:34 -04:00
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
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
29639f61d8
Merge pull request #231442 from SuperSandro2000/dnscontrol
dnscontrol: 3.31.3 -> 3.31.4
2023-05-12 09:23:21 -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
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
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
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