opera: 117.0.5408.93 -> 117.0.5408.197 (#393280)

This commit is contained in:
Weijia Wang 2025-04-06 21:49:10 +02:00 committed by GitHub
commit 138cb1527d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,11 +52,11 @@ let
in
stdenv.mkDerivation rec {
pname = "opera";
version = "117.0.5408.93";
version = "117.0.5408.197";
src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
hash = "sha256-1Qi1Suh5gDJXFOnI3sjmLCNrNFDqV9n1sTh3rFrRBro=";
hash = "sha256-ZTYdmp8fScBm5SF1cx2LwhMV66MkShEtww7VDJTDATk=";
};
nativeBuildInputs = [