Merge pull request #256502 from figsoda/shuttle

cargo-shuttle: 0.26.0 -> 0.27.0
This commit is contained in:
Nick Cao
2023-09-21 19:08:34 -04:00
committed by GitHub
2 changed files with 469 additions and 435 deletions
File diff suppressed because it is too large Load Diff
@@ -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 = {