Commit d2996cfa authored by R. RyanTM's avatar R. RyanTM
Browse files

libcoap: 4.3.0 -> 4.3.1

parent 3d7270ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@
}:
stdenv.mkDerivation rec {
  pname = "libcoap";
  version = "4.3.0";
  version = "4.3.1";
  src = fetchFromGitHub {
    repo = "libcoap";
    owner = "obgm";
    rev = "v${version}";
    fetchSubmodules = true;
    sha256 = "1l031ys833gch600g9g3lvbsr4nysx6glbbj4lwvx3ywl0jr6l9k";
    sha256 = "sha256-4XcAo5StyYIfe9wD0cPHKFZalMcBAuiVV2qFZ126KT8=";
  };
  nativeBuildInputs = [
    automake