svdtools: 0.4.4 -> 0.4.5

This commit is contained in:
R. Ryantm
2025-03-11 20:35:36 +00:00
parent e735fed7a7
commit 8b1fbb3056
+3 -3
View File
@@ -6,15 +6,15 @@
rustPlatform.buildRustPackage rec {
pname = "svdtools";
version = "0.4.4";
version = "0.4.5";
src = fetchCrate {
inherit version pname;
hash = "sha256-gZK0PdvubxyDD9wqhz3vuXeP33ibsZE5AZin7H2mnNQ=";
hash = "sha256-XwgDjSn19qbmh/yX4h5vG0C4rTRxd9tT1ZzUm1Y1ckg=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-gunDbKMGd0f+TDt5tqh5siw0jnTtlpohteA4NNQHj24=";
cargoHash = "sha256-h99NTKW1Re680GNsmKTW35OpJVlfYFj05QVZ9rHXgYY=";
meta = with lib; {
description = "Tools to handle vendor-supplied, often buggy SVD files";