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: 4c6b5f68b3b3
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 19659e42c5a9
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2018

  1. Copy the full SHA
    52f6a8e View commit details
  2. Merge pull request #33530 from dtzWill/update/opera-50.0.2762.45

    opera: 48.0.2685.52 -> 50.0.2762.45
    joachifm authored Jan 6, 2018
    Copy the full SHA
    19659e4 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
@@ -37,7 +37,7 @@
let

mirror = https://get.geo.opera.com/pub/opera/desktop;
version = "48.0.2685.52";
version = "50.0.2762.45";

rpath = stdenv.lib.makeLibraryPath [

@@ -89,7 +89,7 @@ in stdenv.mkDerivation {

src = fetchurl {
url = "${mirror}/${version}/linux/opera-stable_${version}_amd64.deb";
sha256 = "027njqh2as4d0xsnvzamqiplghb8cxqnc19y0vqkvjnsw57v828p";
sha256 = "1ajdr6yzqc9xkvdcgkps6j5996n60ibjhj518gmminx90da6x5dy";
};

unpackCmd = "${dpkg}/bin/dpkg-deb -x $curSrc .";