Loading pkgs/servers/sql/postgresql/ext/vectorchord/package.nix +5 −5 Original line number Diff line number Diff line { buildPgrxExtension, cargo-pgrx_0_16_0, cargo-pgrx_0_17_0, fetchFromGitHub, lib, nix-update-script, Loading @@ -9,19 +9,19 @@ }: buildPgrxExtension (finalAttrs: { inherit postgresql; cargo-pgrx = cargo-pgrx_0_16_0; cargo-pgrx = cargo-pgrx_0_17_0; pname = "vectorchord"; version = "1.1.0"; version = "1.1.1"; src = fetchFromGitHub { owner = "tensorchord"; repo = "vectorchord"; tag = finalAttrs.version; hash = "sha256-8Gk5/wIGu5/t8EKeG9Wna7yUWKiuCOC9yjJFo2euF/I="; hash = "sha256-QL9XGSQFOcrpww03Y5F0JuDbpo0v8oidUqucLxggkqE="; }; cargoHash = "sha256-o7NZEH3NCf/T81kL7jDa4HHGWsyTkLXXhq4KQR2/PGM="; cargoHash = "sha256-IXOCzKJArNOcb/2TcJbLz1XdCquUpyF/cLHYU5vmlko="; # Include upgrade scripts in the final package # https://github.com/tensorchord/VectorChord/blob/0.5.0/crates/make/src/main.rs#L366 Loading Loading
pkgs/servers/sql/postgresql/ext/vectorchord/package.nix +5 −5 Original line number Diff line number Diff line { buildPgrxExtension, cargo-pgrx_0_16_0, cargo-pgrx_0_17_0, fetchFromGitHub, lib, nix-update-script, Loading @@ -9,19 +9,19 @@ }: buildPgrxExtension (finalAttrs: { inherit postgresql; cargo-pgrx = cargo-pgrx_0_16_0; cargo-pgrx = cargo-pgrx_0_17_0; pname = "vectorchord"; version = "1.1.0"; version = "1.1.1"; src = fetchFromGitHub { owner = "tensorchord"; repo = "vectorchord"; tag = finalAttrs.version; hash = "sha256-8Gk5/wIGu5/t8EKeG9Wna7yUWKiuCOC9yjJFo2euF/I="; hash = "sha256-QL9XGSQFOcrpww03Y5F0JuDbpo0v8oidUqucLxggkqE="; }; cargoHash = "sha256-o7NZEH3NCf/T81kL7jDa4HHGWsyTkLXXhq4KQR2/PGM="; cargoHash = "sha256-IXOCzKJArNOcb/2TcJbLz1XdCquUpyF/cLHYU5vmlko="; # Include upgrade scripts in the final package # https://github.com/tensorchord/VectorChord/blob/0.5.0/crates/make/src/main.rs#L366 Loading