Merge pull request #44296 from lsix/gdbm-1-17

gdbm: 1.15 -> 1.17
This commit is contained in:
Jörg Thalheim 2018-08-01 09:05:14 +01:00 committed by GitHub
commit a1fc74b835
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;