mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
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/
This commit is contained in:
@@ -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 .";
|
||||
|
||||
Reference in New Issue
Block a user