Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2da824a9fb6c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e6001cfded4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 2, 2019

  1. opera: 58.0.3135.127 -> 60.0.3255.109

    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
    r-ryantm committed Jun 2, 2019
    Copy the full SHA
    6d01205 View commit details

Commits on Jun 5, 2019

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

    opera: 58.0.3135.127 -> 60.0.3255.109
    worldofpeace authored Jun 5, 2019
    Copy the full SHA
    5e6001c View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/networking/browsers/opera/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/opera/default.nix
Original file line number Diff line number Diff line change
@@ -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 .";