summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2018-08-16 21:36:17 +0200
committerAndreas Rammhold <andreas@rammhold.de>2018-08-16 21:38:29 +0200
commit1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92 (patch)
tree68e04a75efdd57a4e2cdf2e205609c3e4ec33939
parentbe34fdfa89f0896e75f236a5e8d0bd11889c20ef (diff)
downloadnixlib-1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92.tar
nixlib-1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92.tar.gz
nixlib-1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92.tar.bz2
nixlib-1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92.tar.lz
nixlib-1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92.tar.xz
nixlib-1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92.tar.zst
nixlib-1c4fc1dbd92cbc68d01b89ad66f43fcc5da40c92.zip
postgresql100: 10.4 -> 10.5
Fixes CVE-2018-10915 & CVE-2018-10925

Release notes: https://www.postgresql.org/docs/current/static/release-10-5.html
-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 a5c27eb7ec95..471b93cabec4 100644
--- a/pkgs/servers/sql/postgresql/default.nix
+++ b/pkgs/servers/sql/postgresql/default.nix
@@ -121,9 +121,9 @@ in {
   };
 
   postgresql100 = common {
-    version = "10.4";
+    version = "10.5";
     psqlSchema = "10.0";
-    sha256 = "0j000bcs9w8wrllg8m7j1lxsd3n2x0yzkack5p35cmxx20iq2q0v";
+    sha256 = "04a07jkvc5s6zgh6jr78149kcjmsxclizsqabjw44ld4j5n633kc";
   };
 
 }