vivaldi: 7.0.3495.27 -> 7.0.3495.29 (#373156)

authored by Nick Cao and committed by GitHub 195635dd 28615f46

+3 -3
+3 -3
pkgs/applications/networking/browsers/vivaldi/default.nix
··· 24 vivaldiName = if isSnapshot then "vivaldi-snapshot" else "vivaldi"; 25 in stdenv.mkDerivation rec { 26 pname = "vivaldi"; 27 - version = "7.0.3495.27"; 28 29 suffix = { 30 aarch64-linux = "arm64"; ··· 34 src = fetchurl { 35 url = "https://downloads.vivaldi.com/${branch}/vivaldi-${branch}_${version}-1_${suffix}.deb"; 36 hash = { 37 - aarch64-linux = "sha256-AX6PCYPpz5z9bUZqdfoTqtW9USLQRh8YgITk7DdJkUU="; 38 - x86_64-linux = "sha256-pZgmRLwx64m9SwYX2cTwYEkHLYFQgIFblW9dSiYxXv8="; 39 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 40 }; 41
··· 24 vivaldiName = if isSnapshot then "vivaldi-snapshot" else "vivaldi"; 25 in stdenv.mkDerivation rec { 26 pname = "vivaldi"; 27 + version = "7.0.3495.29"; 28 29 suffix = { 30 aarch64-linux = "arm64"; ··· 34 src = fetchurl { 35 url = "https://downloads.vivaldi.com/${branch}/vivaldi-${branch}_${version}-1_${suffix}.deb"; 36 hash = { 37 + aarch64-linux = "sha256-GdywFoaxx2VSpOJ0FJIhFcIRDJEhozCWvYvdatmEi5o="; 38 + x86_64-linux = "sha256-PNSGx2oCIbB3vaNFS+7coM9Xw+2qDELJBXX8zA1UC3Q="; 39 }.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}"); 40 }; 41