sequoia-wot: 0.12.0 -> 0.15.0-unstable-2026-02-25

Diff:
https://gitlab.com/sequoia-pgp/sequoia-wot/-/compare/v0.12.0...47a8fe9fe42319cae7a1185a2370e2e07f7e2898

Fixes #503053.
This commit is contained in:
Doron Behar
2026-03-25 15:34:14 +02:00
parent e2f3041eef
commit 20c17b862a
+4 -4
View File
@@ -12,16 +12,16 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "sequoia-wot";
version = "0.12.0";
version = "0.15.0-unstable-2026-02-25";
src = fetchFromGitLab {
owner = "sequoia-pgp";
repo = "sequoia-wot";
rev = "v${finalAttrs.version}";
hash = "sha256-Xbj1XLZQxyEYf/+R5e6EJMmL0C5ohfwZMZPVK5PwmUU=";
rev = "47a8fe9fe42319cae7a1185a2370e2e07f7e2898";
hash = "sha256-yL5Rod35M+wWfK3Ido+EPtyRKsOqEYmUW7v17oF6iZs=";
};
cargoHash = "sha256-hpI791Bz0MqZgjI2E/KMseqfPQU56Qr0xmHigyPv4HU=";
cargoHash = "sha256-ykQbFoMH9+HILSlqhPuuW0xaNnUpXiSbhzQfNo66IKc=";
nativeBuildInputs = [
pkg-config