We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 129c022 + 326d592 commit 6cb7dfaCopy full SHA for 6cb7dfa
pkgs/applications/networking/browsers/vivaldi/default.nix
@@ -24,7 +24,7 @@ let
24
vivaldiName = if isSnapshot then "vivaldi-snapshot" else "vivaldi";
25
in stdenv.mkDerivation rec {
26
pname = "vivaldi";
27
- version = "7.1.3570.58";
+ version = "7.1.3570.60";
28
29
suffix = {
30
aarch64-linux = "arm64";
@@ -34,8 +34,8 @@ in stdenv.mkDerivation rec {
34
src = fetchurl {
35
url = "https://downloads.vivaldi.com/${branch}/vivaldi-${branch}_${version}-1_${suffix}.deb";
36
hash = {
37
- aarch64-linux = "sha256-t5dC6FZVU3mCoEwMMYAuTJ8VksCfjxYnxCVXdxDSqbI=";
38
- x86_64-linux = "sha256-5qr9K57fFxnsDD7uy7qUIFWxH+UevGpLN2Z2td4h9RA=";
+ aarch64-linux = "sha256-x7CjbOrEb0+/1eqRoYTxA1RDxQeLJFmziuFcBapYaOU=";
+ x86_64-linux = "sha256-G0y49vUsFJTzxKRw1ZsXQvep7/MtGaO0FAF2nAinysw=";
39
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
40
};
41
0 commit comments