Skip to content

Commit 07943f8

Browse files
committed
sequoia-chameleon-gnupg: unstable-2023-11-22 -> 0.11.2
1 parent 82eb8a8 commit 07943f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pkgs/tools/security/sequoia-chameleon-gnupg/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111

1212
rustPlatform.buildRustPackage rec {
1313
pname = "sequoia-chameleon-gnupg";
14-
version = "unstable-2023-11-22";
14+
version = "0.11.2";
1515

1616
src = fetchFromGitLab {
1717
owner = "sequoia-pgp";
1818
repo = pname;
19-
rev = "fd9df5a4e1ec3c3ca986a1a25bacf13f024c934a";
20-
hash = "sha256-OxWlkOQxuuCFyLMx+ucervyqIduUpyJ9lCGFQlfEUFc=";
19+
rev = "v${version}";
20+
hash = "sha256-XoZA8X6lwziKFECJDPCSpqcFtJe5TsDGWvM+EgpBU3U=";
2121
};
2222

23-
cargoHash = "sha256-4+PA1kYJgn8yDAYr88DQYg6sdgSN3MWzKAUATW3VO6I=";
23+
cargoHash = "sha256-xDQCAte+olmoMbchspNW/02NRkhwWxcgPkIXWBJsbIg=";
2424

2525
nativeBuildInputs = [
2626
rustPlatform.bindgenHook

0 commit comments

Comments
 (0)