Merge pull request #284926 from r-ryantm/auto-update/tdb

tdb: 1.4.9 -> 1.4.10
This commit is contained in:
Weijia Wang 2024-02-05 19:29:46 +01:00 committed by GitHub
commit 2abdba79e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [