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