File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/by-name/ha/hamrs-pro Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 88
99let
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
You can’t perform that action at this time.
0 commit comments