forked from mirrors/nixpkgs
_1password: 2.9.1 -> 2.11.0
This commit is contained in:
parent
fe8d87ed5a
commit
04cdb23c46
|
@ -12,12 +12,12 @@ let
|
|||
if extension == "zip" then fetchzip args else fetchurl args;
|
||||
|
||||
pname = "1password-cli";
|
||||
version = "2.10.0";
|
||||
version = "2.11.0";
|
||||
sources = rec {
|
||||
aarch64-linux = fetch "linux_arm64" "sha256-WPkKfX6zkr/3NWNuzmvYheVv9Ph7wXIMZZAkj2WPoPw=" "zip";
|
||||
i686-linux = fetch "linux_386" "sha256-LNAc74iC38NE75AZ6d6uc8HZTecjqRC6c+0xoGhx6nE=" "zip";
|
||||
x86_64-linux = fetch "linux_amd64" "sha256-RWuv0cJQ7GQzAj5x/+iRuCHvi3o6X3FZpqXg6ojmGQw=" "zip";
|
||||
aarch64-darwin = fetch "apple_universal" "sha256-697MHQCAeRsLhcZ48O92HQhE2h9nz/dmYTVMq24Reoo=" "pkg";
|
||||
aarch64-linux = fetch "linux_arm64" "sha256-UCPF+tj1ELzLO4+UAYS/SS0i645oO55grbGGAhe7zBE=" "zip";
|
||||
i686-linux = fetch "linux_386" "sha256-7vCCOKMSc2vrwSpAO5hYgdz/e6bveG0liG7fjbWge6c=" "zip";
|
||||
x86_64-linux = fetch "linux_amd64" "sha256-mtD1caAc0PIFN8L+pw5tO0Tkg+JD99xBUvPwejVgVwU=" "zip";
|
||||
aarch64-darwin = fetch "apple_universal" "sha256-5oZQEAnRPgE9GABoR0UCr6qjUwAdtFADoonJIeRHGdE=" "pkg";
|
||||
x86_64-darwin = aarch64-darwin;
|
||||
};
|
||||
platforms = builtins.attrNames sources;
|
||||
|
|
Loading…
Reference in a new issue