about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdbm
diff options
context:
space:
mode:
authorLancelot SIX <lsix@lancelotsix.com>2018-08-01 09:41:30 +0200
committerLancelot SIX <lsix@lancelotsix.com>2018-08-01 09:43:13 +0200
commit113e53554abb164f312c25b3a4c6fe12fb5d9c95 (patch)
tree98526099af55373186fb19689b14459124a17136 /pkgs/development/libraries/gdbm
parentd56b54cb3c5cb361fe7e44a12979bf8a36f2aadf (diff)
downloadnixlib-113e53554abb164f312c25b3a4c6fe12fb5d9c95.tar
nixlib-113e53554abb164f312c25b3a4c6fe12fb5d9c95.tar.gz
nixlib-113e53554abb164f312c25b3a4c6fe12fb5d9c95.tar.bz2
nixlib-113e53554abb164f312c25b3a4c6fe12fb5d9c95.tar.lz
nixlib-113e53554abb164f312c25b3a4c6fe12fb5d9c95.tar.xz
nixlib-113e53554abb164f312c25b3a4c6fe12fb5d9c95.tar.zst
nixlib-113e53554abb164f312c25b3a4c6fe12fb5d9c95.zip
gdbm: 1.15 -> 1.17
See release informatinos:
- http://lists.gnu.org/archive/html/info-gnu/2018-06/msg00013.html
- http://lists.gnu.org/archive/html/info-gnu/2018-07/msg00009.html
Diffstat (limited to 'pkgs/development/libraries/gdbm')
-rw-r--r--pkgs/development/libraries/gdbm/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/gdbm/default.nix b/pkgs/development/libraries/gdbm/default.nix
index a1980d62490a..ecab75fb0ea9 100644
--- a/pkgs/development/libraries/gdbm/default.nix
+++ b/pkgs/development/libraries/gdbm/default.nix
@@ -1,11 +1,11 @@
 { stdenv, lib, buildPlatform, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "gdbm-1.15";
+  name = "gdbm-1.17";
 
   src = fetchurl {
     url = "mirror://gnu/gdbm/${name}.tar.gz";
-    sha256 = "03nwsbixdp3nx3fzn3gjy0n7rcppmkkxb2nxbmd8mvb7gwhf7zgr";
+    sha256 = "0zcp2iv5dbab18859a5fvacg8lkp8k4pr9af13kfvami6lpcrn3w";
   };
 
   doCheck = true; # not cross;