Merge pull request #260045 from figsoda/shuttle
cargo-shuttle: 0.28.1 -> 0.29.0
This commit is contained in:
commit
f54d1b6850
2 changed files with 304 additions and 105 deletions
405
pkgs/development/tools/rust/cargo-shuttle/Cargo.lock
generated
405
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 {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-shuttle";
|
pname = "cargo-shuttle";
|
||||||
version = "0.28.1";
|
version = "0.29.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "shuttle-hq";
|
owner = "shuttle-hq";
|
||||||
repo = "shuttle";
|
repo = "shuttle";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-j4YFCvBvNJbzxaOwguhczWQt1CzCAMQsxZAVgJoLgUs=";
|
hash = "sha256-BanM3ChZqP1qE6D1EWEdhyKlhGCKVRRKTcyzjvyhriw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
|
|
Loading…
Reference in a new issue