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 = "24.11 .0-0" ;
11+ version = "24.12 .0-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-MvLaAURzcNkG+kHFiMb7vliucJOzfqU3skeUGWiiKBY =" ;
18+ hash = "sha256-pM9s5rRb/VswJECK44Ku2rSa4a7kpKhJM9t6uR/6B9A =" ;
1919 } ;
2020 x86_64-darwin = {
2121 url = "https://github.com/hoppscotch/releases/releases/download/v${ version } /Hoppscotch_mac_x64.dmg" ;
22- hash = "sha256-2LlsBgiu2LWkK8+VAT7FvZ1YPDtNla+t8YDZF0GalxI =" ;
22+ hash = "sha256-vXZSeogWBJt7ev0bmWB5MWYcePgq1noG3djU8kjZumQ =" ;
2323 } ;
2424 x86_64-linux = {
2525 url = "https://github.com/hoppscotch/releases/releases/download/v${ version } /Hoppscotch_linux_x64.AppImage" ;
26- hash = "sha256-xUtpoKilueiMD+2Yd58jlxq2UPwp9oUzusB9sbJQulk =" ;
26+ hash = "sha256-iwSqGcaQqFawGhT4vWKQp63ZoHGjssNYJ3ByvKJacU0 =" ;
2727 } ;
2828 }
2929 . ${ stdenv . system } or ( throw "Unsupported system: ${ stdenv . system } " ) ;
You can’t perform that action at this time.
0 commit comments