tdb: 1.4.9 -> 1.4.10

This commit is contained in:
R. Ryantm
2024-01-30 05:21:16 +00:00
parent 1000d29be1
commit 8131ae4293

View File

@@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "tdb";
version = "1.4.9";
version = "1.4.10";
src = fetchurl {
url = "mirror://samba/tdb/${pname}-${version}.tar.gz";
hash = "sha256-CsImBz46LbhkjaevdEy5X1B2alL+6wAdVYsrMht0p2U=";
hash = "sha256-AjOOM8FsIcnilXHO9SPnaytwhjYlT28wxs8ZXUjGLa8=";
};
nativeBuildInputs = [