figsoda
2023-09-21 10:25:26 -04:00
parent 09529ed951
commit 577d4f7627
2 changed files with 469 additions and 435 deletions
File diff suppressed because it is too large Load Diff
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.26.0";
version = "0.27.0";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-O6erIv+6DbxioB4F1Mfaj51zSswQErcUuFdA+A7DQRA=";
hash = "sha256-IjalWQtO0UkLs9dsoXVAKsCblXxqtoNllAT9fms25h0=";
};
cargoLock = {