From ded62fa170d9ac1583512fa85689b4255290672b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 21 Aug 2023 02:14:25 +0000 Subject: [PATCH] cargo-chef: 0.1.61 -> 0.1.62 --- pkgs/development/tools/rust/cargo-chef/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/cargo-chef/default.nix b/pkgs/development/tools/rust/cargo-chef/default.nix index 289a3bac70c6..a39482b5910e 100644 --- a/pkgs/development/tools/rust/cargo-chef/default.nix +++ b/pkgs/development/tools/rust/cargo-chef/default.nix @@ -2,14 +2,14 @@ rustPlatform.buildRustPackage rec { pname = "cargo-chef"; - version = "0.1.61"; + version = "0.1.62"; src = fetchCrate { inherit pname version; - sha256 = "sha256-O3q0gfVnFMgcwWGfRgdGOwU6fauRN2qPkyTe72p3zS4="; + sha256 = "sha256-ZewsR6MgBf8wdqBIrYAuprmqthhbEA/WDShp9H3jfDs="; }; - cargoHash = "sha256-A22x2s5tHf9M6UbFHwmVNgO2qe65io/GysF1+ZE8NXM="; + cargoHash = "sha256-UHUNoI9QqHzgYIuKlj0giWfFgS+F3eUC/wuAXgwH2xQ="; meta = with lib; { description = "A cargo-subcommand to speed up Rust Docker builds using Docker layer caching";