svdtools: 0.3.21 -> 0.4.0 (#372845)

Co-authored-by: newAM <newAM@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-01-12 18:26:39 +00:00
committed by GitHub
co-authored by newAM
+3 -3
View File
@@ -6,14 +6,14 @@
rustPlatform.buildRustPackage rec {
pname = "svdtools";
version = "0.3.21";
version = "0.4.0";
src = fetchCrate {
inherit version pname;
hash = "sha256-0ciEhtCJEerzyAcB/3xXnaStXBTi5SWcMplGlft9eeY=";
hash = "sha256-cZLLpFYjKIF4bhZJWXFUpTSKSUOWkLZ0DTQ0PpZnPIg=";
};
cargoHash = "sha256-+YBFjsPY3w+zjLtIB9GQXkuGy1ZHNT86clsQYiXeTJU=";
cargoHash = "sha256-Pt810QwfO+b6L5GYtzDAxIIuD/qv9inGMJAGjVIVUtM=";
meta = with lib; {
description = "Tools to handle vendor-supplied, often buggy SVD files";