Skip to content

Commit

Permalink
lastpass-cli: 1.1.1 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
utdemir authored and globin committed Oct 24, 2017
1 parent 5a07d16 commit cf8e966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/security/lastpass-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
name = "lastpass-cli-${version}";

version = "1.1.1";
version = "1.2.1";

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

nativeBuildInputs = [ cmake pkgconfig ];
Expand Down

0 comments on commit cf8e966

Please sign in to comment.