Commit Graph
613367 Commits
Author SHA1 Message Date
Mario RodasandGitHub 26594c44f5 Merge pull request #304208 from marsam/update-nodejs_18
nodejs_18: 18.20.1 -> 18.20.2
2024-04-15 06:50:06 -05:00
R. Ryantm e2ae18a7f3 walker: 0.0.68 -> 0.0.70 2024-04-15 11:34:55 +00:00
Harsh ShandilyaandMaxine Aubrey cde53c12dc gnomeExtensions: remove GNOME 46 extensions from the default set
Fixes #304236
2024-04-15 11:33:49 +00:00
Paul MeyerandGitHub 91c8415001 Merge pull request #304228 from msanft/uplosi/0.2.0
uplosi: 0.1.3 -> 0.2.0
2024-04-15 13:32:06 +02:00
Robert HensingandGitHub 6763022183 Merge pull request #304213 from lf-/jade/fixed-fixed-output-derivations-inputDerivation
stdenv: make inputDerivation never fixed-output
2024-04-15 13:12:35 +02:00
GetPsyched efc63496b6 atlauncher: 3.4.35.9 -> 3.4.36.3 2024-04-15 16:39:39 +05:30
adisbladisandGitHub 2f65ff0a7b Merge pull request #300459 from pinpox/update-orca-slicer-2.0-newn
orca-slicer: 1.9.1 -> 2.0.0
2024-04-15 23:06:39 +12:00
Hrishikesh Barman 43487d0f4b fixup! goose: update test skip list with newer tests 2024-04-15 16:20:11 +05:30
sternenseemann fde3861f21 wrapCC: check darwin-ness for -mcpu/-march based on targetPlatform
`stdenv.is*` defaults to `hostPlatform` which is technically incorrect
here, since what we are gating concerns the target platform only.

This would be a problem in practice if cross compiling from
x86_64-darwin to aarch64-darwin whilst using gcc which is probably
rare enough.
2024-04-15 12:49:29 +02:00
Hrishikesh Barman 9ba7ce51e2 goose: update test skip list with newer tests
fixes #302629

After updating from `3.15.0 -> 3.19.2` build for `goose` was failing.
This was due to the tests failing esp on integration tests which
required the docker darmon to be running.

Tests with similar nature were already skipped, but on the upgraded
version newer integration tests were added. This change adds these
changes to the test skip list aswell.

Skip following tests which require a docker daemon to be running
- TestLockModeAdvisorySession
- TestDialectStore
- TestGoMigrationStats
- TestPostgresSessionLocker

Links:
- Commit adding the new integration tests: https://github.com/pressly/goose/commit/b2c483ada4b3450f4b95396455aaae33c42d2b78
2024-04-15 16:08:20 +05:30
R. Ryantm a227e07e6d poethepoet: 0.25.0 -> 0.25.1 2024-04-15 10:37:28 +00:00
Fabian Affolter 0696b0637a python312Packages.lxml-html-clean: init at 0.1.1
Separate project for HTML cleaning functionalities copied from lxml.html.clean

