Merge pull request #228736 from matthiasbeyer/update-cargo-public-api

cargo-public-api: 0.28.0 -> 0.29.0

authored by

figsoda and committed by
GitHub
e852acf2 263d8f7f

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-public-api/default.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "cargo-public-api"; 12 - version = "0.28.0"; 13 14 src = fetchCrate { 15 inherit pname version; 16 - hash = "sha256-lItbWIY9CytvcLmASkbbF5wLYKWrXn2Gl9mgccg9J0M="; 17 }; 18 19 - cargoHash = "sha256-6Eula3fex0KhWhBR53K0Kl0nlbqpfZfD/Y3zrEURPmc="; 20 21 nativeBuildInputs = [ pkg-config ]; 22
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "cargo-public-api"; 12 + version = "0.29.0"; 13 14 src = fetchCrate { 15 inherit pname version; 16 + hash = "sha256-Tf2nAisZlKPalWa0T5XDAWy+d/ERJYtzJVb3gEdcGSo="; 17 }; 18 19 + cargoHash = "sha256-X+4C/ExKAVvAX11dBcJHhV7WW/EUI1zk3UR8mBQkSY4="; 20 21 nativeBuildInputs = [ pkg-config ]; 22