Unverified Commit 90542110 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #251968 from figsoda/shuttle

cargo-shuttle: 0.24.0 -> 0.25.1
parents 68dca693 49592646
Loading
Loading
Loading
Loading
+227 −202

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.24.0";
  version = "0.25.1";

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

  cargoLock = {