Bump agilebits-op
This commit is contained in:
parent
2a6fab18b3
commit
1797853fa1
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
pkgs.stdenv.mkDerivation rec {
|
pkgs.stdenv.mkDerivation rec {
|
||||||
pname = "agilebits-op";
|
pname = "agilebits-op";
|
||||||
version = "2.0.1";
|
version = "2.3.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://cache.agilebits.com/dist/1P/op2/pkg/v${version}/op_apple_universal_v${version}.pkg";
|
url = "https://cache.agilebits.com/dist/1P/op2/pkg/v${version}/op_apple_universal_v${version}.pkg";
|
||||||
sha256 = "Y3hc7XNab8GjdqYQtg2HOZNpzaSc/jf3ruXd3rJSvIc=";
|
sha256 = "f4hEYklyx33FT0rskR5o7Brpk8b0XbiOPNaYssgjjjY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with pkgs; [ xar cpio ];
|
buildInputs = with pkgs; [ xar cpio ];
|
||||||
|
|
Loading…
Reference in a new issue