Merge pull request #186377 from r-ryantm/auto-update/cargo-public-api

cargo-public-api: 0.12.4 -> 0.13.0

authored by Bobby Rong and committed by GitHub ecada952 c6db4ad1

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-public-api/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "cargo-public-api"; 11 - version = "0.12.4"; 11 + version = "0.13.0"; 12 12 13 13 src = fetchCrate { 14 14 inherit pname version; 15 - sha256 = "sha256-URCKsI7q0/b8KkCooKeYr342m7C8ukJJITRDgOUmcEM="; 15 + sha256 = "sha256-e+HM4pO0bLszlcSklsiRPamr/GUVckuw7uBSgDSK7d0="; 16 16 }; 17 17 18 - cargoSha256 = "sha256-qXJeNbGvC6zoxdn2QmApw1m7gn4CI1eUC3Cqhrn8dpU="; 18 + cargoSha256 = "sha256-RKO/YMVWKVtparAfDUtpQ3mbRWataNnjnFUUQozQghs="; 19 19 20 20 nativeBuildInputs = [ pkg-config ]; 21 21