cargo-temp: 0.3.2 -> 0.3.3 (#396700)

Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-04-07 06:39:56 +00:00 committed by GitHub
commit e0580b297c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-temp"; pname = "cargo-temp";
version = "0.3.2"; version = "0.3.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "yozhgoor"; owner = "yozhgoor";
repo = "cargo-temp"; repo = "cargo-temp";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ejcqgfnvIGUhidhJpAh6uJrm8oFb8rS98wRI3iQBP9I="; hash = "sha256-71kAlZKSBnROZ8wXe4kQa8nNug5/hk6NKsqHoQU5pWc=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-lfahdQtv35VH9XTApcu/GIR2QOqXKlb8Gpy6X58LmpA="; cargoHash = "sha256-rHTEWc3JAnsz5z+NmTb84VSXHSR6nNlb5C+n9VxvnUQ=";
meta = with lib; { meta = with lib; {
description = "CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies"; description = "CLI tool that allow you to create a temporary new Rust project using cargo with already installed dependencies";