about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-01-21 06:49:45 -0800
committerGitHub <noreply@github.com>2021-01-21 06:49:45 -0800
commit35d893da49e09f80b8ce8ed6c2572205a11f9529 (patch)
tree0e44fec09993c6d2b495004814fe2101c73ce9df /pkgs
parent48e923959e150da68018b215a8d5c1fdfaa8313c (diff)
parentd56049ea971628788c7d6834f821ad703443980b (diff)
Merge pull request #110252 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.1.1 -> 3.1.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/sql/postgresql/ext/pgrouting.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/pgrouting.nix b/pkgs/servers/sql/postgresql/ext/pgrouting.nix
index c51ef153444f8..6604b52cfd3db 100644
--- a/pkgs/servers/sql/postgresql/ext/pgrouting.nix
+++ b/pkgs/servers/sql/postgresql/ext/pgrouting.nix
@@ -2,7 +2,7 @@
 
 stdenv.mkDerivation rec {
   pname = "pgrouting";
-  version = "3.1.1";
+  version = "3.1.2";
 
   nativeBuildInputs = [ cmake perl ];
   buildInputs = [ postgresql boost ];
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
     owner  = "pgRouting";
     repo   = pname;
     rev    = "v${version}";
-    sha256 = "1wj583c4iipsss75czww176aqa8sncsvcx1i0d6cb41v03iq5acf";
+    sha256 = "sha256-9M8Hug+znihViHC/57aPyc7Zgbeb1H8a/iVCfAG/Am8=";
   };
 
   installPhase = ''