hoppscotch: 25.3.2-0 -> 25.4.2-0 (#406021)

authored by Nick Cao and committed by GitHub 9804b276 eda2b944

+4 -4
+4 -4
pkgs/by-name/ho/hoppscotch/package.nix
··· 8 9 let 10 pname = "hoppscotch"; 11 - version = "25.3.2-0"; 12 13 src = 14 fetchurl 15 { 16 aarch64-darwin = { 17 url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_mac_aarch64.dmg"; 18 - hash = "sha256-l8R6pWu8lJSuji8lITFJFUagvFUFbJ5KKUBJ/1jE9WI="; 19 }; 20 x86_64-darwin = { 21 url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_mac_x64.dmg"; 22 - hash = "sha256-6HT2IwdjaMjf+PcN6/keCSIqKAIOsQqocEibA+v5GJc="; 23 }; 24 x86_64-linux = { 25 url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_linux_x64.AppImage"; 26 - hash = "sha256-TpR0vfOba34C+BMi5Yn1C1M83gPXzRnqi1w0+Jt5GNc="; 27 }; 28 } 29 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
··· 8 9 let 10 pname = "hoppscotch"; 11 + version = "25.4.2-0"; 12 13 src = 14 fetchurl 15 { 16 aarch64-darwin = { 17 url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_mac_aarch64.dmg"; 18 + hash = "sha256-f3Ar5QUm1MJ/kfLRsjxAU1mudpJhU63uxEdu17Y2rmo="; 19 }; 20 x86_64-darwin = { 21 url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_mac_x64.dmg"; 22 + hash = "sha256-Q21XD+LWx6b/2e4qUabDpjxaJ7h1yz2T4ZbyIDWAljE="; 23 }; 24 x86_64-linux = { 25 url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_linux_x64.AppImage"; 26 + hash = "sha256-Y+zvpTfsVwvM8clyTeE8bFCJfsOTJkkGOWzzVQtZrYI="; 27 }; 28 } 29 .${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");