Skip to content

Commit d5f3dfe

Browse files
committed
tdb: 1.4.12 -> 1.4.13
1 parent affff94 commit d5f3dfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/td/tdb/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313

1414
stdenv.mkDerivation rec {
1515
pname = "tdb";
16-
version = "1.4.12";
16+
version = "1.4.13";
1717

1818
src = fetchurl {
1919
url = "mirror://samba/tdb/${pname}-${version}.tar.gz";
20-
hash = "sha256-bOSydJiBLQkjfs5loNbfrAlBYQ5wmEjsuCKqJBCEzXo=";
20+
hash = "sha256-XuJ252RNcT4Z5LatwAtECvtYUf8h5lgh/67YnhWl4Wc=";
2121
};
2222

2323
nativeBuildInputs = [

0 commit comments

Comments
 (0)