We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73054aa + 3c5c705 commit 529318cCopy full SHA for 529318c
1 file changed
pkgs/applications/networking/browsers/vivaldi/default.nix
@@ -71,7 +71,7 @@ let
71
in
72
stdenv.mkDerivation rec {
73
pname = "vivaldi";
74
- version = "7.3.3635.11";
+ version = "7.3.3635.12";
75
76
suffix =
77
{
@@ -84,8 +84,8 @@ stdenv.mkDerivation rec {
84
url = "https://downloads.vivaldi.com/${branch}/vivaldi-${branch}_${version}-1_${suffix}.deb";
85
hash =
86
87
- aarch64-linux = "sha256-w1/wWP3lZUQ5tBvv6XOCkoR1OCoByURBEvaaemsY19U=";
88
- x86_64-linux = "sha256-kJNFPXiZekjofGtKFbGc85c8yQymhntkCBuhylwQBpE=";
+ aarch64-linux = "sha256-Gplg0QD7DcibaOv1Q8RUnefACZdNnM8yKYYiP1dpY58=";
+ x86_64-linux = "sha256-qcV4n9/nAbb0Gw8azorDSjpjy4cXe2XlR94WwuwUEyc=";
89
}
90
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
91
};
0 commit comments