Skip to content

Commit

Permalink
postgresqlPackages.lantern: 0.3.3 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Oct 27, 2024
1 parent 357b7aa commit 29225a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/servers/sql/postgresql/ext/lantern.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "postgresql-lantern";
version = "0.3.3";
version = "0.4.1";

src = fetchFromGitHub {
owner = "lanterndata";
repo = "lantern";
rev = "v${finalAttrs.version}";
hash = "sha256-aw003Y2T9/yNJ5dkCD+qQsUO2V7Q63I/E2IFaZAPd90=";
hash = "sha256-V8W61hELXeaVvNZgRUcckFlCMWis7NENlRKySxsK/L8=";
fetchSubmodules = true;
};

postPatch = ''
patchShebangs --build scripts/link_llvm_objects.sh
patchShebangs --build lantern_hnsw/scripts/link_llvm_objects.sh
'';

nativeBuildInputs = [
Expand All @@ -44,6 +44,7 @@ stdenv.mkDerivation (finalAttrs: {

cmakeFlags = [
"-DBUILD_FOR_DISTRIBUTING=ON"
"-S ../lantern_hnsw"
];

passthru.tests.extension = stdenv.mkDerivation {
Expand Down

0 comments on commit 29225a3

Please sign in to comment.