cargo-shuttle: 0.33.0 -> 0.34.1
Diff: https://github.com/shuttle-hq/shuttle/compare/v0.33.0...v0.34.1 Changelog: https://github.com/shuttle-hq/shuttle/releases/tag/v0.34.1
This commit is contained in:
parent
10ee18ca92
commit
53850d6d44
2 changed files with 197 additions and 174 deletions
367
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
367
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -10,13 +10,13 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-shuttle";
|
||||
version = "0.33.0";
|
||||
version = "0.34.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "shuttle-hq";
|
||||
repo = "shuttle";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-9MdEB7T+ZJuI5sGbHkhibhqKiGZYmURbaarBsU4gQMk=";
|
||||
hash = "sha256-SAad1GS092a9LBzlnf1UMLGwKsNBOgWP0gjoW2M0SH4=";
|
||||
};
|
||||
|
||||
cargoLock = {
|
||||
|
|
Loading…
Reference in a new issue