Commit Graph
483645 Commits
Author SHA1 Message Date
gador fa770eff59 pgadmin4: 7.0 -> 7.1
Upstream has changed their `yarn.lock` file format to v2.
This introduces complications with nixpkgs, which needs the v1
file format. There is also a number of problems with the v2 version
(e.g. reproducibility or missing integrity fields) which makes the
direct use of v2 lockfile impossible.

Due to this change, we will need to convert the lockfile beforehand
and add it to nixpkgs. Due to issues with reproducibility it isn't
feasable to convert the lockfile within the `pgadmin` derivation.

For this commit I added the converted `yarn.lock` file and will add the
corresponding update script, once #231687 has been merged. (This adds
the tool to convert most of the v2 file to v1 and adds metadata to the
lockfile)

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2023-05-15 10:59:39 +02:00
figsodaandGitHub 4c11be3b1a Merge pull request #231091 from figsoda/lurk 2023-05-12 14:32:45 -04:00
YtandGitHub 1ff9f9086a nodePackages: update to latest versions (#231493) 2023-05-12 14:14:45 -04:00
ArtturiandGitHub f5305ac09b Merge pull request #231491 from mweinelt/freeradius-openssl3 2023-05-12 21:04:06 +03:00
SandroandGitHub 587ac4e842 Merge pull request #231501 from delroth/sfizz-zhf
sfizz: 1.2.0 -> 1.2.1
2023-05-12 19:31:29 +02:00
SandroandGitHub 7e7c514e82 Merge pull request #231159 from drupol/vscode/add-vscode-coder-extension
vscode-extensions.coder.coder-remote: init at 0.1.18
2023-05-12 19:19:12 +02:00
Lily FosterandGitHub 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 WeineltandGitHub 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 WeineltandGitHub 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
SandroandGitHub 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 WeineltandGitHub a9d8cb2c16 Merge pull request #230821 from pmiddend/pyca-update
pyCA: 2.1 -> 4.5
2023-05-12 18:15:38 +02:00
Robert Helgesson 162d87100b gentium: 6.101 -> 6.200 2023-05-12 18:10:40 +02:00
Nick CaoandGitHub 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
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 WeineltandGitHub 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 WeineltandGitHub 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
figsodaandMatthieu Coudron 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
SandroandGitHub b22c35f05b Merge pull request #227059 from ppom0/slskd-init 2023-05-12 16:53:04 +02:00
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 GalowiczandGitHub cc8e4ed375 Merge pull request #225313 from hercules-ci/testers-runNixOSTest
testers.runNixOSTest: init
2023-05-12 16:04:26 +02:00
SandroandGitHub 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
figsodaandGitHub 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
figsodaandGitHub 29639f61d8 Merge pull request #231442 from SuperSandro2000/dnscontrol
dnscontrol: 3.31.3 -> 3.31.4
2023-05-12 09:23:21 -04:00
SandroandGitHub 64ef58cf89 Merge pull request #220825 from PanAeon/coltrane-init 2023-05-12 14:55:18 +02:00
SandroandGitHub 3a51be4127 Merge pull request #229114 from natsukium/pylyzer/init 2023-05-12 14:52:02 +02:00
Mario RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub 55805f9a7b Merge pull request #231438 from dawidd6/patch-1
quickemu: install man pages
2023-05-12 06:55:40 -05:00
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 RodasandGitHub 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 RodasandGitHub 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 RodasandGitHub abaa9fe9d1 Merge pull request #231300 from QJoly/master
kubeshark: 40.1 -> 40.2
2023-05-12 06:34:23 -05:00
Mario RodasandGitHub 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 RodasandGitHub 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 WangandGitHub 195e6dc214 Merge pull request #231437 from divanorama/bazel_6_darwin
bazel_6: fix darwin build
2023-05-12 14:18:37 +03:00
Martin WeineltandGitHub 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