Skip to content

Commit

Permalink
vivaldi: 1.12.955.38-1 -> 1.13.1008.34-1
Browse files Browse the repository at this point in the history
(cherry picked from commit 2864309)
  • Loading branch information
Patrick Hilhorst authored and bjornfor committed Feb 3, 2018
1 parent fb3ec8a commit 3e844ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/applications/networking/browsers/vivaldi/default.nix
Expand Up @@ -13,12 +13,12 @@
stdenv.mkDerivation rec {
name = "${product}-${version}";
product = "vivaldi";
version = "1.12.955.38-1";

version = "1.13.1008.34-1";
src = fetchurl {
url = "https://downloads.vivaldi.com/stable/${product}-stable_${version}_amd64.deb";
sha256 = "1bq1ss6vkpr6rw5n0sw9zipxx19vficvxys1lra9symcxk1b4gqw";
};
sha256 = "18p5n87n5rkd6dhdsf2lvcyhg6ipn0k4p6a79dy93vsgjmk4bvw2";
};

unpackPhase = ''
ar vx ${src}
Expand Down

0 comments on commit 3e844ee

Please sign in to comment.