secretspec: 0.10.1 -> 0.12.0 (#529504)

This commit is contained in:
Jörg Thalheim
2026-06-10 04:51:09 +00:00
committed by GitHub
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "secretspec";
version = "0.10.1";
version = "0.12.0";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-aFfMgYwRLDSMRAAsh9UpTzKREKgGONycTV71Fyf1fCY=";
hash = "sha256-gPavr9V/mtr7mfdmgaVkE6GwIfal44JUOPR/SW1ZPqY=";
};
cargoHash = "sha256-I91sGPtCZxfhGYgeQDKZcs1yfSKiqlIcnC5wD3LB0BY=";
cargoHash = "sha256-ZO+vwclanqZ8z8mXTP3ytwMqsKauMceR/soPC3vXNmo=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus ];