forked from mirrors/nixpkgs
sequoia: 0.16.0 -> 0.17.0
This commit is contained in:
parent
67a080588c
commit
5c4f17c50e
|
@ -9,16 +9,16 @@ assert pythonSupport -> pythonPackages != null;
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "sequoia";
|
||||
version = "0.16.0";
|
||||
version = "0.17.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "sequoia-pgp";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0iwzi2ylrwz56s77cd4vcf89ig6ipy4w6kp2pfwqvd2d00x54dhk";
|
||||
sha256 = "1rf9q67qmjfkgy6r3mz1h9ibfmc04r4j8nzacqv2l75x4mwvf6xb";
|
||||
};
|
||||
|
||||
cargoSha256 = "0jsmvs6hr9mhapz3a74wpfgkjkq3w10014j3z30bm659mxqrknha";
|
||||
cargoSha256 = "074bbr7dfk8cqdarrjy4sm37f5jmv2l5gwwh3zcmy2wrfg7vi1h6";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig
|
||||
|
|
Loading…
Reference in a new issue