figsoda 2023-06-05 09:05:07 -04:00 committed by Yt
parent 40fbe215ac
commit 573b91a20d
2 changed files with 815 additions and 655 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,13 +12,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.17.0";
version = "0.18.0";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-w2PkrkHMthGRqWW8PQIoRY41S3qPib5JDKDV6I6ESAw=";
hash = "sha256-8i7iYJ9j3NP7otA6d0ow9S6aV2TGxKtYlGS0FXTXUbM=";
};
cargoLock = {
@ -51,11 +51,6 @@ rustPlatform.buildRustPackage rec {
"init::shuttle_init_tests::"
];
# Cargo.lock is outdated
preConfigure = ''
cargo metadata --offline
'';
meta = with lib; {
description = "A cargo command for the shuttle platform";
homepage = "https://shuttle.rs";