hamrs-pro: 2.43.0 -> 2.44.0 (#442998)

authored by nixpkgs-merge-bot[bot] and committed by GitHub 795f1c3c e5ce5c25

+5 -5
+5 -5
pkgs/by-name/ha/hamrs-pro/package.nix
··· 8 8 9 9 let 10 10 pname = "hamrs-pro"; 11 - version = "2.43.0"; 11 + version = "2.44.0"; 12 12 13 13 throwSystem = throw "Unsupported system: ${stdenvNoCC.hostPlatform.system}"; 14 14 15 15 srcs = { 16 16 x86_64-linux = fetchurl { 17 17 url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-linux-x86_64.AppImage"; 18 - hash = "sha256-R+yUCqhnFq6ffU0sbearFJ+nsyfrzVnbw/vKV2li8sk="; 18 + hash = "sha256-JDJxiOYgSHEBT0cyTlD/lalI4cQIODK06eaI+iVRDCI="; 19 19 }; 20 20 21 21 aarch64-linux = fetchurl { 22 22 url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-linux-arm64.AppImage"; 23 - hash = "sha256-nsZbebiYqAd8By+o3+DgJ51mPAuPzQqRsjxXpWPTgW8="; 23 + hash = "sha256-umm+PEBcY1zVlxG0z585+PxW5gHuGxEtfj8zzIYwgAQ="; 24 24 }; 25 25 26 26 x86_64-darwin = fetchurl { 27 27 url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-mac-x64.dmg"; 28 - hash = "sha256-G2vCdgs8wGsZ5EHeO8CI/BtyxvbBAvHTzqbn7InxEAU="; 28 + hash = "sha256-DN2Alc2dMeNyr0VtXzwd4BamtZev+gHBesf5ohM5wm0="; 29 29 }; 30 30 31 31 aarch64-darwin = fetchurl { 32 32 url = "https://hamrs-dist.s3.amazonaws.com/hamrs-pro-${version}-mac-arm64.dmg"; 33 - hash = "sha256-CnAbgGsgJCLcKH7HizOncI52G6kn8+FEMhWZR8FPMBc="; 33 + hash = "sha256-JE1F6qHOmGGcfq6lNpiBr6hoK0UPy5S/VzOjhvsjgp4="; 34 34 }; 35 35 }; 36 36