summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-11-17 11:27:09 +0000
committerGitHub <noreply@github.com>2023-11-17 11:27:09 +0000
commite65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9 (patch)
tree3515ced86c7c532b427eb530949aec9274c6c9e2 /pkgs/tools/security
parentb40035f472667e9e56805338f2577db2e1f5ca9e (diff)
parent9afad055b060de0cc8137bf66e612f03ef71acd9 (diff)
downloadnixpkgs-e65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9.tar
nixpkgs-e65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9.tar.gz
nixpkgs-e65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9.tar.bz2
nixpkgs-e65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9.tar.lz
nixpkgs-e65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9.tar.xz
nixpkgs-e65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9.tar.zst
nixpkgs-e65a3a2200fe9a2c8952f2e6d724ba0ed5a30dd9.zip
Merge pull request #267262 from r-ryantm/auto-update/sequoia-sqop
sequoia-sqop: 0.30.0 -> 0.31.0
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/sequoia-sqop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/sequoia-sqop/default.nix b/pkgs/tools/security/sequoia-sqop/default.nix
index fdefbdea9e5..19dd99b871b 100644
--- a/pkgs/tools/security/sequoia-sqop/default.nix
+++ b/pkgs/tools/security/sequoia-sqop/default.nix
@@ -9,7 +9,7 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "sequoia-sqop";
-  version = "0.30.0";
+  version = "0.31.0";
 
   src = fetchFromGitLab {
     owner = "sequoia-pgp";
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage rec {
     # generated etc
     repo = "sequoia-sop";
     rev = "v${version}";
-    hash = "sha256-2fRlHkT2jhUp1dIqKe8r7ktSbgudCmzuiiyF0WcbYIE=";
+    hash = "sha256-qGSVmjLdx84YphAXt1MRF1cIfk7xLOvtUj+3e7vO+jA=";
   };
 
-  cargoHash = "sha256-/LLW0AHCgqi2pAOkhZXNGlmNF/+u0TmSstd/B6mDr6M=";
+  cargoHash = "sha256-y4n6UPAYwI9P+jw59TOf98xSdNvzEgJp5n/GtiixsIU=";
 
   nativeBuildInputs = [
     pkg-config