secretspec: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2026-07-14 08:22:43 +00:00
parent 0ab1e092aa
commit 047afa8627
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "secretspec";
version = "0.13.0";
version = "0.14.0";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-pOlfDWFjhndp+Wq/UzL/bYcgQHkWTrnuUd7w2WiqJog=";
hash = "sha256-PlI2+cQbP/CfilYX2fJnQv8yw4euxvqYT0XqlYsU0QI=";
};
cargoHash = "sha256-ITv4MGpg11mnp5YbfUd/xd7dLl2ll21ybGCyTO4UAx4=";
cargoHash = "sha256-UfeVqZaH04Ucu+FgXX2bqgqiHJNpN3OIN0lKhWFn1j0=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus ];