Skip to content

Commit

Permalink
hoppscotch: 24.11.0-0 -> 24.12.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-hass committed Jan 6, 2025
1 parent 310cc42 commit 71b080a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ho/hoppscotch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}");
Expand Down

0 comments on commit 71b080a

Please sign in to comment.