figsoda
2023-10-08 14:41:18 -04:00
parent aff5032dfb
commit 45aae1f6c3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1086,7 +1086,7 @@ dependencies = [
[[package]]
name = "cargo-shuttle"
version = "0.28.0"
version = "0.28.1"
dependencies = [
"anyhow",
"assert_cmd",
@@ -10,13 +10,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.28.0";
version = "0.28.1";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-iBUd42MEfDFMhHXBrgrJaihUeYTRpVt4jFQaKCKhNlc=";
hash = "sha256-j4YFCvBvNJbzxaOwguhczWQt1CzCAMQsxZAVgJoLgUs=";
};
cargoLock = {