Skip to content

Commit

Permalink
lastpass-cli: 1.0.0 -> 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Feb 16, 2017
1 parent 6729b9e commit bee26ba
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/tools/security/lastpass-cli/default.nix
@@ -1,19 +1,21 @@
{ stdenv, lib, fetchFromGitHub, pkgconfig, openssl, curl, libxml2, libxslt, asciidoc, docbook_xsl }:
{ stdenv, lib, fetchFromGitHub, cmake, pkgconfig
, openssl, curl, libxml2, libxslt, asciidoc, docbook_xsl }:

stdenv.mkDerivation rec {
name = "lastpass-cli-${version}";

version = "1.0.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "lastpass";
repo = "lastpass-cli";
rev = "v${version}";
sha256 = "0hidx2qfr52bwjb6as4fbfa34jqh3zwvrcx590vbsji3bq4g7avb";
sha256 = "1slqrv877c1bhivgd2i9cr1lsd72371dpz6a3h6s56l3qbyk28sa";
};

nativeBuildInputs = [ cmake pkgconfig ];
buildInputs = [
openssl curl libxml2 pkgconfig asciidoc docbook_xsl libxslt
openssl curl libxml2 asciidoc docbook_xsl libxslt
];

makeFlags = "PREFIX=$(out)";
Expand Down

0 comments on commit bee26ba

Please sign in to comment.