File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
pkgs/applications/misc/1password-gui Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010
1111let
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 = {
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 } ;
You can’t perform that action at this time.
0 commit comments