Merge pull request #256847 from r-ryantm/auto-update/prqlc

prqlc: 0.9.4 -> 0.9.5

authored by Mario Rodas and committed by GitHub ab5c75ad 12fec9ae

+3 -3
+3 -3
pkgs/development/tools/database/prqlc/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "prqlc"; 15 - version = "0.9.4"; 15 + version = "0.9.5"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "prql"; 19 19 repo = "prql"; 20 20 rev = version; 21 - hash = "sha256-9BDBuAaer92BAwQexkZOyt99VXEbJT6/87DoCqVzjcQ="; 21 + hash = "sha256-t/l1fMZpGCLtxjCtOMv4eaj6oNyFX9BFgfc3OwYrxs0="; 22 22 }; 23 23 24 - cargoHash = "sha256-LeMl9t2ZYsBFuGnxJVvfmnjKFVIVO8ChmXQhXcSYV6s="; 24 + cargoHash = "sha256-bdPjLOHh5qC1/LNfsUC26h4v3EuwiM9HqoQxeeNCOIw="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config