Unverified Commit b61bb3bf authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #232721 from figsoda/shuttle

cargo-shuttle: fix pname
parents 3947c726 54959604
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
}:

rustPlatform.buildRustPackage rec {
  pname = "shuttle";
  pname = "cargo-shuttle";
  version = "0.16.0";

  src = fetchFromGitHub {