https://github.com/fedora-python/lxml_html_clean/
2024-04-15 12:24:54 +02:00
Ulrik StridandGitHub 20a3a21814 Merge pull request #300257 from mschwaig/fix-mivisionx
rocmPackages_5.mivisionx: fix build
2024-04-15 12:15:48 +02:00
José Romildo MalaquiasandGitHub c89e7f4851 Merge pull request #304102 from romildo/upd.colloid-gtk-theme
colloid-gtk-theme: new tweak: everforest
2024-04-15 07:07:20 -03:00
R. Ryantm 57695af495 deck: 1.36.2 -> 1.37.0 2024-04-15 09:58:01 +00:00
Thiago Kenji OkadaandGitHub dbc39d9134 Merge pull request #304217 from r-ryantm/auto-update/libretro.mame
libretro.mame: unstable-2024-04-05 -> unstable-2024-04-10
2024-04-15 10:51:07 +01:00
Thiago Kenji OkadaandGitHub 4d9a40b475 Merge pull request #304218 from r-ryantm/auto-update/libretro.flycast
libretro.flycast: unstable-2024-04-05 -> unstable-2024-04-12
2024-04-15 10:50:55 +01:00
Thiago Kenji OkadaandGitHub 58550f9328 Merge pull request #304219 from r-ryantm/auto-update/retroarch-joypad-autoconfig
retroarch-joypad-autoconfig: 1.18.0 -> 1.18.1
2024-04-15 10:50:38 +01:00
Fabian AffolterandGitHub 46f06ef1a7 Merge pull request #291431 from fabaff/influxdb3-python
python311Packages.influxdb3-python: init at 0.3.6
2024-04-15 11:49:36 +02:00
Moritz Sanft 908d0fba85 uplosi: 0.1.3 -> 0.2.0 2024-04-15 11:49:05 +02:00
Stefan Hojer 50af023d02 vendir: fix version number in binary
this is needed, so `minimumRequiredVersion` of vendir.yml works as
expected.
2024-04-15 11:45:18 +02:00
ners e7e99e2e21 jetbrains.clion: add missing dependencies 2024-04-15 11:11:42 +02:00
R. Ryantm 0e9b76dfa2 crunchy-cli: 3.3.4 -> 3.4.3 2024-04-15 09:09:38 +00:00
linsui 4edce53447 apksigner: 33.0.1 -> 34.0.5-unstable-2024-03-06 2024-04-15 17:07:18 +08:00
Markus Theil c803cb688f botan: 3.3.0 -> 3.4.0
Release notes:
https://botan.randombit.net/news.html#version-3-4-0-2024-04-08

Notables changes/fixes:

