Merge pull request #199864 from newAM/svd2rust

svd2rust: 0.27.1 -> 0.27.2

authored by Jörg Thalheim and committed by GitHub 79451f06 efa5fc96

+3 -3
+3 -3
pkgs/development/tools/rust/svd2rust/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "svd2rust"; 5 - version = "0.27.1"; 5 + version = "0.27.2"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-Tnow5NjeDyz4oMY+UMs2TDquLTioElhSNzbC6eEYpTs="; 9 + sha256 = "sha256-6HcJ9NPUPcVLZT8zpYxIPJ4UkqwaqPNWva8/wnaUrt8="; 10 10 }; 11 11 12 - cargoSha256 = "sha256-sN3uJTU9h9Ls2fygz6My3hao77lQFdNkA0gkUevV7Jc="; 12 + cargoSha256 = "sha256-fsLRpRvdiZyOsxnfAc5xt63rLW5lwwQt+lxmZT7XIAc="; 13 13 14 14 meta = with lib; { 15 15 description = "Generate Rust register maps (`struct`s) from SVD files";