svdtools: 0.4.0 -> 0.4.3

This commit is contained in:
R. Ryantm
2025-02-05 06:39:26 +00:00
parent ab36ef17c8
commit 2cb4ee057e
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "svdtools";
version = "0.4.0";
version = "0.4.3";
src = fetchCrate {
inherit version pname;
hash = "sha256-cZLLpFYjKIF4bhZJWXFUpTSKSUOWkLZ0DTQ0PpZnPIg=";
hash = "sha256-ftT9EgICfy8vnb6XWEUUtX351+f5aex8xaY11nnWcAY=";
};
cargoHash = "sha256-Pt810QwfO+b6L5GYtzDAxIIuD/qv9inGMJAGjVIVUtM=";
cargoHash = "sha256-CLb9A7RgENj2HdvqWCdcS0/aqUTezBCBC2c3OGL1aNM=";
meta = with lib; {
description = "Tools to handle vendor-supplied, often buggy SVD files";