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

sequoia-sqv: 1.2.1 -> 1.3.0 (#390560)

parents 65d532c9 83e32b4a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@

rustPlatform.buildRustPackage rec {
  pname = "sequoia-sqv";
  version = "1.2.1";
  version = "1.3.0";

  src = fetchFromGitLab {
    owner = "sequoia-pgp";
    repo = "sequoia-sqv";
    rev = "v${version}";
    hash = "sha256-frGukJDsxq+BWLPC/4imfc42lDKVF8BPIQQDazaLaQ0=";
    hash = "sha256-xkvCEHVyRf1tQ/oo6Hg4Nri2WxdmH0fZFX24CPwJpZQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-WaLRBf+Umaa8LTQ97TsJJ7pUlmficIwuFV6d5QDT6SA=";
  cargoHash = "sha256-ZynvC4t9NBri5gc9lt2tHd/45V6QsKHbZb7HjHUQQUI=";

  nativeBuildInputs = [
    pkg-config