secretspec: 0.8.2 -> 0.10.1 (#519940)

This commit is contained in:
nixpkgs-ci[bot]
2026-05-13 23:35:26 +00:00
committed by GitHub
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "secretspec";
version = "0.8.2";
version = "0.10.1";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-AslpydAYkbpgJwrqxhywfMSyR2ztMdn7Tac4rea2TiM=";
hash = "sha256-aFfMgYwRLDSMRAAsh9UpTzKREKgGONycTV71Fyf1fCY=";
};
cargoHash = "sha256-wNAw/ve8xydZHrqeamsIweNF+0w5bpG+mQfO77i92gc=";
cargoHash = "sha256-I91sGPtCZxfhGYgeQDKZcs1yfSKiqlIcnC5wD3LB0BY=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus ];