opera: 108.0.5067.29 -> 109.0.5097.38

This commit is contained in:
R. Ryantm 2024-04-03 05:32:43 +00:00
parent ce93557538
commit 43fc4b0912
1 changed files with 2 additions and 2 deletions

View File

@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation rec {
pname = "opera";
version = "108.0.5067.29";
version = "109.0.5097.38";
src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
hash = "sha256-lPazFtTWb/AbK/5H5MQK+dn0imJqUHiL6/KRq1CNxfo=";
hash = "sha256-eljVXaHN7gPqpoL3z+Fz/BH6b+1qxSHtFln6NCxl9tc=";
};
unpackPhase = "dpkg-deb -x $src .";