sqlx-cli: 0.8.3 -> 0.8.5

This commit is contained in:
R. Ryantm
2025-04-18 04:42:01 +00:00
parent 7650c61104
commit ed742c78a0
@@ -17,17 +17,17 @@
rustPlatform.buildRustPackage rec {
pname = "sqlx-cli";
version = "0.8.3";
version = "0.8.5";
src = fetchFromGitHub {
owner = "launchbadge";
repo = "sqlx";
rev = "v${version}";
hash = "sha256-kAZUconMYUF9gZbLSg7KW3fVb7pkTq/d/yQyVzscxRw=";
hash = "sha256-R6T8sXuHlunXvqxQ95EKd+fdkPUZU8nTFkg9WBJWeRA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-d+VOtFC+OTp6MQnzEIOfIxk1ARAcNYvS7U2+IJ1hqSs=";
cargoHash = "sha256-ILv9sVBKhF+KDPfTsxYorRlx33tPolNE8KSNdNajzBc=";
buildNoDefaultFeatures = true;
buildFeatures = [