Skip to content

Commit

Permalink
sequoia: 0.11.0 -> 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Feb 4, 2020
1 parent 0de211d commit 5485b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/sequoia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ assert pythonSupport -> pythonPackages != null;

rustPlatform.buildRustPackage rec {
pname = "sequoia";
version = "0.11.0";
version = "0.13.0";

src = fetchFromGitLab {
owner = "sequoia-pgp";
repo = pname;
rev = "v${version}";
sha256 = "1k0pr3vn77fpfzyvbg7xb4jwm6srsiws9bsd8q7i3hl6j56a880i";
sha256 = "0hxdjzd2qjwf9pbnkzrnzlg0xa8vf1f65aryq7pd9895bpnk7740";
};

cargoSha256 = "15bhg7b88rq8p0bn6y5wwv2l42kqb1qyx2s3kw0r0v0wadf823q3";
cargoSha256 = "0w968ynxqkznp9g1ah040iv6ghwqwqjk1cjlr2f0j5fs57rspzf2";

nativeBuildInputs = [
pkgconfig
Expand Down

0 comments on commit 5485b44

Please sign in to comment.