cargo-shuttle: 0.47.0 -> 0.49.0

https://github.com/shuttle-hq/shuttle/releases/tag/v0.49.0
This commit is contained in:
Overloader 2024-12-03 21:38:22 +01:00
parent fc0a7fe9c0
commit 9f609517c8
No known key found for this signature in database
GPG Key ID: 108826B03EC808F4

View File

@ -11,17 +11,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.47.0";
version = "0.49.0";
src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-AJ+7IUxi5SRRWw0EHh9JmQHkdQU3Mhd1Nmo1peEG2zg=";
hash = "sha256-97AiRgTPzkNsnxMTF0zleHVR6QYLyRlhguh2nz+duUM=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-RqPVFovDaD2rW31HyETJfQ0qVwFxoGEvqkIgag3H6KU=";
cargoHash = "sha256-eHmNGIcSXzFdfEHKKr0R+igtZbm8bPRFg2uhzJwKDhk=";
nativeBuildInputs = [ pkg-config ];