opera: 111.0.5168.61 -> 113.0.5230.47

It bumps the underlying Chromium version from 125.0.6422.143 to 127.0.6533.120.
It is still vulnerable to publicly known vulnerabilities but I'm
guessing it is still an improvement...

Changelog:
https://blogs.opera.com/desktop/changelog-for-112/
https://blogs.opera.com/desktop/changelog-for-113/
(cherry picked from commit ea0225eebf)
This commit is contained in:
Thomas Gerbet
2024-08-20 23:09:42 +02:00
committed by github-actions[bot]
parent f038cd2fed
commit 8eddb2eed8

View File

@@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation rec {
pname = "opera";
version = "111.0.5168.61";
version = "113.0.5230.47";
src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
hash = "sha256-O2QqosmhhFk6KfiAdlpDYOsZUqGhvtwzYFi2I90Hemo=";
hash = "sha256-0RQTcROUv85yE6ceLkyF09/++WrvK828h5hoN1QYpCE=";
};
unpackPhase = "dpkg-deb -x $src .";