secretspec: 0.4.1 -> 0.5.1 (#476428)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-03 05:01:38 +00:00
committed by GitHub
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "secretspec";
version = "0.4.1";
version = "0.5.1";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-yQD8IfMmqS3bgSTioEk9nU5yePlkqdVImhKvSZ3NNAw=";
hash = "sha256-hrjR+4XrvmgnO1EsHNFq9FoBkK2rgJLpAbz4rOnRLHw=";
};
cargoHash = "sha256-VxRvGD0D363vVD+XmUN1ylpfY4fLqkYDL6HwM81HG0Q=";
cargoHash = "sha256-fbxMKz2fIFnqJ0BM5pyYoVrC06ymmBrvTatItfM82po=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus ];