Merge pull request #232721 from figsoda/shuttle

cargo-shuttle: fix pname
This commit is contained in:
Nick Cao
2023-05-18 21:30:14 -06:00
committed by GitHub

View File

@@ -12,7 +12,7 @@
}:
rustPlatform.buildRustPackage rec {
pname = "shuttle";
pname = "cargo-shuttle";
version = "0.16.0";
src = fetchFromGitHub {