Commit 98a4b8f0 authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

libcoap: 4.3.1 -> 4.3.3

parent 183845f8
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.1";
  version = "4.3.3";
  src = fetchFromGitHub {
    repo = "libcoap";
    owner = "obgm";
    rev = "v${version}";
    fetchSubmodules = true;
    sha256 = "sha256-4XcAo5StyYIfe9wD0cPHKFZalMcBAuiVV2qFZ126KT8=";
    sha256 = "sha256-RS37Fpo1uzwEKzCysilXiH/NYOySEYGPOk0R/+rqiag=";
  };
  nativeBuildInputs = [
    automake