Skip to content

Commit

Permalink
Merge pull request #68533 from jasoncarr0/lesspass-fix
Browse files Browse the repository at this point in the history
Lesspass: fix src
  • Loading branch information
Ma27 authored Sep 12, 2019
2 parents 2e47cb8 + 7644e88 commit 79c111e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/tools/security/lesspass-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@

let
inherit (python3.pkgs) buildPythonApplication pytest mock pexpect;
repo = "lesspass";
in
buildPythonApplication rec {
pname = "lesspass-cli";
version = "9.0.0";

src = fetchFromGitHub {
owner = pname;
repo = pname;
owner = repo;
repo = repo;
rev = version;
sha256 = "1mdv0c0fn4d72iigy8hz4s7kf7q3pg4gjjadxwxyjwsalapnsapk";
};
Expand Down

0 comments on commit 79c111e

Please sign in to comment.