sqlx-cli: 0.8.5 -> 0.8.6

This commit is contained in:
R. Ryantm 2025-05-22 21:52:35 +00:00
parent 34fc0d11eb
commit 1173388b81

View file

@ -14,17 +14,17 @@
rustPlatform.buildRustPackage rec {
pname = "sqlx-cli";
version = "0.8.5";
version = "0.8.6";
src = fetchFromGitHub {
owner = "launchbadge";
repo = "sqlx";
rev = "v${version}";
hash = "sha256-R6T8sXuHlunXvqxQ95EKd+fdkPUZU8nTFkg9WBJWeRA=";
hash = "sha256-Trnyrc17KWhX8QizKyBvXhTM7HHEqtywWgNqvQNMOAY=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ILv9sVBKhF+KDPfTsxYorRlx33tPolNE8KSNdNajzBc=";
cargoHash = "sha256-FxvzCe+dRfMUcPWA4lp4L6FJaSpMiXTqEyhzk+Dv1B8=";
buildNoDefaultFeatures = true;
buildFeatures = [