Merge pull request #250457 from r-ryantm/auto-update/cargo-chef

cargo-chef: 0.1.61 -> 0.1.62

authored by Jonas Heinrich and committed by GitHub 30a47a8b 2b601089

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-chef/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-chef"; 5 - version = "0.1.61"; 5 + version = "0.1.62"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - sha256 = "sha256-O3q0gfVnFMgcwWGfRgdGOwU6fauRN2qPkyTe72p3zS4="; 9 + sha256 = "sha256-ZewsR6MgBf8wdqBIrYAuprmqthhbEA/WDShp9H3jfDs="; 10 10 }; 11 11 12 - cargoHash = "sha256-A22x2s5tHf9M6UbFHwmVNgO2qe65io/GysF1+ZE8NXM="; 12 + cargoHash = "sha256-UHUNoI9QqHzgYIuKlj0giWfFgS+F3eUC/wuAXgwH2xQ="; 13 13 14 14 meta = with lib; { 15 15 description = "A cargo-subcommand to speed up Rust Docker builds using Docker layer caching";