opera: 110.0.5130.23 -> 110.0.5130.49

(cherry picked from commit bbe5fc70c7)
This commit is contained in:
R. Ryantm 2024-06-02 07:21:16 +00:00 committed by github-actions[bot]
parent a44bedbb48
commit 18e73cad18

View File

@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation rec {
pname = "opera";
version = "110.0.5130.23";
version = "110.0.5130.49";
src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
hash = "sha256-Y1YmTUvXHOXBB5Mei8lX0DCoEkOmgVCPtT1GnTqNTtA=";
hash = "sha256-ge2ne11BrODlvbu17G6xaLd4w2mIEsErtIaqlLY4os8=";
};
unpackPhase = "dpkg-deb -x $src .";