gdbm: 1.24 -> 1.25

Changes: https://lists.gnu.org/archive/html/info-gnu/2025-03/msg00010.html
This commit is contained in:
Sergei Trofimovich
2025-03-24 06:53:25 +00:00
parent c06d29049f
commit b31c05161b
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gdbm";
version = "1.24";
version = "1.25";
src = fetchurl {
url = "mirror://gnu/gdbm/gdbm-${finalAttrs.version}.tar.gz";
hash = "sha256-aV6YJ/33Y1E/EzkQvH5s/bkYeUOk/slD5XRJcj0rjb8=";
hash = "sha256-0C2zxZJu2Hf4gXuBzR+S9T73TKjG21Q/u6AnGzTzk+w=";
};
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];