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 in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "opera"; pname = "opera";
version = "117.0.5408.93"; version = "117.0.5408.197";
src = fetchurl { src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb"; url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
hash = "sha256-1Qi1Suh5gDJXFOnI3sjmLCNrNFDqV9n1sTh3rFrRBro="; hash = "sha256-ZTYdmp8fScBm5SF1cx2LwhMV66MkShEtww7VDJTDATk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [