Skip to content

Commit 0d5c43f

Browse files
authored
vivaldi: 7.7.3851.61 -> 7.7.3851.66 (#471906)
2 parents 2ffa8e6 + fc87bdc commit 0d5c43f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/vi/vivaldi/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
stdenv.mkDerivation rec {
6868
pname = "vivaldi";
69-
version = "7.7.3851.61";
69+
version = "7.7.3851.66";
7070

7171
suffix =
7272
{
@@ -79,8 +79,8 @@ stdenv.mkDerivation rec {
7979
url = "https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-1_${suffix}.deb";
8080
hash =
8181
{
82-
aarch64-linux = "sha256-zpo5GJjOsZlsj+UZX3Pj1dmrFL4MVIT+SVFC1hCXR3Y=";
83-
x86_64-linux = "sha256-yCYskWEE6+rsKjWKa97ybmU041fVc88n4mFWAvR+IuY=";
82+
aarch64-linux = "sha256-xXhRTTieuoLXIVYgc0jAiUJrrSWfKmurstQqTDkfyPU=";
83+
x86_64-linux = "sha256-kVD0aVfhqM1ZhFhyVcZ6teF3SM2GleY4BdsRXdxu1r4=";
8484
}
8585
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
8686
};

0 commit comments

Comments
 (0)