Skip to content

Commit

Permalink
opera: 114.0.5282.102 -> 115.0.5322.77
Browse files Browse the repository at this point in the history
(cherry picked from commit 3a49688)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Dec 15, 2024
1 parent b6426c5 commit bd13c94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/op/opera/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ let
in
stdenv.mkDerivation rec {
pname = "opera";
version = "114.0.5282.102";
version = "115.0.5322.77";

src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
hash = "sha256-PBbozIdA+cfEzGIyL1P+25FZtrnd7ldctOtZYomKd/8=";
hash = "sha256-mMXwshT15+5R2/jCSAutO4UVFGAV2Enc4IjvUeqyCCU=";
};

unpackPhase = "dpkg-deb -x $src .";
Expand Down

0 comments on commit bd13c94

Please sign in to comment.