Skip to content

Commit 15182e5

Browse files
[Backport release-25.11] vivaldi: 7.7.3851.56 -> 7.7.3851.58 (#468095)
2 parents 5a38800 + a324a0d commit 15182e5

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.56";
69+
version = "7.7.3851.58";
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-bnjFgTXts0qaQY3pqzaKp14apDpcCn2/smZ0hT5SbH0=";
83-
x86_64-linux = "sha256-kXx0CD3hCTl2JWYWQApO73+UXXeAqqE7cujLXCtVcmI=";
82+
aarch64-linux = "sha256-WPJB2wMS9F1WqCxZzAnonA5YkqHnnEmW/SJ4qYJImtU=";
83+
x86_64-linux = "sha256-w10CX3j7Iq1kthLvklynN17k6A77VIkkRl0QT5ui+Bk=";
8484
}
8585
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
8686
};

0 commit comments

Comments
 (0)