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: 796b760e2e7c
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 18fec2687c08
Choose a head ref
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 6, 2019

  1. vivaldi-ffmpeg-codecs: 72.0.3626.96 -> 72.0.3626.109

    (cherry picked from commit ab93817)
    romildo authored and NeQuissimus committed Mar 6, 2019
    Copy the full SHA
    2bc25ec View commit details
  2. vivaldi-ffmpeg-codecs: 72.0.3626.109 -> 72.0.3626.121

    (cherry picked from commit 38b8f49)
    romildo authored and NeQuissimus committed Mar 6, 2019
    Copy the full SHA
    e99e94e View commit details
  3. vivaldi-ffmpeg-codecs: 72.0.3626.121 -> 72.0.3626.122

    (cherry picked from commit 07fdb3b)
    NeQuissimus committed Mar 6, 2019
    Copy the full SHA
    f13559a View commit details
  4. vivaldi: 2.3.1440.41-1 -> 2.3.1440.48-1

    (cherry picked from commit a1ba6ab)
    romildo authored and NeQuissimus committed Mar 6, 2019
    Copy the full SHA
    650a16d View commit details
  5. vivaldi: 2.3.1440.48-1 -> 2.3.1440.57-1

    (cherry picked from commit fa99afa)
    romildo authored and NeQuissimus committed Mar 6, 2019
    Copy the full SHA
    64fafd5 View commit details
  6. vivaldi: 2.3.1440.57-1 -> 2.3.1440.60-1

    (cherry picked from commit 9d20f22)
    NeQuissimus committed Mar 6, 2019
    Copy the full SHA
    18fec26 View commit details
Showing with 4 additions and 4 deletions.
  1. +2 −2 pkgs/applications/networking/browsers/vivaldi/default.nix
  2. +2 −2 pkgs/applications/networking/browsers/vivaldi/ffmpeg-codecs.nix
4 changes: 2 additions & 2 deletions pkgs/applications/networking/browsers/vivaldi/default.nix
Original file line number Diff line number Diff line change
@@ -13,11 +13,11 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "vivaldi";
version = "2.3.1440.41-1";
version = "2.3.1440.60-1";

src = fetchurl {
url = "https://downloads.vivaldi.com/stable/${product}-stable_${version}_amd64.deb";
sha256 = "0wrq7c0sw1b41bshwgzji4pwl0raj0l5h2r7gkcg952rcn0wl9bs";
sha256 = "1vw4lyqs87cw7v1jy3dcsgnb56s61zl21q95a3kiavqw7412sips";
};

unpackPhase = ''
Original file line number Diff line number Diff line change
@@ -6,11 +6,11 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "vivaldi-ffmpeg-codecs";
version = "72.0.3626.96";
version = "72.0.3626.122";

src = fetchurl {
url = "https://commondatastorage.googleapis.com/chromium-browser-official/chromium-${version}.tar.xz";
sha512 = "2hawkyydcd0b6ipfigkf5n6c1ha1vknaqd4mgw381pi0ayq8skxbjazqabfcg9gcj84cnksi8j4dylfcrbgrmlnmc479fix0m0xx7cl";
sha512 = "1477g5dgi4m0zbiqwm9w6jqkmjfmgjlbl3qs9ljldx8bif8my1jbz4hzws954aqxyxdbf5rjpvmrrqqppk5347prvsyl37rbsndaaqf";
};

buildInputs = [ ];