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: 74fd5305f125
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5c43e4170e73
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 23, 2019

  1. opera: 60.0.3255.109 -> 60.0.3255.170

    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 authored and FRidh committed Jun 23, 2019
    Copy the full SHA
    5c43e41 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 = "60.0.3255.109";
version = "60.0.3255.170";

rpath = stdenv.lib.makeLibraryPath [

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

src = fetchurl {
url = "${mirror}/${version}/linux/opera-stable_${version}_amd64.deb";
sha256 = "0y3cjjzp41pa15sw8bp7n5ab8j8b1kk5h11b4pl6w8spsyk2cpqh";
sha256 = "04bcy9qhrhps3712k229yn58ak2j93wcp613zd6l2zxb8a286991";
};

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