Nick Cao
ce43d3dcb6
Merge pull request #320695 from r-ryantm/auto-update/fcitx5-chewing
...
fcitx5-chewing: 5.1.4 -> 5.1.5
2024-06-18 16:27:53 -04:00
Nick Cao
4350830117
Merge pull request #320587 from aduh95/patch-1
...
tart: 2.11.1 -> 2.12.0
2024-06-18 16:26:43 -04:00
Nick Cao
48c9f70cce
Merge pull request #320600 from r-ryantm/auto-update/renode-unstable
...
renode-unstable: 1.15.0+20240609git09f623310 -> 1.15.1+20240615gitdd55f8ea4
2024-06-18 16:26:01 -04:00
Nick Cao
7e8794ff92
Merge pull request #320602 from r-ryantm/auto-update/fflogs
...
fflogs: 8.5.12 -> 8.5.16
2024-06-18 16:25:32 -04:00
Xandor Schiefer
f4423979de
vscode-js-debug: fix missing jq in postPatch
...
Fixes #320507 .
The `npmConfigHook` used by `buildNpmPackage` does not correctly
propagate the `nativeBuildInputs` into its `PATH`, which is why `jq` was
not available during the patch phase.
Since this `npmConfigHook` is run as part of a fixed-output
derivation (`fetchNpmDeps`), if it had already been realised, unless its
hash had changed, a missing `jq` would not be noticed, on a rebuild of
`vscode-js-debug`.
The `postPatch` hook is *also* run during `buildNpmPackage`, but there
the `nativeBuildInputs` were correctly added to the `PATH`, which is why
a rebuild of `vscode-js-debug` with the previous `postPatch` would
succeed (if its `npmDeps`'s hash hadn't changed).
2024-06-18 22:24:01 +02:00
Nick Cao
48b806be36
Merge pull request #320636 from r-ryantm/auto-update/python311Packages.weconnect
...
python311Packages.weconnect: 0.60.2 -> 0.60.3
2024-06-18 16:23:54 -04:00
Nick Cao
35c64c8f4a
Merge pull request #320642 from r-ryantm/auto-update/ast-grep
...
ast-grep: 0.22.6 -> 0.23.0
2024-06-18 16:19:51 -04:00
Nick Cao
a33b9f72f6
Merge pull request #320537 from r-ryantm/auto-update/prometheus-junos-czerwonk-exporter
...
prometheus-junos-czerwonk-exporter: 0.12.2 -> 0.12.3
2024-06-18 16:18:12 -04:00
K900
6bb06176f4
Merge pull request #320860 from K900/virt-manager-cursor-fix
...
virt-manager: cherry-pick fix for weird cursor theme related crash
2024-06-18 23:17:58 +03:00
Nick Cao
7f18ab04d1
Merge pull request #320548 from r-ryantm/auto-update/python311Packages.puremagic
...
python311Packages.puremagic: 1.23 -> 1.24
2024-06-18 16:17:29 -04:00
Gaetan Lepage
07536069ce
ruff: 0.4.8 -> 0.4.9
...
Diff: https://github.com/astral-sh/ruff/compare/refs/tags/v0.4.8...v0.4.9
Changelog: https://github.com/astral-sh/ruff/releases/tag/v0.4.9
2024-06-18 22:15:54 +02:00
Nick Cao
1181530930
Merge pull request #320469 from r-ryantm/auto-update/pyenv
...
pyenv: 2.4.2 -> 2.4.3
2024-06-18 16:10:21 -04:00
Nick Cao
a63cf84a64
Merge pull request #320500 from r-ryantm/auto-update/elasticmq-server-bin
...
elasticmq-server-bin: 1.6.3 -> 1.6.4
2024-06-18 16:09:24 -04:00
Nick Cao
6ae0e8bd59
Merge pull request #320505 from r-ryantm/auto-update/nu_scripts
...
nu_scripts: 0-unstable-2024-06-08 -> 0-unstable-2024-06-16
2024-06-18 16:08:53 -04:00
Nick Cao
787be2939f
Merge pull request #320377 from mweinelt/evcc-0.127.2
...
evcc: 0.127.1 -> 0.127.2
2024-06-18 16:07:56 -04:00
Nick Cao
d7b350cade
Merge pull request #320384 from r-ryantm/auto-update/python311Packages.jsonrpclib-pelix
...
python311Packages.jsonrpclib-pelix: 0.4.3.2 -> 0.4.3.3
2024-06-18 16:07:03 -04:00
Nick Cao
c421c5fc80
Merge pull request #320378 from mweinelt/hass-stubs-2024.6.3
...
python312Packages.homeassistant-stubs: 2024.6.2 -> 2024.6.3
2024-06-18 16:05:43 -04:00
Nick Cao
bfd64e3c8e
Merge pull request #320425 from r-ryantm/auto-update/python311Packages.niworkflows
...
python311Packages.niworkflows: 1.10.1 -> 1.10.2
2024-06-18 16:04:49 -04:00
R. Ryantm
b87a5f8a15
kubefirst: 2.4.9 -> 2.4.10
2024-06-18 19:45:12 +00:00
Anillc
ebc9de3e47
vscode-extensions.mesonbuild.mesonbuild: init at 1.24.0
...
Release: https://github.com/mesonbuild/vscode-meson/releases/tag/v1.24.0
2024-06-19 03:44:12 +08:00
R. Ryantm
492c47de9d
nhost-cli: 1.18.2 -> 1.18.3
2024-06-18 19:40:18 +00:00
emilylange
010157293b
forgejo: actually run go tests
...
We cannot rely on `buildGoModule`'s default test selection if
`subPackages` is set:
~~~
Running phase: checkPhase
? code.gitea.io/gitea [no test files]
? code.gitea.io/gitea/contrib/environment-to-ini [no test files]
checkPhase completed in 53 seconds
~~~
So we override it in `preCheck` and skip some tests that fail in our
sandbox (e.g. because they require networking).
Note that this does slow down building the package quite a bit because
there are a lot of tests to run.
Still worth it IMHO.
2024-06-18 21:36:26 +02:00
Nikolay Korotkiy
989d83cbeb
Merge pull request #320845 from r-ryantm/auto-update/gmid
...
gmid: 2.0.4 -> 2.0.5
2024-06-18 23:34:21 +04:00
R. Ryantm
ecb9d93c78
lsix: 1.9 -> 1.9.1
2024-06-18 19:34:17 +00:00
networkException
e8e57d1014
restic-integrity: 1.2.1 -> 1.2.2
2024-06-18 21:33:46 +02:00
networkException
b320638f61
restic-integrity: update src to fetch from git.nwex.de
...
the repository moved from gitlab.upi.li to git.nwex.de.
2024-06-18 21:32:29 +02:00
K900
b299dc5d3b
virt-manager: cherry-pick fix for weird cursor theme related crash
...
Fixes #320855 , aka #207496 , aka virt-manager/virt-manager#479
2024-06-18 22:29:08 +03:00
John Ericson
f183a68f39
Merge pull request #320840 from obsidiansystems/bsd-misc
...
A few misc BSD related cleanups
2024-06-18 15:25:50 -04:00
Markus Kowalewski
96609c3a56
osmo-[bsc,ggsn,sgsn,hlr]: add mainProgram to meta
2024-06-18 21:24:33 +02:00
Anillc
646211cda4
vscode-extensions.banacorn.agda-mode: init at 0.4.7
...
Release: https://github.com/banacorn/agda-mode-vscode/releases/tag/v0.4.7
2024-06-19 03:21:58 +08:00
Markus Kowalewski
240648a162
Merge pull request #320797 from sheepforce/upd-openmolcas
...
openmolcas: 24.02 -> 24.06
2024-06-18 19:21:10 +00:00
R. Ryantm
b42bdbe76f
python311Packages.google-generativeai: 0.6.0 -> 0.7.0
2024-06-18 19:17:53 +00:00
Ivan Mincik
78b123a5d1
Merge pull request #320290 from quantenzitrone/laszip
...
LASzip{,2}: rename to laszip{,_2}
2024-06-18 19:08:36 +00:00
Dmitry Kalinkin
92487a01c4
Merge pull request #319922 from GaetanLepage/dask
...
python311Packages.dask: 2024.5.2 -> 2024.6.0, python311Packages.dask-awkward: 2024.3.0 -> 2024.6.0, python311Packages.distributed: 2024.5.0 -> 2024.6.0
2024-06-18 14:59:35 -04:00
Julien Malka
2b62672f0c
Merge pull request #320850 from philiptaron/systemd-boot-assertions
...
nixos/systemd-boot: guard assertion messages against eval failures
2024-06-18 20:48:04 +02:00
Pol Dellaiera
aa14af3e9f
Merge pull request #320259 from Aleksanaa/escambo
...
escambo: init at 0.1.2
2024-06-18 20:40:08 +02:00
Wes Payne
7549dad6eb
roc-toolkit: 0.3.0 -> 0.4.0
2024-06-18 11:37:23 -07:00
Philip Taron
faa579e444
nixos/systemd-boot: guard assertion messages against eval failures
...
These messages should be able to be printed in all cases. In particular, trying to coerce a `null` to a string is an error unless passed through `toString`.
2024-06-18 11:30:16 -07:00
Pol Dellaiera
ca9897c433
Merge pull request #320750 from Aleksanaa/iplookup-gtk
...
iplookup-gtk: init at 0.3.4
2024-06-18 20:27:57 +02:00
Pol Dellaiera
f2edaa2a2a
Merge pull request #320736 from Aleksanaa/geopard
...
geopard: 1.4.0 -> 1.5.0
2024-06-18 20:27:22 +02:00
Nikolay Korotkiy
c9d4a05cd8
Merge pull request #318434 from Sigmanificient/liboqs-update-0.10.1
...
liboqs: 0.10.0 -> 0.10.1
2024-06-18 22:21:58 +04:00
R. Ryantm
4d03f2b736
openvas-scanner: 23.4.0 -> 23.4.1
2024-06-18 18:21:02 +00:00
R. Ryantm
1ff1a32e9c
gmid: 2.0.4 -> 2.0.5
2024-06-18 18:18:45 +00:00
John Ericson
b6727bbeac
netbsd: Fetch source once
...
The big `fetchCVS` is slow, but a one-time cost. Everything else is much
faster, and not having to manage a gazillion `version` and `sha256`
fields is much easier.
This brings NetBSD in line with how we do FreeBSD and OpenBSD.
2024-06-18 14:11:29 -04:00
John Ericson
dc1bb1e780
release-cross.nix: test cross compilation to x86_64-openbsd
...
It is less mature than the other two, but we are in the process of
making it better, and caching helps.
2024-06-18 14:10:27 -04:00
R. Ryantm
2d8356a711
python311Packages.pipdeptree: 2.22.0 -> 2.23.0
2024-06-18 18:09:12 +00:00
superherointj
44c7b1c172
Merge pull request #320718 from wrbbz/pulumi-bin-3.120.0
...
pulumi-bin: 3.119.0 -> 3.120.0
2024-06-18 15:01:23 -03:00
superherointj
0d9492764b
Merge pull request #320824 from sumnerevans/matrix-synapse-1.109
...
matrix-synapse-unwrapped: 1.108.0 -> 1.109.0
2024-06-18 14:56:49 -03:00
R. Ryantm
f55846c63c
typos: 1.22.3 -> 1.22.7
2024-06-18 17:52:56 +00:00
superherointj
fd5816afef
Merge pull request #320712 from illustris/fluent-bit
...
fluent-bit: update source hash
2024-06-18 14:52:47 -03:00