gdbm: 1.23 -> 1.24

Why is this triggering infinite recursion wheh hashing is empty?
This commit is contained in:
Anderson Torres 2024-07-03 20:13:43 -03:00
parent bdbc71bf39
commit 9cbf7192e1

View File

@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdbm";
version = "1.23";
version = "1.24";
src = fetchurl {
url = "mirror://gnu/gdbm/gdbm-${finalAttrs.version}.tar.gz";
hash = "sha256-dLEIHSH/8TrkvXwW5dblBKTCb3zeHcoNljpIQXS7ys0=";
hash = "sha256-aV6YJ/33Y1E/EzkQvH5s/bkYeUOk/slD5XRJcj0rjb8=";
};
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];