| 21 Nov 2023 |
ajs124 | cacert already has the labels, feel free to add it to nss_latest | 21:36:31 |
ajs124 | ah, I see you already did. thx. | 21:36:46 |
hexa | https://glandium.org/blog/?p=4346 | 23:03:39 |
| 22 Nov 2023 |
vcunat | FF 120: Germany getting extra features? How come? | 08:12:01 |
ajs124 | probably the biggest market by now? iirc features for countries/regions have been a thing for a long time, e.g. credit card autofill was always US first. | 08:48:45 |
vcunat | I recall DoH default for US. | 08:49:31 |
hexa | one of these days I have to fix the updater for beta/devedition | 17:21:25 |
hexa |
| 17:21:26 |
hexa | * + hash=eee446b8bc95cd30319d2601462f9ef49a2efe9f16df863d3e814b64c422fa152e865f205869dec5b7f6c899ff658291b43b1ad2fe6cb9fe9e068c9f5cc1905f
+ update-source-version firefox-beta-unwrapped 121.0b2 eee446b8bc95cd30319d2601462f9ef49a2efe9f16df863d3e814b64c422fa152e865f205869dec5b7f6c899ff658291b43b1ad2fe6cb9fe9e068c9f5cc1905f '' --version-key=version
update-source-version: error: Couldn't evaluate old source hash from 'firefox-beta-unwrapped.src'!
| 17:21:31 |
hexa | nix-repl> firefox-beta-unwrapped.src.outputHash
"eee446b8bc95cd30319d2601462f9ef49a2efe9f16df863d3e814b64c422fa152e865f205869dec5b7f6c899ff658291b43b1ad2fe6cb9fe9e068c9f5cc1905f"
| 17:22:08 |
hexa | the hash is right here.... | 17:22:11 |
hexa | oldHashAlgo=$(nix-instantiate $systemArg --eval --strict -A "$attr.$sourceKey.drvAttrs.outputHashAlgo" | tr -d '"')
oldHash=$(nix-instantiate $systemArg --eval --strict -A "$attr.$sourceKey.drvAttrs.outputHash" | tr -d '"')
if [[ -z "$oldHashAlgo" || -z "$oldHash" ]]; then
die "Couldn't evaluate old source hash from '$attr.$sourceKey'!"
fi
| 17:23:49 |
hexa | * oldHashAlgo=$(nix-instantiate $systemArg --eval --strict -A "$attr.$sourceKey.drvAttrs.outputHashAlgo" | tr -d '"')
oldHash=$(nix-instantiate $systemArg --eval --strict -A "$attr.$sourceKey.drvAttrs.outputHash" | tr -d '"')
if [[ -z "$oldHashAlgo" || -z "$oldHash" ]]; then
die "Couldn't evaluate old source hash from '$attr.$sourceKey'!"
fi
| 17:23:53 |
hexa | ❯ nix-instantiate --eval --strict -A "firefox-beta-unwrapped.src.drvAttrs.outputHashAlgo"
"sha512"
❯ nix-instantiate --eval --strict -A "firefox-beta-unwrapped.src.drvAttrs.outputHash"
"eee446b8bc95cd30319d2601462f9ef49a2efe9f16df863d3e814b64c422fa152e865f205869dec5b7f6c899ff658291b43b1ad2fe6cb9fe9e068c9f5cc1905f"
| 17:24:01 |
nbp | I confirm, they are identical. | 17:24:12 |
hexa | 🙂 | 17:24:25 |
hexa | update-source-version just fails to update version and hash on the derivation | 17:24:48 |
hexa | https://github.com/NixOS/nixpkgs/pull/269244 | 17:31:07 |
hexa |
0:09.78 ERROR: Requested 'nss >= 3.95' but version of NSS is 3.94.0
| 17:36:03 |
hexa | cool, because that was routed via staging | 17:36:19 |
| 23 Nov 2023 |
| @ThorHop:matrix.org changed their display name from hopland (flaky frank) to hopland (evil entrepeneur). | 17:30:42 |
| @ThorHop:matrix.org changed their display name from hopland (evil entrepeneur) to hopland (nixpkgs-rolling when). | 18:25:27 |
| 24 Nov 2023 |
| pzka joined the room. | 09:10:20 |
pzka | Hello I am using Firefox 120 on nix and sway and I got crash on some website (discord) and when the recover session tab is open (so just after a recovering from previous crash). | 09:13:16 |
pzka | Is someone experiencing this issue ? | 09:14:39 |
| @yannis:mozilla.org joined the room. | 09:32:49 |
@yannis:mozilla.org | Hello, this is most likely https://github.com/NixOS/nixpkgs/issues/269571 | 09:34:24 |
@yannis:mozilla.org | It's currently a top crash for Firefox, all coming from NixOS users | 09:34:50 |
@yannis:mozilla.org | * It's currently a top crash for Firefox 120, all coming from NixOS users | 09:36:00 |
vcunat | Yes, I had crashes very often on wayland with 120. Had to roll that back. | 09:58:51 |