We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adf2c34 + 07943f8 commit 8f474d2Copy full SHA for 8f474d2
pkgs/tools/security/sequoia-chameleon-gnupg/default.nix
@@ -11,16 +11,16 @@
11
12
rustPlatform.buildRustPackage rec {
13
pname = "sequoia-chameleon-gnupg";
14
- version = "unstable-2023-11-22";
+ version = "0.11.2";
15
16
src = fetchFromGitLab {
17
owner = "sequoia-pgp";
18
repo = pname;
19
- rev = "fd9df5a4e1ec3c3ca986a1a25bacf13f024c934a";
20
- hash = "sha256-OxWlkOQxuuCFyLMx+ucervyqIduUpyJ9lCGFQlfEUFc=";
+ rev = "v${version}";
+ hash = "sha256-XoZA8X6lwziKFECJDPCSpqcFtJe5TsDGWvM+EgpBU3U=";
21
};
22
23
- cargoHash = "sha256-4+PA1kYJgn8yDAYr88DQYg6sdgSN3MWzKAUATW3VO6I=";
+ cargoHash = "sha256-xDQCAte+olmoMbchspNW/02NRkhwWxcgPkIXWBJsbIg=";
24
25
nativeBuildInputs = [
26
rustPlatform.bindgenHook
0 commit comments