|
10 | 10 |
|
11 | 11 | let |
12 | 12 | pname = "1password"; |
13 | | - version = if channel == "stable" then "8.10.40" else "8.10.44-21.BETA"; |
| 13 | + version = if channel == "stable" then "8.10.46" else "8.10.48-17.BETA"; |
14 | 14 |
|
15 | 15 | sources = { |
16 | 16 | stable = { |
17 | 17 | x86_64-linux = { |
18 | 18 | url = "https://downloads.1password.com/linux/tar/stable/x86_64/1password-${version}.x64.tar.gz"; |
19 | | - hash = "sha256-viY0SOUhrOvmue6Nolau356rIqwDo2nLzMilFFmNb9g="; |
| 19 | + hash = "sha256-oewS90rSBqxA0V+ttcmUXznUZ3+mb5FKtmYD4kUDmTk="; |
20 | 20 | }; |
21 | 21 | aarch64-linux = { |
22 | 22 | url = "https://downloads.1password.com/linux/tar/stable/aarch64/1password-${version}.arm64.tar.gz"; |
23 | | - hash = "sha256-7lUZiS3TSsIVqPoN5A6YqyVaaaRI9BliT51FHkwOPyw="; |
| 23 | + hash = "sha256-tHQIhLPTD2dFRK542kFnpExg36paaNuzyOED8ZKyIYk="; |
24 | 24 | }; |
25 | 25 | x86_64-darwin = { |
26 | 26 | url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip"; |
27 | | - hash = "sha256-xK/B8J3VP8y1xw3KorzZzPf/LjYmYdOIjDECMJnVv6I="; |
| 27 | + hash = "sha256-pnAE1UTMXX89wshEI/wzhySb1NZY5ke5bSYmUjvU/pc="; |
28 | 28 | }; |
29 | 29 | aarch64-darwin = { |
30 | 30 | url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip"; |
31 | | - hash = "sha256-iqdK6K7dcypZFGseYal2KjOaqJtUjXeCzbDdx7pDv8A="; |
| 31 | + hash = "sha256-MmHUa96keBV9+E2GQdgz/aCTXeFkVNqHV0eH8/WhvhY="; |
32 | 32 | }; |
33 | 33 | }; |
34 | 34 | beta = { |
35 | 35 | x86_64-linux = { |
36 | 36 | url = "https://downloads.1password.com/linux/tar/beta/x86_64/1password-${version}.x64.tar.gz"; |
37 | | - hash = "sha256-enorJfbn+xJVy1fG3wjhO3LkSsMncHA9/yA13kG+h4Y="; |
| 37 | + hash = "sha256-4SPZJP/ebnyAMEWrIGonb+5nYXuM8KCPK9modC/Cr/Y="; |
38 | 38 | }; |
39 | 39 | aarch64-linux = { |
40 | 40 | url = "https://downloads.1password.com/linux/tar/beta/aarch64/1password-${version}.arm64.tar.gz"; |
41 | | - hash = "sha256-EUnIIi6DB5kBVid9ExBpNApKItHnRKQziBy/GFt0xag="; |
| 41 | + hash = "sha256-V5Nt81Trw6l7DAUtCX2Yv/fL2wBJpJER0iaOBmMfQ5o="; |
42 | 42 | }; |
43 | 43 | x86_64-darwin = { |
44 | 44 | url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip"; |
45 | | - hash = "sha256-U14CjoUJUpd4wWidZz6xGErhHI/VPChqG8cwBTBYoYc="; |
| 45 | + hash = "sha256-UfSUPqZgbYdWyrfw41SdnnI1IeA+dYsfBAu/UQl0vVI="; |
46 | 46 | }; |
47 | 47 | aarch64-darwin = { |
48 | 48 | url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip"; |
49 | | - hash = "sha256-DD1M2EFSHqG9OHX5Q/CmZLZIKYrBMS4cnX/6tLVi7H0="; |
| 49 | + hash = "sha256-ynkDnJtoKMAtegeilB0XIH+YrSS9EKYV1ceN0Ecls+A="; |
50 | 50 | }; |
51 | 51 | }; |
52 | 52 | }; |
|
0 commit comments