svdtools: 0.2.6 -> 0.2.7

+3 -3
+3 -3
pkgs/development/embedded/svdtools/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "svdtools"; 8 - version = "0.2.6"; 9 10 src = fetchCrate { 11 inherit version pname; 12 - sha256 = "sha256-y0RCUSk7YEE5bF/dVEuH/sTtHcVIT4+P0DVkPiNf54I="; 13 }; 14 15 - cargoSha256 = "sha256-PPoHTh8cjQMkD69BYk/HW/PwDV5j/OrHHpjFZdBqZxM="; 16 17 meta = with lib; { 18 description = "Tools to handle vendor-supplied, often buggy SVD files";
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "svdtools"; 8 + version = "0.2.7"; 9 10 src = fetchCrate { 11 inherit version pname; 12 + sha256 = "sha256-pRY9lL04BcZDYeFcdArIp2PcWiCZBurCYpYtYhPqFsg="; 13 }; 14 15 + cargoSha256 = "sha256-9XymDE9ON11VfZObrMiARmpJay2g2mKEf0l2eojbjL8="; 16 17 meta = with lib; { 18 description = "Tools to handle vendor-supplied, often buggy SVD files";