Unverified Commit e2e34b13 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

Merge pull request #208493 from r-ryantm/auto-update/libcoap

libcoap: 4.3.0 -> 4.3.1
parents d4bad6a3 d2996cfa
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