Vivaldi package bump -> 7.9.3970.45

Hello there,

I’m ignoring the wiki for a bit because there is an `update-vivaldi.sh` and I just installed NixOS last week and don’t want to rush to a mistake – though I must say having an LLM nowadays unblocks most questions.

Anyway, just thought I’d warn there is a new version for Vivaldi browser, and I’m testing it for 10 mins now with no apparent issues.

final: prev: {
vivaldi = (prev.vivaldi.override {
proprietaryCodecs = false;
enableWidevine = false;
}).overrideAttrs (oldAttrs: rec {
version = “7.9.3970.45”;
src = prev.fetchurl {
url = “``https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-1_amd64.deb”``;
hash = “sha256-WoSEvTkG/1LQK/IyGOPv8hV8pY+ygONEE/YOh6Q8Uv0=”;
};
});
}

If anyone wants to bump it for me, I’d appreciate it.
Otherwise when I’ve the time I’ll bump it properly (and will post here about it) so we’re all in sync.

Have a nice day!

1 Like

use final.fetchurl here, prefer final in overlays.

1 Like

The official wiki is wiki.nixos.org and not nixos.wiki, by the way.

Let’s ping at least some vivaldi.meta.maintainers then? @wineee @marcusramberg

The update bot created a PR for this around an hour ago.

There’s no need to warn here about updates to vivaldi, especially about such small version increments. The bot is automatically creating PRs, informing us, and we usually merge them in less than 12 hours. We know about the importance of browser-updates, so don’t worry.

4 Likes