Commit Graph

712880 Commits

Author SHA1 Message Date
Nick Cao
1a780f3be1
terraform-providers.dnsimple: 1.7.0 -> 1.8.0 (#358935) 2024-11-25 08:54:47 -05:00
Nick Cao
d2874ac848
terraform-providers.digitalocean: 2.42.0 -> 2.44.1 (#358932) 2024-11-25 08:54:19 -05:00
Nick Cao
bc4c037154
aerospike: 7.2.0.1 -> 7.2.0.4 (#358916) 2024-11-25 08:52:51 -05:00
Nick Cao
efe54beb64
godns: 3.1.8 -> 3.1.9 (#358863) 2024-11-25 08:51:30 -05:00
R. Ryantm
bb545cc431
markdown-oxide: 0.24.2 -> 0.24.3 2024-11-25 08:45:49 -05:00
emilylange
2a765dfbad
chromium: resolve ref to rev for blink version string
This allows us to match the version the binaries use more closely.

For example, chromedriver darwin (binary) reports the following:

~~~bash
chromedriver --version
ChromeDriver 131.0.6778.85 (3d81e41b6f3ac8bcae63b32e8145c9eb0cd60a2d-refs/branch-heads/6778@{#2285})
~~~

while on Linux, where we build chromedriver based on the chromium
derivation from source and control the string ourselves:

~~~bash
chromedriver --version
ChromeDriver 131.0.6778.85 (131.0.6778.85-refs/heads/master@{#0})
~~~

With this commit, the version string now reports:

~~~bash
chromedriver --version
ChromeDriver 131.0.6778.85 (3d81e41b6f3ac8bcae63b32e8145c9eb0cd60a2d-refs/tags/131.0.6778.85@{#0})
~~~

This may seem like a small and unimportant detail, but turns out an
internal function within chromedriver depends on the git hash.

See https://chromium.googlesource.com/chromium/src/+/131.0.6778.85/chrome/test/chromedriver/chrome/browser_info.cc#172

This caused the tests of one package (single-file-cli) that use
selenium with chromium and chromedriver to fail in 24.05.

Only in 24.05, because 24.11 and unstable removed their test dependency
on chromedriver because it wasn't available for aarch64-linux at that
time.

~~~
Running phase: checkPhase
Serving HTTP on 127.0.0.1 port 8000 (http://127.0.0.1:8000/) ...
session not created
from unknown error: unrecognized Blink revision: 131.0.6778.85 URL: http://127.0.0.1:8000
Stack: SessionNotCreatedError: session not created
from unknown error: unrecognized Blink revision: 131.0.6778.85
    at Object.throwDecodedError (/build/source/node_modules/selenium-webdriver/lib/error.js:524:15)
    at parseHttpResponse (/build/source/node_modules/selenium-webdriver/lib/http.js:601:13)
    at Executor.execute (/build/source/node_modules/selenium-webdriver/lib/http.js:529:28)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
~~~
2024-11-25 14:44:52 +01:00
Nick Cao
aefcf4c91e
dynamodb-local: 2.5.2 -> 2.5.3 (#358814) 2024-11-25 08:44:42 -05:00
lassulus
262d7b9aab
yggdrasil: 0.5.9 -> 0.5.10 (#358708) 2024-11-25 14:40:13 +01:00
nixpkgs-merge-bot[bot]
80fec3bbe5
lock: 1.1.3 -> 1.2.0 (#358714) 2024-11-25 13:32:52 +00:00
Nick Cao
913135d8d5
python311Packages.pyoverkiz: 1.14.2 -> 1.15.0 (#358905) 2024-11-25 08:31:20 -05:00
Nick Cao
bf253b269e
eigenmath: 3.27-unstable-2024-10-18 -> 3.33-unstable-2024-11-22 (#358933) 2024-11-25 08:30:42 -05:00
Nick Cao
d1dbc08b4f
gopass-hibp: 1.15.14 -> 1.15.15 (#358868) 2024-11-25 08:28:13 -05:00
Nick Cao
2c488941e7
melody: 0.19.0 -> 0.20.0 (#358873) 2024-11-25 08:24:01 -05:00
Nick Cao
1f25c008c6
git-credential-gopass: 1.15.14 -> 1.15.15 (#358876) 2024-11-25 08:23:00 -05:00
Nick Cao
18ad21dd8d
globalping-cli: 1.4.0 -> 1.4.3 (#358891) 2024-11-25 08:21:40 -05:00
Nick Cao
6c3afcf70a
picom-pijulius: 8.2-unstable-2024-11-12 -> 8.2-unstable-2024-11-15 (#358893) 2024-11-25 08:21:01 -05:00
Nick Cao
9afad3c3ce
python312Packages.tencentcloud-sdk-python: 3.0.1270 -> 3.0.1271 (#358829) 2024-11-25 08:18:39 -05:00
Nick Cao
3c225dac22
flyctl: 0.3.37 -> 0.3.40 (#358835) 2024-11-25 08:18:02 -05:00
R. Ryantm
e17e5ac7b0 xenon: 0.9.1 -> 0.9.3 2024-11-25 13:11:11 +00:00
Sandro
bc43c1bf8f
gitkraken: 10.4.1 -> 10.5.0 (#358938) 2024-11-25 14:05:08 +01:00
nixpkgs-merge-bot[bot]
ecf5ffb555
regal: 0.28.0 -> 0.29.2 (#358789) 2024-11-25 13:01:54 +00:00
Jared Baur
7b87a185a8 nixos/clatd: use clat-dev if it exists in settings
Otherwise, fallback to the default interface name `clat`.
2024-11-25 23:24:11 +11:00
Jared Baur
7665f6cb34 nixos/clatd: fix NetworkManager integration for dispatcher script 2024-11-25 23:24:11 +11:00
Peder Bergebakken Sundt
f6d9b1683f
pulsar: 1.122.0 -> 1.123.0 (#358575) 2024-11-25 13:13:38 +01:00
lassulus
54a0f23cb4
notmuch-mailmover: 0.4.0 -> 0.5.0 (#358716) 2024-11-25 13:09:20 +01:00
Gaétan Lepage
1cf584fe51
python312Packages.dask-ml: disable broken tests (#358849) 2024-11-25 13:06:06 +01:00
Gaétan Lepage
6b4a2bcffb
python312Packages.compressai: disable flaky test (#358796) 2024-11-25 13:01:33 +01:00
Gaétan Lepage
6cd7910f1a
python312Packages.papis: 0.13 -> 0.14 (#354823) 2024-11-25 13:00:23 +01:00
Luflosi
017849d3b5
home-assistant-custom-components.solax_modbus: 2024.11.1 -> 2024.11.2
https://github.com/wills106/homeassistant-solax-modbus/releases/tag/2024.11.2
2024-11-25 12:49:20 +01:00
Masum Reza
e2d43a652c
roddhjav-apparmor-rules: 0-unstable-2024-10-06 -> 0-unstable-2024-11-24 (#358958) 2024-11-25 17:14:13 +05:30
Fabian Affolter
073e31e9b9
python312Packages.mypy-boto3-*: updates (#358509) 2024-11-25 12:34:35 +01:00
Fabian Affolter
e859916811
python312Packages.rns: 0.8.5 -> 0.8.6 (#358761) 2024-11-25 12:26:25 +01:00
R. Ryantm
1effcb11ff roddhjav-apparmor-rules: 0-unstable-2024-10-06 -> 0-unstable-2024-11-24 2024-11-25 11:11:19 +00:00
R. Ryantm
54f9beddbf i3bar-river: 1.0.1 -> 1.1.0 2024-11-25 11:03:41 +00:00
Sefa Eyeoglu
3a2d84ad33
ncmpc: 0.49 -> 0.51 (#353958) 2024-11-25 11:55:18 +01:00
Sandro
0e107c167a
mdcat: 2.6.1 -> 2.7.0 (#358801) 2024-11-25 11:40:33 +01:00
Domen Kožar
86d22fd32f
bun: fix darwin build and runtime issues (#358195) 2024-11-25 10:36:38 +00:00
Gaétan Lepage
37e6520b6c
vimPlugins.gitlab-vim: init at 2024-11-22 (#358768) 2024-11-25 11:36:04 +01:00
Nicolas Goudry
6bb61e56d5
gitkraken: 10.4.1 -> 10.5.0 2024-11-25 11:04:10 +01:00
R. Ryantm
8bf50d016a govc: 0.44.0 -> 0.46.2 2024-11-25 09:57:04 +00:00
Franz Pletz
8a8bce8b04
ncmpc: fails on darwin 2024-11-25 10:52:35 +01:00
Franz Pletz
e999a6f576
ncmpc: build manpage and enable regex 2024-11-25 10:52:34 +01:00
Franz Pletz
d73bbaaebd
ncmpc: reformat with nixfmt-rfc-style 2024-11-25 10:52:34 +01:00
Franz Pletz
b45fe742d3
ncmpc: 0.49 -> 0.51 2024-11-25 10:52:34 +01:00
R. Ryantm
4842516f6a terraform-providers.dnsimple: 1.7.0 -> 1.8.0 2024-11-25 09:49:52 +00:00
R. Ryantm
853bcb8549 eigenmath: 3.27-unstable-2024-10-18 -> 3.33-unstable-2024-11-22 2024-11-25 09:44:29 +00:00
R. Ryantm
c2678467d9 terraform-providers.digitalocean: 2.42.0 -> 2.44.1 2024-11-25 09:31:13 +00:00
Jenny
61aa4ba718
nixos/open-webui: update doc link url (#354446) 2024-11-25 10:31:04 +01:00
Jenny
7e6ce24882
iterm2: 3.5.4 -> 3.5.10 (#357721) 2024-11-25 10:26:24 +01:00
Gaétan Lepage
700701eb67
vimPlugins.codecompanion-nvim: init at 2024-11-24 (#358913) 2024-11-25 10:23:02 +01:00