opera: 99.0.4788.65 -> 99.0.4788.77

This commit is contained in:
R. Ryantm 2023-06-21 22:32:30 +00:00
parent 43be38bd78
commit a1dfb123a1

View File

@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation rec {
pname = "opera";
version = "99.0.4788.65";
version = "99.0.4788.77";
src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
hash = "sha256-B57yTunq6wQTjYMYvocy1A3//I22w0TTUcK1bohpp2U=";
hash = "sha256-VdhUyXKqQaIpvwE4izQXIVdyDHfW7FQLfiiUBop70rI=";
};
unpackPhase = "dpkg-deb -x $src .";