File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
pkgs/by-name/ho/hoppscotch Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
99let
1010 pname = "hoppscotch" ;
11- version = "25.3 .2-0" ;
11+ version = "25.4 .2-0" ;
1212
1313 src =
1414 fetchurl
1515 {
1616 aarch64-darwin = {
1717 url = "https://github.com/hoppscotch/releases/releases/download/v${ version } /Hoppscotch_mac_aarch64.dmg" ;
18- hash = "sha256-l8R6pWu8lJSuji8lITFJFUagvFUFbJ5KKUBJ/1jE9WI =" ;
18+ hash = "sha256-f3Ar5QUm1MJ/kfLRsjxAU1mudpJhU63uxEdu17Y2rmo =" ;
1919 } ;
2020 x86_64-darwin = {
2121 url = "https://github.com/hoppscotch/releases/releases/download/v${ version } /Hoppscotch_mac_x64.dmg" ;
22- hash = "sha256-6HT2IwdjaMjf+PcN6/keCSIqKAIOsQqocEibA+v5GJc =" ;
22+ hash = "sha256-Q21XD+LWx6b/2e4qUabDpjxaJ7h1yz2T4ZbyIDWAljE =" ;
2323 } ;
2424 x86_64-linux = {
2525 url = "https://github.com/hoppscotch/releases/releases/download/v${ version } /Hoppscotch_linux_x64.AppImage" ;
26- hash = "sha256-TpR0vfOba34C+BMi5Yn1C1M83gPXzRnqi1w0+Jt5GNc =" ;
26+ hash = "sha256-Y+zvpTfsVwvM8clyTeE8bFCJfsOTJkkGOWzzVQtZrYI =" ;
2727 } ;
2828 }
2929 . ${ stdenv . hostPlatform . system } or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " ) ;
You can’t perform that action at this time.
0 commit comments