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 5a38800 + a324a0d commit 15182e5Copy full SHA for 15182e5
pkgs/by-name/vi/vivaldi/package.nix
@@ -66,7 +66,7 @@
66
67
stdenv.mkDerivation rec {
68
pname = "vivaldi";
69
- version = "7.7.3851.56";
+ version = "7.7.3851.58";
70
71
suffix =
72
{
@@ -79,8 +79,8 @@ stdenv.mkDerivation rec {
79
url = "https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-1_${suffix}.deb";
80
hash =
81
82
- aarch64-linux = "sha256-bnjFgTXts0qaQY3pqzaKp14apDpcCn2/smZ0hT5SbH0=";
83
- x86_64-linux = "sha256-kXx0CD3hCTl2JWYWQApO73+UXXeAqqE7cujLXCtVcmI=";
+ aarch64-linux = "sha256-WPJB2wMS9F1WqCxZzAnonA5YkqHnnEmW/SJ4qYJImtU=";
+ x86_64-linux = "sha256-w10CX3j7Iq1kthLvklynN17k6A77VIkkRl0QT5ui+Bk=";
84
}
85
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
86
};
0 commit comments