secretspec: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-12-01 18:40:40 +00:00
parent 8c29968b3a
commit 764cf6a9db
+3 -3
View File
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "secretspec";
version = "0.4.0";
version = "0.4.1";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-L4axWXq79PC2l1j4IJbjrxYc9rzOHVHBV6503RKCBRU=";
hash = "sha256-yQD8IfMmqS3bgSTioEk9nU5yePlkqdVImhKvSZ3NNAw=";
};
cargoHash = "sha256-nAuMb9j+P6lR27RcKt1bOHP+4iRtLTV1ZlhHUxJk2Dw=";
cargoHash = "sha256-VxRvGD0D363vVD+XmUN1ylpfY4fLqkYDL6HwM81HG0Q=";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ dbus ];