Merge pull request #246715 from r-ryantm/auto-update/sequoia-sq

sequoia-sq: 0.30.1 -> 0.31.0

authored by

Doron Behar and committed by
GitHub
611bd732 3b4a2c7e

+3 -3
+3 -3
pkgs/tools/security/sequoia-sq/default.nix
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "sequoia-sq"; 15 - version = "0.30.1"; 16 17 src = fetchFromGitLab { 18 owner = "sequoia-pgp"; 19 repo = "sequoia-sq"; 20 rev = "v${version}"; 21 - hash = "sha256-uFcmuyz0JsUTvKqCb+3t8JdB4Dn4hJq00jeEhvMNW18="; 22 }; 23 24 - cargoHash = "sha256-PWqwTGodQ7LBTgHFB2AWX5wIOVJja2GzPoocX59Dr/0="; 25 26 nativeBuildInputs = [ 27 pkg-config
··· 12 13 rustPlatform.buildRustPackage rec { 14 pname = "sequoia-sq"; 15 + version = "0.31.0"; 16 17 src = fetchFromGitLab { 18 owner = "sequoia-pgp"; 19 repo = "sequoia-sq"; 20 rev = "v${version}"; 21 + hash = "sha256-rrNN52tDM3CEGyNvsT3x4GmfWIpU8yoT2XsgOhPyLjo="; 22 }; 23 24 + cargoHash = "sha256-B+gtUzUB99At+kusupsN/v6sCbpXs36/EbpTL3gUxnc="; 25 26 nativeBuildInputs = [ 27 pkg-config