Merge pull request #62492 from r-ryantm/auto-update/opera

opera: 58.0.3135.127 -> 60.0.3255.109
This commit is contained in:
worldofpeace 2019-06-04 23:01:23 -04:00 committed by GitHub
commit 5e6001cfde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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