Unverified Commit 1ddf383f authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

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

sequoia-sqop: 0.32.0 -> 0.33.0
parents 5f1abb30 0c068a00
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

rustPlatform.buildRustPackage rec {
  pname = "sequoia-sqop";
  version = "0.32.0";
  version = "0.33.0";

  src = fetchFromGitLab {
    owner = "sequoia-pgp";
@@ -17,10 +17,10 @@ rustPlatform.buildRustPackage rec {
    # generated etc
    repo = "sequoia-sop";
    rev = "v${version}";
    hash = "sha256-6g6JVNlLi++XboU/ewHM7KM0tJlDayCoz1octKloQro=";
    hash = "sha256-5XK5Cec6ojrpIncAtlp9jYr9KxmNYJKPhbsJraA0FA0=";
  };

  cargoHash = "sha256-Vci29mnFiRRbI45Qkj6t8aVrEaJdKVB01zTXHQT5ckw=";
  cargoHash = "sha256-8ujQyG9qLuG8vjHoRtvpn4ka/Ft39u+NoxSZrD9NsfY=";

  nativeBuildInputs = [
    pkg-config