tdb: 1.4.7 -> 1.4.8

This commit is contained in:
R. Ryantm 2023-03-06 00:42:52 +00:00
parent cb351f064e
commit 7346e0d56a

View file

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "tdb";
version = "1.4.7";
version = "1.4.8";
src = fetchurl {
url = "mirror://samba/tdb/${pname}-${version}.tar.gz";
sha256 = "sha256-pPsWje9TPzH/LAf32YRLsxMeZ5nwlOvnfQOArcmHwg4=";
sha256 = "sha256-hDTJyFfRPOP6hGb3VgHyXDaTZ2s2kZ8VngrWEhuvXOg=";
};
nativeBuildInputs = [