2022-12-05T06:57:17 cargo-pgx 0.5.6 -> 0.6.0 https://repology.org/metapackage/cargo-pgx/versions 2022-12-05T06:57:19 attrpath: cargo-pgx 2022-12-05T06:57:19 Checking auto update branch... 2022-12-05T06:57:19 No auto update branch exists 2022-12-05T06:57:20 Old version 0.5.6" not present in master derivation file with contents: { lib, stdenv, fetchCrate, rustPlatform, pkg-config, openssl, Security }: rustPlatform.buildRustPackage rec { pname = "cargo-pgx"; version = "0.6.0"; src = fetchCrate { inherit version pname; sha256 = "sha256-CXOInyT0fY17e4iuGhUpR9EPd2M8jauR5TKpPlhTJoQ="; }; cargoSha256 = "sha256-RtPFFIuurSPMhGLcGLOu0em1biimVkTaAKP5EUPtQ9U="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security ]; meta = with lib; { description = "Cargo subcommand for ‘pgx’ to make Postgres extension development easy"; homepage = "https://github.com/tcdi/pgx/tree/v${version}/cargo-pgx"; license = licenses.mit; maintainers = with maintainers; [ typetetris ]; }; }