Unverified Commit 57cd3fbd authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

hoppscotch: 24.11.0-0 -> 24.12.0-0 (#371319)

parents e7b950aa 71b080a8
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -8,22 +8,22 @@

let
  pname = "hoppscotch";
  version = "24.11.0-0";
  version = "24.12.0-0";

  src =
    fetchurl
      {
        aarch64-darwin = {
          url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_mac_aarch64.dmg";
          hash = "sha256-MvLaAURzcNkG+kHFiMb7vliucJOzfqU3skeUGWiiKBY=";
          hash = "sha256-pM9s5rRb/VswJECK44Ku2rSa4a7kpKhJM9t6uR/6B9A=";
        };
        x86_64-darwin = {
          url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_mac_x64.dmg";
          hash = "sha256-2LlsBgiu2LWkK8+VAT7FvZ1YPDtNla+t8YDZF0GalxI=";
          hash = "sha256-vXZSeogWBJt7ev0bmWB5MWYcePgq1noG3djU8kjZumQ=";
        };
        x86_64-linux = {
          url = "https://github.com/hoppscotch/releases/releases/download/v${version}/Hoppscotch_linux_x64.AppImage";
          hash = "sha256-xUtpoKilueiMD+2Yd58jlxq2UPwp9oUzusB9sbJQulk=";
          hash = "sha256-iwSqGcaQqFawGhT4vWKQp63ZoHGjssNYJ3ByvKJacU0=";
        };
      }
      .${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");