Commit 3f054721 authored by R. RyanTM's avatar R. RyanTM Committed by Emery Hemingway
Browse files

libcoap: 4.3.4a -> 4.3.5

parent 39def438
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.4a";
  version = "4.3.5";
  src = fetchFromGitHub {
    repo = "libcoap";
    owner = "obgm";
    rev = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-SzuXFn4rihZIHxKSH5waC5362mhsOtBdRatIGI6nv4I=";
    hash = "sha256-QNrsR6VarZ2favvTZ9pMhVafwF2fOjYLKcyNqZyUl6s=";
  };
  nativeBuildInputs = [
    automake