opera: 117.0.5408.93 -> 117.0.5408.197

This commit is contained in:
R. Ryantm
2025-04-06 06:44:14 +00:00
parent aa44c348cb
commit 98012a71ce
+2 -2
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 = [