Skip to content

Commit

Permalink
sqlx-cli: 0.8.2 -> 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent b187778 commit 4be3e59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/sqlx-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@

rustPlatform.buildRustPackage rec {
pname = "sqlx-cli";
version = "0.8.2";
version = "0.8.3";

src = fetchFromGitHub {
owner = "launchbadge";
repo = "sqlx";
rev = "v${version}";
hash = "sha256-hxqd0TrsKANCPgQf6JUP0p1BYhZdqfnWbtCQCBxF8Gs=";
hash = "sha256-kAZUconMYUF9gZbLSg7KW3fVb7pkTq/d/yQyVzscxRw=";
};

cargoHash = "sha256-jDwfFHC19m20ECAo5VbFI6zht4gnZMYqTKsbyoVJJZU=";
cargoHash = "sha256-HDiWT13tknEC+Z4nVe4ZDFMP3y5VtRXozRLd68T9BuE=";

buildNoDefaultFeatures = true;
buildFeatures = [
Expand Down

0 comments on commit 4be3e59

Please sign in to comment.