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

This commit is contained in:
Doron Behar 2025-03-17 18:21:47 +02:00 committed by GitHub
commit c4041b0dcb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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