Skip to content

Commit

Permalink
postgresql11Packages.pgrouting: 3.3.1 -> 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 2, 2022
1 parent dc47970 commit 80e9c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/sql/postgresql/ext/pgrouting.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
pname = "pgrouting";
version = "3.3.1";
version = "3.3.2";

nativeBuildInputs = [ cmake perl ];
buildInputs = [ postgresql boost ];
Expand All @@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
owner = "pgRouting";
repo = pname;
rev = "v${version}";
sha256 = "sha256-QOIuJM0d1l56ESzTjtm5IIiZx+2oYrO5mIhkAD8kFpQ=";
sha256 = "sha256-H7h+eiH02qLscpiZ8yV5ofL7upeqRBXNQDGYS86f3og=";
};

installPhase = ''
Expand Down

0 comments on commit 80e9c6a

Please sign in to comment.