Merge pull request #246789 from figsoda/shuttle

cargo-shuttle: 0.21.0 -> 0.22.0
This commit is contained in:
Nick Cao
2023-08-02 19:04:47 -06:00
committed by GitHub
2 changed files with 465 additions and 135 deletions
File diff suppressed because it is too large Load Diff
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.21.0";
version = "0.22.0";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-tmFj1hqsAWeWOCmw1rELveK57uxMtCEkZygRjGm54IY=";
hash = "sha256-mHmeNKr9Q/wIHO2G8xVOJTSr5myIzhXWl6R+SLEbDN8=";
};
cargoLock = {