Merge pull request #249551 from figsoda/shuttle

cargo-shuttle: 0.23.0 -> 0.24.0
This commit is contained in:
Nick Cao 2023-08-17 14:30:28 +08:00 committed by GitHub
commit 26ef8c378e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 458 additions and 450 deletions

File diff suppressed because it is too large Load diff

View file

@ -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 = {