Merge pull request #267262 from r-ryantm/auto-update/sequoia-sqop

sequoia-sqop: 0.30.0 -> 0.31.0

authored by

Doron Behar and committed by
GitHub
e65a3a22 b40035f4

+3 -3
+3 -3
pkgs/tools/security/sequoia-sqop/default.nix
··· 9 9 10 10 rustPlatform.buildRustPackage rec { 11 11 pname = "sequoia-sqop"; 12 - version = "0.30.0"; 12 + version = "0.31.0"; 13 13 14 14 src = fetchFromGitLab { 15 15 owner = "sequoia-pgp"; ··· 17 17 # generated etc 18 18 repo = "sequoia-sop"; 19 19 rev = "v${version}"; 20 - hash = "sha256-2fRlHkT2jhUp1dIqKe8r7ktSbgudCmzuiiyF0WcbYIE="; 20 + hash = "sha256-qGSVmjLdx84YphAXt1MRF1cIfk7xLOvtUj+3e7vO+jA="; 21 21 }; 22 22 23 - cargoHash = "sha256-/LLW0AHCgqi2pAOkhZXNGlmNF/+u0TmSstd/B6mDr6M="; 23 + cargoHash = "sha256-y4n6UPAYwI9P+jw59TOf98xSdNvzEgJp5n/GtiixsIU="; 24 24 25 25 nativeBuildInputs = [ 26 26 pkg-config