Commit 573b91a2 authored by figsoda's avatar figsoda Committed by Yt
Browse files
parent 40fbe215
Loading
Loading
Loading
Loading
+808 −643

File changed.

Preview size limit exceeded, changes collapsed.

+2 −7
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

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

  src = fetchFromGitHub {
    owner = "shuttle-hq";
    repo = "shuttle";
    rev = "v${version}";
    hash = "sha256-w2PkrkHMthGRqWW8PQIoRY41S3qPib5JDKDV6I6ESAw=";
    hash = "sha256-8i7iYJ9j3NP7otA6d0ow9S6aV2TGxKtYlGS0FXTXUbM=";
  };

  cargoLock = {
@@ -51,11 +51,6 @@ rustPlatform.buildRustPackage rec {
    "init::shuttle_init_tests::"
  ];

  # Cargo.lock is outdated
  preConfigure = ''
    cargo metadata --offline
  '';

  meta = with lib; {
    description = "A cargo command for the shuttle platform";
    homepage = "https://shuttle.rs";