mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
lastpass-cli: 1.3.1 -> 1.3.2
https://github.com/lastpass/lastpass-cli/releases/tag/v1.3.2
This commit is contained in:
parent
ea34ad0e43
commit
c87bca6b7c
@ -2,15 +2,14 @@
|
||||
, bash-completion, openssl, curl, libxml2, libxslt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "lastpass-cli-${version}";
|
||||
|
||||
version = "1.3.1";
|
||||
pname = "lastpass-cli";
|
||||
version = "1.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lastpass";
|
||||
repo = "lastpass-cli";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "11drzmfdvb8ydw1dxaz9zz8rk0jjqmfv076vydz05qqvgx59s38h";
|
||||
sha256 = "12qjqvqzi3pq7hrdpq59bcxqy6yj1mhx145g9rky1jm2ipzpfayq";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ asciidoc cmake docbook_xsl pkgconfig ];
|
||||
|
Loading…
Reference in New Issue
Block a user