Skip to content

Commit 0ce9de0

Browse files
authored
1password-gui-beta: 8.10.60-4.BETA -> 8.10.68-12.BETA (#387482)
2 parents 25050c9 + 263e887 commit 0ce9de0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

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

1111
let
1212
pname = "1password";
13-
version = if channel == "stable" then "8.10.60" else "8.10.60-4.BETA";
13+
version = if channel == "stable" then "8.10.60" else "8.10.68-12.BETA";
1414

1515
sources = {
1616
stable = {
@@ -34,19 +34,19 @@ let
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-c9r/t7VpClf2RQfLLyKdpU90RYlPEPA4N2PjrL2QXAo=";
37+
hash = "sha256-/0Y1qnCI/gXGKTHk9EIaUVbHTwRkOvwOOiMif6sRkqw=";
3838
};
3939
aarch64-linux = {
4040
url = "https://downloads.1password.com/linux/tar/beta/aarch64/1password-${version}.arm64.tar.gz";
41-
hash = "sha256-Tf19dRmf7wufUJQf9m/M2Nwrs4yGW/idzs8FsgkM96o=";
41+
hash = "sha256-4J6a10r5n8ffqC5Y2pjO/GJLXY5AQDkQWmFNLYeK/Xw=";
4242
};
4343
x86_64-darwin = {
4444
url = "https://downloads.1password.com/mac/1Password-${version}-x86_64.zip";
45-
hash = "sha256-lOQjuXLCCBF1lmEwkLrfX8Pjlwwx5wAa5WBDdf60VnQ=";
45+
hash = "sha256-XvflRqqUI59ekuSiQXyACzS94VIrl8wJjemi0xAznZU=";
4646
};
4747
aarch64-darwin = {
4848
url = "https://downloads.1password.com/mac/1Password-${version}-aarch64.zip";
49-
hash = "sha256-2wYmLIxvUDlqKrCsSmI/yCoNOrMEgPdfrHJHMwFYkyo=";
49+
hash = "sha256-UErp3pcSXz/C5s3JraLoBN89tL8ghgJ3XLpg7KtU8Sc=";
5050
};
5151
};
5252
};

0 commit comments

Comments
 (0)