File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/applications/networking/browsers/vivaldi Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7171in
7272stdenv . mkDerivation rec {
7373 pname = "vivaldi" ;
74- version = "7.3.3635.4 " ;
74+ version = "7.3.3635.7 " ;
7575
7676 suffix =
7777 {
@@ -84,8 +84,8 @@ stdenv.mkDerivation rec {
8484 url = "https://downloads.vivaldi.com/${ branch } /vivaldi-${ branch } _${ version } -1_${ suffix } .deb" ;
8585 hash =
8686 {
87- aarch64-linux = "sha256-ddmWP1Tfim8DyP4S+Mq3khu7WU995k8p1Pqx63Z7oRQ =" ;
88- x86_64-linux = "sha256-sYC3dgwFhS39eOSAifWghCVcm0HliPaI0Xvf4i3KLPY =" ;
87+ aarch64-linux = "sha256-E/tvarNTUm0VZMxFM/FcZKM3U/psTyq4bJl2r6orpeY =" ;
88+ x86_64-linux = "sha256-8Jy7L5BSWZVIFizW11pOfXhgeT9rP1Z2T0aDmC79fbQ =" ;
8989 }
9090 . ${ stdenv . hostPlatform . system } or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
9191 } ;
You can’t perform that action at this time.
0 commit comments