tdb: 1.4.5 -> 1.4.6

This commit is contained in:
R. Ryantm 2022-01-25 18:51:20 +00:00
parent 075b606ef9
commit 7790930e4d

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation rec {
pname = "tdb";
version = "1.4.5";
version = "1.4.6";
src = fetchurl {
url = "mirror://samba/tdb/${pname}-${version}.tar.gz";
sha256 = "sha256-vPztiE9wMQgJmLXEscXc5XVnBV95QX+G26QNzemaDkE=";
sha256 = "sha256-1okr2L7+BKd2QqHdVuSoeTSb8c9bLAv1+4QQYZON7ws=";
};
nativeBuildInputs = [