Skip to content

Commit

Permalink
Merge pull request NixOS#79226 from mmahut/sequoia
Browse files Browse the repository at this point in the history
sequoia: 0.11.0 -> 0.13.0
  • Loading branch information
worldofpeace committed Feb 5, 2020
2 parents 968d075 + 5485b44 commit dc708df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/security/sequoia/default.nix
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 dc708df

Please sign in to comment.