1
0
Fork 0

op: update
All checks were successful
Build / build-amd64-linux (push) Successful in 31s
Build / build-arm64-linux (push) Successful in 1m2s

This commit is contained in:
Daniel Kempkens 2024-02-27 11:48:49 +01:00
parent deed0e274e
commit 2abde0e81b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "agilebits-op";
version = "2.15.0";
version = "2.25.0";
src = pkgs.fetchurl {
url = "https://cache.agilebits.com/dist/1P/op2/pkg/v${version}/op_apple_universal_v${version}.pkg";
sha256 = "sha256-KJVXW2Ze1AmDWNeTEfr7SsZMBmLyMfBv/FgC+XAds0A=";
hash = "sha256-JO7Hh8PUnW5D3GCJFPcVfIYXzHV6HkckqFnGK9vH7Qs=";
};
buildInputs = with pkgs; [ xar cpio ];
@ -31,7 +31,7 @@ pkgs.stdenv.mkDerivation rec {
meta = with lib; {
description = "1Password command-line tool";
homepage = "https://developer.1password.com/docs/cli";
license = licenses.unfree;
#license = licenses.unfree;
platforms = [ "x86_64-darwin" "aarch64-darwin" ];
};
}