Commit 079209be authored by Mario Rodas's avatar Mario Rodas
Browse files

postgresqlPackages.pgrouting: 3.4.2 -> 3.5.0

parent f5c5751d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

stdenv.mkDerivation rec {
  pname = "pgrouting";
  version = "3.4.2";
  version = "3.5.0";

  nativeBuildInputs = [ cmake perl ];
  buildInputs = [ postgresql boost ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
    owner  = "pgRouting";
    repo   = pname;
    rev    = "v${version}";
    sha256 = "sha256-By3XX4ow5+OdvpLlpozZe3674VSehO9T96pQtJy5y6g=";
    sha256 = "sha256-6ckNKfun2A4WARhN6/hxPWAi8o+qGlrdYSDVQC9sKR0=";
  };

  installPhase = ''