opera: 56.0.3051.99 -> 58.0.3135.127

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/opera/versions
This commit is contained in:
R. RyanTM 2019-04-01 22:28:13 -07:00
parent 18aa59b0f2
commit 3037de0054

View file

@ -39,7 +39,7 @@
let
mirror = https://get.geo.opera.com/pub/opera/desktop;
version = "56.0.3051.99";
version = "58.0.3135.127";
rpath = stdenv.lib.makeLibraryPath [
@ -94,7 +94,7 @@ in stdenv.mkDerivation {
src = fetchurl {
url = "${mirror}/${version}/linux/opera-stable_${version}_amd64.deb";
sha256 = "1mf4lpb66w63kafjni5caq9k3lmsqd85161q29z5lr1s2cx9qqm8";
sha256 = "1nk4zfmb2dv464r1q6n9b66zg7a8h5xfwypzqd791rhmsfjrxn51";
};
unpackCmd = "${dpkg}/bin/dpkg-deb -x $curSrc .";