Merge pull request #271670 from matthiasbeyer/update-cargo-update

cargo-update: 13.2.0 -> 13.3.0
This commit is contained in:
Mario Rodas 2023-12-02 21:56:10 -05:00 committed by GitHub
commit 6998cf86e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,14 +16,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-update";
version = "13.2.0";
version = "13.3.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-yMHGn/RPtYuxS3rHzm87mW7nBUEaSOGsCT7Ckxvhabk=";
sha256 = "sha256-owiMVeH7m4LoM8c4qjLyFx3v/+Flzt+C+O8qEuXazvc=";
};
cargoHash = "sha256-hO2W0NRV9fGHnnS1kOkQ+e0sFzVSBQk3MOm8qDYbA00=";
cargoHash = "sha256-WtNH62DBo6WFOUcHnZxn0Jco4SUmhO0+1wXPRB2wxic=";
nativeBuildInputs = [
cmake