Merge pull request #204261 from r-ryantm/auto-update/cargo-pgx

cargo-pgx: 0.5.6 -> 0.6.0
This commit is contained in:
Mario Rodas 2022-12-03 11:09:53 -05:00 committed by GitHub
commit dda2e932b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-pgx";
version = "0.5.6";
version = "0.6.0";
src = fetchCrate {
inherit version pname;
sha256 = "sha256-CbQWgt/M/QVKpuOzY04OEZNX4DauYPMz2404WQlAvTw=";
sha256 = "sha256-CXOInyT0fY17e4iuGhUpR9EPd2M8jauR5TKpPlhTJoQ=";
};
cargoSha256 = "sha256-sqAOhSZXzqxOVkEbqpd+9MoXqEFlkFufQ8O1zAXPnLQ=";
cargoSha256 = "sha256-RtPFFIuurSPMhGLcGLOu0em1biimVkTaAKP5EUPtQ9U=";
nativeBuildInputs = [ pkg-config ];