Commit 5b780289 authored by R. RyanTM's avatar R. RyanTM
Browse files

postgresqlPackages.pgrouting: 3.7.1 -> 3.7.2

parent 4a3faa5e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPostgresqlExtension rec {
  pname = "pgrouting";
  version = "3.7.1";
  version = "3.7.2";

  nativeBuildInputs = [
    cmake
@@ -23,7 +23,7 @@ buildPostgresqlExtension rec {
    owner = "pgRouting";
    repo = "pgrouting";
    rev = "v${version}";
    hash = "sha256-tK1JLWPtFR9nn5SULsPdpC3TXdmWAqq8QGDuD0bkElc=";
    hash = "sha256-dzt1fVqbOE37A/qcQbuQuyiZpYuCwavQhnN/ZwFy1KM=";
  };

  meta = with lib; {