1
0
Fork 0

Update op

This commit is contained in:
Daniel Kempkens 2023-02-07 21:23:29 +01:00
parent c74bd29725
commit 460d3b9acc
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -2,11 +2,11 @@
pkgs.stdenv.mkDerivation rec {
pname = "agilebits-op";
version = "2.7.3";
version = "2.13.1";
src = pkgs.fetchurl {
url = "https://cache.agilebits.com/dist/1P/op2/pkg/v${version}/op_apple_universal_v${version}.pkg";
sha256 = "sha256-6qrNgb5ae+qqlNsNDLbKNeWj0o/SRs+2G/4DfK5Wnhg=";
sha256 = "sha256-Mag2UG5IhikxV0aA/OhA9Aauuytx9shUKlrGhXMjqTM=";
};
buildInputs = with pkgs; [ xar cpio ];