Skip to content

Commit 6cb7dfa

Browse files
authoredMar 18, 2025
vivaldi: 7.1.3570.58 -> 7.1.3570.60 (#390774)
2 parents 129c022 + 326d592 commit 6cb7dfa

File tree

1 file changed

+3
-3
lines changed
  • pkgs/applications/networking/browsers/vivaldi

1 file changed

+3
-3
lines changed
 

‎pkgs/applications/networking/browsers/vivaldi/default.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ let
2424
vivaldiName = if isSnapshot then "vivaldi-snapshot" else "vivaldi";
2525
in stdenv.mkDerivation rec {
2626
pname = "vivaldi";
27-
version = "7.1.3570.58";
27+
version = "7.1.3570.60";
2828

2929
suffix = {
3030
aarch64-linux = "arm64";
@@ -34,8 +34,8 @@ in stdenv.mkDerivation rec {
3434
src = fetchurl {
3535
url = "https://downloads.vivaldi.com/${branch}/vivaldi-${branch}_${version}-1_${suffix}.deb";
3636
hash = {
37-
aarch64-linux = "sha256-t5dC6FZVU3mCoEwMMYAuTJ8VksCfjxYnxCVXdxDSqbI=";
38-
x86_64-linux = "sha256-5qr9K57fFxnsDD7uy7qUIFWxH+UevGpLN2Z2td4h9RA=";
37+
aarch64-linux = "sha256-x7CjbOrEb0+/1eqRoYTxA1RDxQeLJFmziuFcBapYaOU=";
38+
x86_64-linux = "sha256-G0y49vUsFJTzxKRw1ZsXQvep7/MtGaO0FAF2nAinysw=";
3939
}.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
4040
};
4141

0 commit comments

Comments
 (0)
Failed to load comments.