Merge pull request #267901 from figsoda/shuttle

cargo-shuttle: 0.30.1 -> 0.33.0
This commit is contained in:
figsoda 2023-11-20 12:28:04 -05:00 committed by GitHub
commit c4376a9f3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 787 additions and 806 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle"; pname = "cargo-shuttle";
version = "0.30.1"; version = "0.33.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shuttle-hq"; owner = "shuttle-hq";
repo = "shuttle"; repo = "shuttle";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-zfRIw1PN3KCMrwnlFM3AFh/Dt8ywu2l3EABz87s8JK0="; hash = "sha256-9MdEB7T+ZJuI5sGbHkhibhqKiGZYmURbaarBsU4gQMk=";
}; };
cargoLock = { cargoLock = {