svdtools: 0.4.6 -> 0.5.0 (#410734)

Co-authored-by: newAM <newAM@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] newAM and committed by GitHub 058ad355 7d42a33b

+3 -3
+3 -3
pkgs/by-name/sv/svdtools/package.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "svdtools"; 9 - version = "0.4.6"; 10 11 src = fetchCrate { 12 inherit version pname; 13 - hash = "sha256-AfRFtybGEpArLGKp4AkGlokfNFMK8Ez5VA5Fu5GUhRI="; 14 }; 15 16 useFetchCargoVendor = true; 17 - cargoHash = "sha256-0GR9pbrevb0USu8de1oFHePJH1hGTvcVh3Gc9WKP0uA="; 18 19 meta = with lib; { 20 description = "Tools to handle vendor-supplied, often buggy SVD files";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "svdtools"; 9 + version = "0.5.0"; 10 11 src = fetchCrate { 12 inherit version pname; 13 + hash = "sha256-2GemBVTRvYC5bvlYgJKmDJM78ZoE63B1QwV8cfSHYPg="; 14 }; 15 16 useFetchCargoVendor = true; 17 + cargoHash = "sha256-sn+Z3/p4Ek/wxwTj6uwDBFP1hFNGDb2EZ7MO0zvPjPk="; 18 19 meta = with lib; { 20 description = "Tools to handle vendor-supplied, often buggy SVD files";