Commit 6c6737fc authored by R. RyanTM's avatar R. RyanTM
Browse files

tevent: 0.13.0 -> 0.14.1

parent 9533b01d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,11 +15,11 @@

stdenv.mkDerivation rec {
  pname = "tevent";
  version = "0.13.0";
  version = "0.14.1";

  src = fetchurl {
    url = "mirror://samba/tevent/${pname}-${version}.tar.gz";
    sha256 = "sha256-uUN6kX+lU0Q2G+tk7J4AQumcroh5iCpi3Tj2q+I3HQw=";
    sha256 = "sha256-74X8qoD/0jUQNrpLNHYw/vKhrD2pZKfxggRmutA80A0=";
  };

  nativeBuildInputs = [