Skip to content

Commit 4548e69

Browse files
authored
hamrs-pro: 2.37.1 -> 2.38.0 (#412412)
2 parents 513cec0 + 8ce8c05 commit 4548e69

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.37.1";
11+
version = "2.38.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-kLYgqRH+RpyitUSZVoZFfqVsrJjTXeZp80ILHGQmGTk=";
18+
hash = "sha256-G9zap1AaPZepIajZHbUDMODJ7l+7JSD8oJq7EecmE+M=";
1919
};
2020

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

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

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

0 commit comments

Comments
 (0)