cargo-workspaces: 0.3.1 -> 0.3.2

This commit is contained in:
R. Ryantm 2024-06-11 03:17:04 +00:00
parent a53f8b3cd0
commit 8d305db737

View File

@ -11,14 +11,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-workspaces";
version = "0.3.1";
version = "0.3.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-1YFTBzFr11FUfwgdGJgyF1lWvrfQ6ZPIkYAG7vySfFA=";
hash = "sha256-fSvs3dr8dO9n9WCiO1UFr29cp1pvKxL9faOvYnLG+wk=";
};
cargoHash = "sha256-wL1DKZ1QhBKB4Gy2rbwe4y/hR4A/wiiVqGAIcM+Om8E=";
cargoHash = "sha256-uB3iN7xt0+qEpRelZQ8uurj6Ve9t9sVTCuH6N4+tDh4=";
nativeBuildInputs = [
pkg-config