Merge pull request #251968 from figsoda/shuttle

cargo-shuttle: 0.24.0 -> 0.25.1
This commit is contained in:
Mario Rodas 2023-08-29 04:06:40 -05:00 committed by GitHub
commit 90542110d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 229 additions and 204 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.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 = {