summary refs log tree commit diff
path: root/pkgs/servers/sql
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2018-02-21 15:36:54 +0100
committerLancelot SIX <lsix@lancelotsix.com>2018-02-23 11:02:55 +0100
commit4080c2ae8be122bf474d90396be64701ef450ba5 (patch)
tree174d7ab6ce26c2683987b51b58ccd6b7e73e540a /pkgs/servers/sql
parent67f892b08fb43220ec53ef814a161338e0bcfc95 (diff)
downloadnixlib-4080c2ae8be122bf474d90396be64701ef450ba5.tar
nixlib-4080c2ae8be122bf474d90396be64701ef450ba5.tar.gz
nixlib-4080c2ae8be122bf474d90396be64701ef450ba5.tar.bz2
nixlib-4080c2ae8be122bf474d90396be64701ef450ba5.tar.lz
nixlib-4080c2ae8be122bf474d90396be64701ef450ba5.tar.xz
nixlib-4080c2ae8be122bf474d90396be64701ef450ba5.tar.zst
nixlib-4080c2ae8be122bf474d90396be64701ef450ba5.zip
postgresql100: 10.1 -> 10.2
See https://www.postgresql.org/docs/10/static/release-10-2.html for
release information
Diffstat (limited to 'pkgs/servers/sql')
-rw-r--r--pkgs/servers/sql/postgresql/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/sql/postgresql/default.nix b/pkgs/servers/sql/postgresql/default.nix
index 5a45782d1676..f7b894111e46 100644
--- a/pkgs/servers/sql/postgresql/default.nix
+++ b/pkgs/servers/sql/postgresql/default.nix
@@ -117,9 +117,9 @@ in {
   };
 
   postgresql100 = common {
-    version = "10.1";
+    version = "10.2";
     psqlSchema = "10.0";
-    sha256 = "04z7lm4h94625vbncwv98svycqr942n3q47ailqaczkszqjlxjrw";
+    sha256 = "1bav2iyi93h866skrrlqlvsp4sfv1sfww1s305zpzffxcadh0cpy";
   };
 
 }