Skip to content

Commit

Permalink
Merge pull request #263868 from r-ryantm/auto-update/prqlc
Browse files Browse the repository at this point in the history
prqlc: 0.9.5 -> 0.10.0
  • Loading branch information
sikmir committed Oct 31, 2023
2 parents b443041 + b2783d6 commit af48065
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/database/prqlc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

rustPlatform.buildRustPackage rec {
pname = "prqlc";
version = "0.9.5";
version = "0.10.0";

src = fetchFromGitHub {
owner = "prql";
repo = "prql";
rev = version;
hash = "sha256-t/l1fMZpGCLtxjCtOMv4eaj6oNyFX9BFgfc3OwYrxs0=";
hash = "sha256-McJ3V3kndawheWo/xsBU8Xi8K47vHMpQHTpDbR4vkWk=";
};

cargoHash = "sha256-bdPjLOHh5qC1/LNfsUC26h4v3EuwiM9HqoQxeeNCOIw=";
cargoHash = "sha256-Q1PSpGpd5QRT6QKQOd6hVdZrlDBawfsqqp/CTJfnl7E=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit af48065

Please sign in to comment.