tdb: 1.4.12 -> 1.4.13 (#379992)

This commit is contained in:
Weijia Wang 2025-03-09 01:06:29 +01:00 committed by GitHub
commit 13a8d610e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,11 +15,11 @@
stdenv.mkDerivation rec {
pname = "tdb";
version = "1.4.12";
version = "1.4.13";
src = fetchurl {
url = "mirror://samba/tdb/${pname}-${version}.tar.gz";
hash = "sha256-bOSydJiBLQkjfs5loNbfrAlBYQ5wmEjsuCKqJBCEzXo=";
hash = "sha256-XuJ252RNcT4Z5LatwAtECvtYUf8h5lgh/67YnhWl4Wc=";
};
nativeBuildInputs = [