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 2ffa8e6 + fc87bdc commit 0d5c43fCopy full SHA for 0d5c43f
pkgs/by-name/vi/vivaldi/package.nix
@@ -66,7 +66,7 @@
66
67
stdenv.mkDerivation rec {
68
pname = "vivaldi";
69
- version = "7.7.3851.61";
+ version = "7.7.3851.66";
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-zpo5GJjOsZlsj+UZX3Pj1dmrFL4MVIT+SVFC1hCXR3Y=";
83
- x86_64-linux = "sha256-yCYskWEE6+rsKjWKa97ybmU041fVc88n4mFWAvR+IuY=";
+ aarch64-linux = "sha256-xXhRTTieuoLXIVYgc0jAiUJrrSWfKmurstQqTDkfyPU=";
+ x86_64-linux = "sha256-kVD0aVfhqM1ZhFhyVcZ6teF3SM2GleY4BdsRXdxu1r4=";
84
}
85
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
86
};
0 commit comments