cargo-temp: 0.3.2 -> 0.3.3 (#396700)
Co-authored-by: matthiasbeyer <mail@beyermatthias.de>
This commit is contained in:
commit
e0580b297c
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user