Skip to content

Commit 57cd3fb

Browse files
authored
hoppscotch: 24.11.0-0 -> 24.12.0-0 (#371319)
2 parents e7b950a + 71b080a commit 57cd3fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/by-name/ho/hoppscotch/package.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@
88

99
let
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}");

0 commit comments

Comments
 (0)