Skip to content

Commit 440e21d

Browse files
authored
1password-gui: 8.10.40 -> 8.10.46 (beta 8.10.44-21 -> 8.10.48-17) (#346483)
2 parents b09d2fa + 1c88e6d commit 440e21d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pkgs/applications/misc/1password-gui/default.nix

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,43 @@
1010

1111
let
1212
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";
1414

1515
sources = {
1616
stable = {
1717
x86_64-linux = {
1818
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=";
2020
};
2121
aarch64-linux = {
2222
url = "https://downloads.1password.com/linux/tar/stable/aarch64/1password-${version}.arm64.tar.gz";
23-
hash = "sha256-7lUZiS3TSsIVqPoN5A6YqyVaaaRI9BliT51FHkwOPyw=";
23+
hash = "sha256-tHQIhLPTD2dFRK542kFnpExg36paaNuzyOED8ZKyIYk=";
2424
};
2525
x86_64-darwin = {
2626
url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip";
27-
hash = "sha256-xK/B8J3VP8y1xw3KorzZzPf/LjYmYdOIjDECMJnVv6I=";
27+
hash = "sha256-pnAE1UTMXX89wshEI/wzhySb1NZY5ke5bSYmUjvU/pc=";
2828
};
2929
aarch64-darwin = {
3030
url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip";
31-
hash = "sha256-iqdK6K7dcypZFGseYal2KjOaqJtUjXeCzbDdx7pDv8A=";
31+
hash = "sha256-MmHUa96keBV9+E2GQdgz/aCTXeFkVNqHV0eH8/WhvhY=";
3232
};
3333
};
3434
beta = {
3535
x86_64-linux = {
3636
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=";
3838
};
3939
aarch64-linux = {
4040
url = "https://downloads.1password.com/linux/tar/beta/aarch64/1password-${version}.arm64.tar.gz";
41-
hash = "sha256-EUnIIi6DB5kBVid9ExBpNApKItHnRKQziBy/GFt0xag=";
41+
hash = "sha256-V5Nt81Trw6l7DAUtCX2Yv/fL2wBJpJER0iaOBmMfQ5o=";
4242
};
4343
x86_64-darwin = {
4444
url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip";
45-
hash = "sha256-U14CjoUJUpd4wWidZz6xGErhHI/VPChqG8cwBTBYoYc=";
45+
hash = "sha256-UfSUPqZgbYdWyrfw41SdnnI1IeA+dYsfBAu/UQl0vVI=";
4646
};
4747
aarch64-darwin = {
4848
url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip";
49-
hash = "sha256-DD1M2EFSHqG9OHX5Q/CmZLZIKYrBMS4cnX/6tLVi7H0=";
49+
hash = "sha256-ynkDnJtoKMAtegeilB0XIH+YrSS9EKYV1ceN0Ecls+A=";
5050
};
5151
};
5252
};

0 commit comments

Comments
 (0)