Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

tdb: 1.3.11 -> 1.3.15

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbdump -h` got 0 exit code
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbbackup -h` got 0 exit code
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbbackup --help` got 0 exit code
- ran `/nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15/bin/tdbbackup --help` and found version 1.3.15
- found 1.3.15 with grep in /nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15
- found 1.3.15 in filename of file in /nix/store/3dmmnilw4rsyrnz164vy04advblps0h5-tdb-1.3.15

cc "@wkennington"

authored by Ryan Mulligan and committed by Robin Gloster 8cf7bfce 2af5567c

+2 -2
+2 -2
pkgs/development/libraries/tdb/default.nix
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 - name = "tdb-1.3.11"; 7 8 src = fetchurl { 9 url = "mirror://samba/tdb/${name}.tar.gz"; 10 - sha256 = "0i1l38h0vyck6zkcj4fn2l03spadlmyr1qa1xpdp9dy2ccbm3s1r"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig ];
··· 3 }: 4 5 stdenv.mkDerivation rec { 6 + name = "tdb-1.3.15"; 7 8 src = fetchurl { 9 url = "mirror://samba/tdb/${name}.tar.gz"; 10 + sha256 = "0a37jhpij8wr4f4pjqdlwnffy2l6a2vkqdpz1bqxj6v06cwbz8dl"; 11 }; 12 13 nativeBuildInputs = [ pkgconfig ];