|
10 | 10 |
|
11 | 11 | let |
12 | 12 | pname = "1password"; |
13 | | - version = if channel == "stable" then "8.10.46" else "8.10.48-17.BETA"; |
| 13 | + version = if channel == "stable" then "8.10.48" else "8.10.50-8.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-oewS90rSBqxA0V+ttcmUXznUZ3+mb5FKtmYD4kUDmTk="; |
| 19 | + hash = "sha256-6yC7wDYd6FJluiVXyc6O03GiZkG48ttRl1N1A9djI9A="; |
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-tHQIhLPTD2dFRK542kFnpExg36paaNuzyOED8ZKyIYk="; |
| 23 | + hash = "sha256-RN3FC7JIAJvd1hWdVH1CAOUsYr5rpq9o3JVbyfwWWKk="; |
24 | 24 | }; |
25 | 25 | x86_64-darwin = { |
26 | 26 | url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip"; |
27 | | - hash = "sha256-pnAE1UTMXX89wshEI/wzhySb1NZY5ke5bSYmUjvU/pc="; |
| 27 | + hash = "sha256-iJkIzVeI/mqFbBAGqQPABq1sAeS9k0j+EuUND1VYWJQ="; |
28 | 28 | }; |
29 | 29 | aarch64-darwin = { |
30 | 30 | url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip"; |
31 | | - hash = "sha256-MmHUa96keBV9+E2GQdgz/aCTXeFkVNqHV0eH8/WhvhY="; |
| 31 | + hash = "sha256-LZ56dIJ5vXJ1SbCI8hdeldKJwzkfM0Tp8d9eZ4tQ9/k="; |
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-4SPZJP/ebnyAMEWrIGonb+5nYXuM8KCPK9modC/Cr/Y="; |
| 37 | + hash = "sha256-Wm8TZjPVkqn+Y0PvSxTBAGduQNBAWUvy0AEGveVvMS0="; |
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-V5Nt81Trw6l7DAUtCX2Yv/fL2wBJpJER0iaOBmMfQ5o="; |
| 41 | + hash = "sha256-pF1DmzfcfyT/JVJx97dykbFwEjgOMpTvofTaZvwIIvE="; |
42 | 42 | }; |
43 | 43 | x86_64-darwin = { |
44 | 44 | url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip"; |
45 | | - hash = "sha256-UfSUPqZgbYdWyrfw41SdnnI1IeA+dYsfBAu/UQl0vVI="; |
| 45 | + hash = "sha256-MOilWgFZazVrMc6cCHqZO03KmBP8HCPevrxcKAMKEoE="; |
46 | 46 | }; |
47 | 47 | aarch64-darwin = { |
48 | 48 | url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip"; |
49 | | - hash = "sha256-ynkDnJtoKMAtegeilB0XIH+YrSS9EKYV1ceN0Ecls+A="; |
| 49 | + hash = "sha256-TBA2OJXSjKzAR+gvVPCetSc7MVCNoyw4xo6w+9EIayc="; |
50 | 50 | }; |
51 | 51 | }; |
52 | 52 | }; |
|
0 commit comments