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

Merge pull request #256502 from figsoda/shuttle

cargo-shuttle: 0.26.0 -> 0.27.0
parents fa41a486 577d4f76
Loading
Loading
Loading
Loading
+467 −433

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

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

  src = fetchFromGitHub {
    owner = "shuttle-hq";
    repo = "shuttle";
    rev = "v${version}";
    hash = "sha256-O6erIv+6DbxioB4F1Mfaj51zSswQErcUuFdA+A7DQRA=";
    hash = "sha256-IjalWQtO0UkLs9dsoXVAKsCblXxqtoNllAT9fms25h0=";
  };

  cargoLock = {