Skip to content

Commit

Permalink
Merge pull request #121700 from lunik1/opera-76
Browse files Browse the repository at this point in the history
opera: 68.0.3618.36 → 76.0.4017.94
  • Loading branch information
veprbl committed May 4, 2021
2 parents fb3f979 + 6a03a62 commit 8e5fb48
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/networking/browsers/opera/default.nix
Expand Up @@ -30,6 +30,7 @@
, libnotify
, libpulseaudio
, libuuid
, libxshmfence
, mesa
, nspr
, nss
Expand All @@ -49,11 +50,11 @@ let
in stdenv.mkDerivation rec {

pname = "opera";
version = "68.0.3618.63";
version = "76.0.4017.94";

src = fetchurl {
url = "${mirror}/${version}/linux/${pname}-stable_${version}_amd64.deb";
sha256 = "1643043ywz94x2yr7xyw7krfq53iwkr8qxlbydzq6zb2zina7jxd";
sha256 = "sha256-vjSfzkl1jIQ9P1ARDa0eOuD8CmKHIEZ+IwMB2wIVjE8=";
};

unpackCmd = "${dpkg}/bin/dpkg-deb -x $curSrc .";
Expand Down Expand Up @@ -94,6 +95,7 @@ in stdenv.mkDerivation rec {
libnotify
libuuid
libxcb
libxshmfence
mesa
nspr
nss
Expand Down

0 comments on commit 8e5fb48

Please sign in to comment.