postgresqlPackages.vectorchord: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm
2026-02-27 09:11:38 +00:00
parent bde6ce623f
commit 48e1691c78
@@ -12,16 +12,16 @@ buildPgrxExtension (finalAttrs: {
cargo-pgrx = cargo-pgrx_0_16_0;
pname = "vectorchord";
version = "1.0.0";
version = "1.1.0";
src = fetchFromGitHub {
owner = "tensorchord";
repo = "vectorchord";
tag = finalAttrs.version;
hash = "sha256-+BOuiinbKPZZaDl9aYsIoZPgvLZ4FA6Rb4/W+lAz4so=";
hash = "sha256-8Gk5/wIGu5/t8EKeG9Wna7yUWKiuCOC9yjJFo2euF/I=";
};
cargoHash = "sha256-kwe2x7OTjpdPonZsvnR1C/89D5W/R5JswYF79YcSFEA=";
cargoHash = "sha256-o7NZEH3NCf/T81kL7jDa4HHGWsyTkLXXhq4KQR2/PGM=";
# Include upgrade scripts in the final package
# https://github.com/tensorchord/VectorChord/blob/0.5.0/crates/make/src/main.rs#L366