Unverified Commit c0bcb750 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

tdb: 1.4.14 -> 1.4.15 (#482159)

parents dc9d51e1 de296e04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,11 +28,11 @@ in

stdenv.mkDerivation rec {
  pname = "tdb";
  version = "1.4.14";
  version = "1.4.15";

  src = fetchurl {
    url = "mirror://samba/tdb/${pname}-${version}.tar.gz";
    hash = "sha256-FE9AfULteg7BRwpA7xetQRM/6RC86GXdn+CE1JyQdSY=";
    hash = "sha256-+6CdjfHxuQcq6ujniyvUPFr+8gsvbe76YzqhSjd6jdI=";
  };

  nativeBuildInputs = [