Merge pull request #13767 from cheecheeo/lastpass_update

lastpass-cli: 0.7.0 -> 0.9.0
This commit is contained in:
joachifm 2016-03-09 06:14:47 +00:00
commit c6b42e8429

View file

@ -3,13 +3,13 @@
stdenv.mkDerivation rec {
name = "lastpass-cli-${version}";
version = "0.7.0";
version = "0.9.0";
src = fetchFromGitHub {
owner = "lastpass";
repo = "lastpass-cli";
rev = "v${version}";
sha256 = "18dn4sx173666w6aaqhwcya5x2z3q0fmhg8h76lgdmx8adrhzdzc";
sha256 = "1iaz36bcyss2kahhlm92l7yh26rxvs12wnkkh1289yarl5wi0yld";
};
buildInputs = [