Merge pull request #304042 from r-ryantm/auto-update/cargo-temp

cargo-temp: 0.2.19 -> 0.2.20

authored by Matthias Beyer and committed by GitHub 689c67d2 f712cc6b

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-temp/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-temp"; 5 - version = "0.2.19"; 5 + version = "0.2.20"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "yozhgoor"; 9 9 repo = "cargo-temp"; 10 10 rev = "v${version}"; 11 - hash = "sha256-vLD7M+Pg0BHJq9zDPeJLY+v/Vri/XtV3pQu0+ZE84Ew="; 11 + hash = "sha256-zyzzYftoMNPHvCtGYsxEiiWXd3vjWTfmiIpEJ86ac9c="; 12 12 }; 13 13 14 - cargoHash = "sha256-NKT5AijwNm/BVhHGVAXq6sWBJYjSpq90TXHjlrihldo="; 14 + cargoHash = "sha256-qkYvgKTT4wdYBRTwtDiHYCEBtbNjr6CWQB2y/kL0f8Y="; 15 15 16 16 meta = with lib; { 17 17 description = "A CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies";