Merge pull request #244984 from NickCao/sequoia-chameleon-gnupg

sequoia-chameleon-gnupg: 0.2.0 -> 0.3.1

authored by

Nick Cao and committed by
GitHub
790ee963 ce4c7d58

+5 -3
+5 -3
pkgs/tools/security/sequoia-chameleon-gnupg/default.nix
··· 5 , pkg-config 6 , nettle 7 , openssl 8 , darwin 9 }: 10 11 rustPlatform.buildRustPackage rec { 12 pname = "sequoia-chameleon-gnupg"; 13 - version = "0.2.0"; 14 15 src = fetchFromGitLab { 16 owner = "sequoia-pgp"; 17 repo = pname; 18 rev = "v${version}"; 19 - hash = "sha256-8aKT39gq6o7dnbhKbDxewd4R2e2IsbYU8vaDwYemes8="; 20 }; 21 22 - cargoHash = "sha256-Z6cXCHLrK+BcIeVCKH2l8n9SivZsZPhXGhaMObn6rjo="; 23 24 nativeBuildInputs = [ 25 rustPlatform.bindgenHook ··· 29 buildInputs = [ 30 nettle 31 openssl 32 ] ++ lib.optionals stdenv.isDarwin [ 33 darwin.apple_sdk.frameworks.Security 34 ];
··· 5 , pkg-config 6 , nettle 7 , openssl 8 + , sqlite 9 , darwin 10 }: 11 12 rustPlatform.buildRustPackage rec { 13 pname = "sequoia-chameleon-gnupg"; 14 + version = "0.3.1"; 15 16 src = fetchFromGitLab { 17 owner = "sequoia-pgp"; 18 repo = pname; 19 rev = "v${version}"; 20 + hash = "sha256-sxjWd02INP2Dr5RQR7+dHHIQkGoCx6CZmvrq9x9zVC8="; 21 }; 22 23 + cargoHash = "sha256-+0MLfq2Gjs4oh9bC8OEQsx0RHxlzB/HlIgyXtwzvGUY="; 24 25 nativeBuildInputs = [ 26 rustPlatform.bindgenHook ··· 30 buildInputs = [ 31 nettle 32 openssl 33 + sqlite 34 ] ++ lib.optionals stdenv.isDarwin [ 35 darwin.apple_sdk.frameworks.Security 36 ];