Skip to content

Commit ebbfc8e

Browse files
committed
hamrs-pro: 2.38.0 -> 2.39.0
1 parent cf7c43a commit ebbfc8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pkgs/by-name/ha/hamrs-pro/package.nix

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

99
let
1010
pname = "hamrs-pro";
11-
version = "2.38.0";
11+
version = "2.39.0";
1212

1313
throwSystem = throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}";
1414

1515
srcs = {
1616
x86_64-linux = fetchurl {
1717
url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-linux-x86_64.AppImage";
18-
hash = "sha256-G9zap1AaPZepIajZHbUDMODJ7l+7JSD8oJq7EecmE+M=";
18+
hash = "sha256-cLjsJlSfwmpzB7Ef/oSMbrRr4PEklpnOHouiAs/X0Gg=";
1919
};
2020

2121
aarch64-linux = fetchurl {
2222
url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-linux-arm64.AppImage";
23-
hash = "sha256-eVt2ciWFTKJdV0YoQyU98DD90aMUoOWTqzbZ/s0G+0E=";
23+
hash = "sha256-MisWOfSpeh48W9/3+lZVYzDoU2ZvGb8sMmLE1qfStSo=";
2424
};
2525

2626
x86_64-darwin = fetchurl {
2727
url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-mac-x64.dmg";
28-
hash = "sha256-ggWnB5QcJM9bsOyyVe9dSvOU63hr8heWQTE6ncPgriU=";
28+
hash = "sha256-lThk5DRva93/IxfCfr3f3VKUCaLnrAH7L/I1BBc0whE=";
2929
};
3030

3131
aarch64-darwin = fetchurl {
3232
url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-mac-arm64.dmg";
33-
hash = "sha256-s8Ly1UYBy0EzUCKUCJxx1PcxVQe2gkeuXDudqnSuYjE=";
33+
hash = "sha256-xZqC0enG/b7LSE8OzhVWPR1Rz50gjaAWDxT6UFdO3Wc=";
3434
};
3535
};
3636

0 commit comments

Comments
 (0)