cargo-temp: 0.2.21 -> 0.2.22 (#343836)

authored by

Matthias Beyer and committed by
GitHub
1182f09f 69a81b09

+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.21"; 5 + version = "0.2.22"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "yozhgoor"; 9 9 repo = "cargo-temp"; 10 10 rev = "v${version}"; 11 - hash = "sha256-8VkhEpggSoE0DIdZk8Y1fCYAwN6CZd2nK6auWRIbS6w="; 11 + hash = "sha256-gsrmHCj9DC6OkGS0CD/NE2UMc/9TdjA2In6f3iKXMOg="; 12 12 }; 13 13 14 - cargoHash = "sha256-fYpG/Bl3hsbkWWTkbX59UqD/HuL9OpmcZc6hPAmnNtM="; 14 + cargoHash = "sha256-ryvv4SuhxIXPJKa3WLdjNQZAP+JLAjWtrCfWXUm+WVg="; 15 15 16 16 meta = with lib; { 17 17 description = "CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies";