Commit Graph

482285 Commits

Author SHA1 Message Date
R. Ryantm
a43f655bff ppsspp-sdl: 1.15.2 -> 1.15.3 2023-05-08 13:11:38 -03:00
R. Ryantm
0cf8791b0d bootspec: 0.1.0 -> 0.2.0 2023-05-08 08:50:33 -07:00
Robert Hensing
cacd4e7ea6
Merge pull request #230668 from alyssais/inputDerivation-allowed
stdenv: fix inputDerivation with allowed refs
2023-05-08 17:49:14 +02:00
Jonas Heinrich
1cd04e096f
Merge pull request #230506 from r-ryantm/auto-update/python310Packages.torchmetrics
python310Packages.torchmetrics: 0.11.3 -> 0.11.4
2023-05-08 17:34:03 +02:00
Jonas Heinrich
4a1572a560
Merge pull request #230513 from r-ryantm/auto-update/yubikey-manager-qt
yubikey-manager-qt: 1.2.4 -> 1.2.5
2023-05-08 17:21:07 +02:00
Jonas Heinrich
0323945093
Merge pull request #230521 from r-ryantm/auto-update/python310Packages.pytorch-lightning
python310Packages.pytorch-lightning: 1.9.3 -> 2.0.2
2023-05-08 17:14:40 +02:00
markuskowa
2b54d8d84b
Merge pull request #230671 from markuskowa/upd-nwchem
nwchem: 7.0.2 -> 7.2.0
2023-05-08 17:03:50 +02:00
Sandro
69b81aff5f
Merge pull request #228935 from 2gn/add-wayback 2023-05-08 16:42:25 +02:00
Theo Paris
025062c31f
nodejs: 20.0.0 -> 20.1.0 (#229774) 2023-05-08 16:41:06 +02:00
Phillip Cloud
4b7bda4937
snowsql: 1.2.23 -> 1.2.26 (#230504)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-08 16:35:37 +02:00
Sandro
2e5e7f62f4
Merge pull request #230676 from NixOS/230158-typo 2023-05-08 16:32:13 +02:00
Jonas Heinrich
bb34b50cea
Merge pull request #230527 from markuskowa/upd-texmaker
texmaker: 5.1.3 -> 5.1.4
2023-05-08 16:20:39 +02:00
Ryan Lahfa
6d69f3e3e1
Merge pull request #230678 from alyssais/linux-6.4-rc1
linux_testing: 6.3-rc7 -> 6.4-rc1
2023-05-08 16:15:23 +02:00
Jonas Heinrich
332b56b4a2
Merge pull request #230554 from azahi/moonlander
moonlander: init at unstable-2021-05-23
2023-05-08 16:12:50 +02:00
Ryan Lahfa
98167d573d
Merge pull request #229313 from mped-oticon/mped_proxmox_assert
nixos/proxmox-image: Disable O_DIRECT to fix assert when writing to tmpfs
2023-05-08 16:11:40 +02:00
Jonas Heinrich
d57e7ca1de
Merge pull request #230572 from r-ryantm/auto-update/lilypond-unstable
lilypond-unstable: 2.25.3 -> 2.25.4
2023-05-08 16:05:03 +02:00
Artturi
479ea4fc2e
Merge pull request #230681 from bobby285271/upd/vscodium 2023-05-08 16:57:51 +03:00
Jonas Heinrich
49d0950476
Merge pull request #230579 from r-ryantm/auto-update/dprint
dprint: 0.34.5 -> 0.36.1
2023-05-08 15:55:46 +02:00
2gn
142ca91f36 wayback: init at v0.19.1
removed trailing whitespace
replaced google-chrome with chromium (by @Tungsten842)
updated licence from gpl3 to gpl3Plus (by @natsukium)
removed dot at the end of the description (by @natsukium)
moved vendorHash and doCheck down (by @supersandro2000)

Co-authored-by: OTABI Tomoya <tomoya.otabi@gmail.com>
Co-authored-by: Tungsten842 <quantmint@protonmail.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-05-08 22:46:47 +09:00
figsoda
5dbdaeb5e8
Merge pull request #230643 from aktaboot/add-vim-horizon
vimPlugins.vim-horizon: init at 2023-03-17
2023-05-08 09:30:22 -04:00
Maximilian Bosch
a20d7d3830
Merge pull request #230656 from dawidd6/patch-1
vorta: install symbolic icon
2023-05-08 15:29:11 +02:00
Weijia Wang
3a663813e0
Merge pull request #228803 from wegank/wandb-fix
python310Packages.wandb: disable more tests
2023-05-08 16:28:08 +03:00
Bobby Rong
410e3820cd
vscodium: Fix darwin build
https://hydra.nixos.org/build/219075106/nixlog/1
2023-05-08 21:19:31 +08:00
Alyssa Ross
86eb7dfb25
linux_testing: 6.3-rc7 -> 6.4-rc1 2023-05-08 13:06:56 +00:00
Atemu
cb0f64e45d
Merge pull request #230665 from alyssais/iso-image-targetPlatform
nixos/iso-image: targetPlatform -> hostPlatform
2023-05-08 15:06:48 +02:00
Alyssa Ross
da41baa989 llvmPackages_latest: 14.0.6 -> 16.0.1 2023-05-08 13:05:33 +00:00
Alyssa Ross
ecc1ec2c72 llvmPackages_latest: move to aliases.nix
Because llvmPackages_latest is used in Nixpkgs, by quite a few
packages, it's difficult to keep it up to date, because updating it
requires some level of confidence that every package that uses it is
going to keep working after the update.  The result of this is that
llvmPackages_latest is not updated, and so we end up in the situation
that "latest" is two versions older than the latest version we
actually provide.  This is confusing and unexpected.

"But won't this end up fragmenting our LLVM versions, if every package
previously using _latest is separately pinned to LLVM 14?", I hear you
ask.  No.  That fragmentation is already happening, even with an
llvmPackages_latest, because packages that actually require the
_latest_ version of LLVM (15/16), have already been decoupled from
llvmPackages_latest since it hasn't been upgraded.  So like it or not,
we can't escape packages depending on specific recent LLVMs.  The only
real fix is to get better at keeping the default LLVM up to
date (which I'm reasonably confident we're getting into a better
position to be feasibly better able to do).

So, unless we want to double down on providing a confusingly named
"llvmPackages_latest" attribute that refers to some arbitrary LLVM
version that's probably not the latest one (or even the latest one
available in Nixpkgs), we only have two options here: either we don't
provide such an attribute at all, or we don't use it in Nixpkgs so we
don't become scared to bump it as soon as we have a new LLVM available.
2023-05-08 13:05:33 +00:00
José Romildo Malaquias
10faf3335e
Merge pull request #230607 from bobby285271/upd/mate
MATE updates 2023-05-08
2023-05-08 09:59:32 -03:00
Sandro
a01513b8ac
nodePackages: fix typo in aliases 2023-05-08 14:58:31 +02:00
Sandro
136c30ca4d
Merge pull request #230500 from cpcloud/bump-trino-cli 2023-05-08 14:57:38 +02:00
Nick Cao
616b821fdb
Merge pull request #230629 from aaronjheng/starlark
starlark: unstable-2023-01-12 -> unstable-2023-03-02
2023-05-08 20:57:27 +08:00
Nick Cao
985284caac
Merge pull request #230628 from r-ryantm/auto-update/velero
velero: 1.10.2 -> 1.10.3
2023-05-08 20:56:43 +08:00
Nick Cao
98348a2319
Merge pull request #230622 from r-ryantm/auto-update/terragrunt
terragrunt: 0.45.8 -> 0.45.9
2023-05-08 20:56:14 +08:00
Nick Cao
2a74097b41
Merge pull request #230612 from r-ryantm/auto-update/rymdport
rymdport: 3.3.4 -> 3.3.5
2023-05-08 20:54:34 +08:00
Nick Cao
eb916d7b44
Merge pull request #230573 from r-ryantm/auto-update/freenect
freenect: 0.6.4 -> 0.7.0
2023-05-08 20:52:30 +08:00
Nick Cao
3e113d10b9
Merge pull request #230640 from r-ryantm/auto-update/odo
odo: 3.9.0 -> 3.10.0
2023-05-08 20:51:40 +08:00
Mario Rodas
ae888b0b18
Merge pull request #230661 from marsam/update-gallery-dl
gallery-dl: 1.25.3 -> 1.25.4
2023-05-08 07:51:20 -05:00
Nick Cao
4f476063bf
Merge pull request #230655 from r-ryantm/auto-update/libgen-cli
libgen-cli: 1.0.9 -> 1.0.10
2023-05-08 20:50:50 +08:00
Nick Cao
3d0d0a8d5d
Merge pull request #230657 from r-ryantm/auto-update/goreleaser
goreleaser: 1.18.1 -> 1.18.2
2023-05-08 20:50:02 +08:00
Nick Cao
6046510746
Merge pull request #230662 from marsam/update-chat-downloader
chat-downloader: 0.2.4 -> 0.2.5
2023-05-08 20:48:36 +08:00
Weijia Wang
6a139314d8
Merge pull request #230653 from wineee/nixos/release.nix
nixos/release: add deepin closure
2023-05-08 15:47:47 +03:00
Naïm Favier
6674b8a6f1
Merge pull request #230353 from ncfavier/defaultText-only
lib/options: fix rendering of options with only a defaultText
2023-05-08 14:38:35 +02:00
Domen Kožar
3206c61bc5
Merge pull request #230648 from domenkozar/nodePackages.dotenv-vault
Add nodePackages.dotenv-vault
2023-05-08 13:29:59 +01:00
Nick Cao
c96ede28d6
Merge pull request #230635 from r-ryantm/auto-update/aiac
aiac: 2.2.0 -> 2.4.0
2023-05-08 20:28:37 +08:00
Nick Cao
da1a6ffa2c
Merge pull request #230636 from QJoly/master
k9s: 0.27.3 -> 0.27.4
2023-05-08 20:28:02 +08:00
Nick Cao
aa7197b091
Merge pull request #230539 from OPNA2608/update/miriway
miriway: unstable-2023-03-17 -> unstable-2023-04-25
2023-05-08 20:27:47 +08:00
Markus Kowalewski
f4bd6710d7
nwchem: build with ILP64 support 2023-05-08 14:24:07 +02:00
Markus Kowalewski
d6b6fd9544
nwchem: enable new features (dftd3, libxc, plumed) 2023-05-08 14:24:07 +02:00
Mario Rodas
6ab2d1c392
Merge pull request #230483 from r-ryantm/auto-update/flyway
flyway: 9.16.1 -> 9.17.0
2023-05-08 07:18:44 -05:00
Jörg Thalheim
3228c83963
Merge pull request #230641 from Mic92/envfs
nixos/envfs: make mounts non-critical
2023-05-08 13:15:52 +01:00