Skip to content

Commit

Permalink
gdbm: 1.23 -> 1.24
Browse files Browse the repository at this point in the history
Why is this triggering infinite recursion wheh hashing is empty?
  • Loading branch information
AndersonTorres committed Jul 26, 2024
1 parent bdbc71b commit 9cbf719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gd/gdbm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 9cbf719

Please sign in to comment.