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

Merge pull request #249551 from figsoda/shuttle

cargo-shuttle: 0.23.0 -> 0.24.0
parents 7a3d5913 d7e10997
Loading
Loading
Loading
Loading
+455 −447

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.23.0";
  version = "0.24.0";

  src = fetchFromGitHub {
    owner = "shuttle-hq";
    repo = "shuttle";
    rev = "v${version}";
    hash = "sha256-WRmqejTx1nR5Ov2av/f8yRoexVzJGYbfEf+y8pvH/oY=";
    hash = "sha256-21ImDhdT07fc+eKhOWU4z/SQWAO2meq4PITKsVSSG9Y=";
  };

  cargoLock = {