- Use a new method for constant time division in Kyber to avoid
  a possible side channel where the compiler inserts use of
  a variable time division. (GH #3959)
- Add Ed448 signatures and X448 key exchange (GH #3933)
- Fix a bug affecting use of SIV and CCM ciphers
  in the FFI interface. (GH #3971)

Signed-off-by: Markus Theil <theil.markus@gmail.com>
2024-04-15 10:58:21 +02:00
Thiago Kenji OkadaandGitHub 028c8cd0b4 Merge pull request #304212 from r-ryantm/auto-update/libretro.fbneo
libretro.fbneo: unstable-2024-04-08 -> unstable-2024-04-15
2024-04-15 09:54:30 +01:00
Thiago Kenji OkadaandGitHub fed601c546 Merge pull request #304211 from r-ryantm/auto-update/libretro.puae
libretro.puae: unstable-2024-02-22 -> unstable-2024-04-12
2024-04-15 09:54:04 +01:00
Thiago Kenji OkadaandGitHub d1cc86b878 Merge pull request #304207 from r-ryantm/auto-update/libretro.ppsspp
libretro.ppsspp: unstable-2024-04-09 -> unstable-2024-04-14
2024-04-15 09:53:44 +01:00
Thiago Kenji OkadaandGitHub 261d31ec33 Merge pull request #304206 from r-ryantm/auto-update/libretro.mame2003-plus
libretro.mame2003-plus: unstable-2024-04-09 -> unstable-2024-04-13
2024-04-15 09:53:25 +01:00
Thiago Kenji OkadaandGitHub 3795d26a76 Merge pull request #304201 from r-ryantm/auto-update/libretro.pcsx-rearmed
libretro.pcsx-rearmed: unstable-2024-04-06 -> unstable-2024-04-14
2024-04-15 09:53:06 +01:00
Thiago Kenji OkadaandGitHub 625402430c Merge pull request #304200 from r-ryantm/auto-update/libretro.beetle-psx-hw
libretro.beetle-psx-hw: unstable-2024-03-22 -> unstable-2024-04-12
2024-04-15 09:52:41 +01:00
Thiago Kenji OkadaandGitHub 705ac4b47a Merge pull request #304199 from r-ryantm/auto-update/libretro.snes9x
libretro.snes9x: unstable-2024-02-14 -> unstable-2024-04-13
2024-04-15 09:52:19 +01:00
Thiago Kenji OkadaandGitHub df4a73ad34 Merge pull request #304196 from r-ryantm/auto-update/libretro.play
libretro.play: unstable-2024-04-09 -> unstable-2024-04-10
2024-04-15 09:52:02 +01:00
Pascal WittmannandGitHub f458190f4b Merge pull request #304070 from r-ryantm/auto-update/python312Packages.crc
python312Packages.crc: 6.1.1 -> 6.1.2
2024-04-15 10:47:45 +02:00
Pascal WittmannandGitHub 3d46997d88 Merge pull request #304161 from r-ryantm/auto-update/zlint
zlint: 3.6.1 -> 3.6.2
2024-04-15 10:42:46 +02:00
Ivan MincikandGitHub d53c4aaa00 Merge pull request #303252 from l0b0/json5-timing-tests
python3Packages.json5: disable hypothesis
2024-04-15 08:35:51 +00:00
R. Ryantm 67c8efa67e retroarch-joypad-autoconfig: 1.18.0 -> 1.18.1 2024-04-15 08:34:21 +00:00
Pascal WittmannandGitHub c5dfe0b32c Merge pull request #304180 from r-ryantm/auto-update/subxt
subxt: 0.35.2 -> 0.35.3
2024-04-15 10:33:31 +02:00
eymeric 5ebe96dfd5 textpieces: apply patch to fix build 2024-04-15 10:33:22 +02:00
Pascal WittmannandGitHub 9ceafd7772 Merge pull request #304184 from r-ryantm/auto-update/netbird-ui
netbird-ui: 0.27.2 -> 0.27.3
2024-04-15 10:30:05 +02:00
Pascal WittmannandGitHub dbeaa697dc Merge pull request #304187 from r-ryantm/auto-update/fluent-bit
fluent-bit: 3.0.1 -> 3.0.2
2024-04-15 10:28:32 +02:00
R. Ryantm b3c0068460 libretro.flycast: unstable-2024-04-05 -> unstable-2024-04-12 2024-04-15 08:25:46 +00:00
R. Ryantm 96f0b95bfe libretro.mame: unstable-2024-04-05 -> unstable-2024-04-10 2024-04-15 08:24:55 +00:00
Doron BeharandGitHub 6340ba2c47 Merge pull request #304148 from r-ryantm/auto-update/balena-cli
balena-cli: 18.1.8 -> 18.1.9
2024-04-15 11:17:30 +03:00
Pascal WittmannandGitHub f366285775 Merge pull request #304197 from x-zvf/master
pkg-pferd: 3.5.1 -> 3.5.2
2024-04-15 10:16:33 +02:00
Vincent LaporteandVincent Laporte 1b411ccbf3 coqPackages.stdpp: 1.9.0 → 1.10.0
coqPackages.iris: 4.1.0 → 4.2.0
2024-04-15 10:13:00 +02:00
SomeoneandGitHub c708923629 Merge pull request #304069 from autrimpo/python-onnxruntime-cuda
onnxruntime: CUDA fixes
2024-04-15 08:04:15 +00:00
Jade Lovelace 78945a827c stdenv: make inputDerivation never fixed-output
This fixes using inputDerivation on derivations that are fixed-output.

Previously:

```
nix-repl> drv = runCommand "huh" { outputHash = "sha256-47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU="; outputHashAlgo = "sha256"; outputHashType = "flat"; } "touch $out"

nix-repl> drv.inputDerivation
«derivation /nix/store/d8mjs6cmmvsr1fv7psm6imis5pmh9bcs-huh.drv»

nix-repl> :b drv.inputDerivation
error: fixed output derivation 'huh' is not allowed to refer to other store paths.
       You may need to use the 'unsafeDiscardReferences' derivation attribute, see the manual for more details.
```

Fixes: https://github.com/NixOS/nixpkgs/issues/304209
2024-04-15 00:52:28 -07:00
R. Ryantm 301408fab2 libretro.fbneo: unstable-2024-04-08 -> unstable-2024-04-15 2024-04-15 07:40:04 +00:00
R. Ryantm 7a2ab79b5b libretro.puae: unstable-2024-02-22 -> unstable-2024-04-12 2024-04-15 07:32:51 +00:00