libcoap: 4.3.4a -> 4.3.5

This commit is contained in:
R. Ryantm 2024-10-14 04:55:54 +00:00 committed by Emery Hemingway
parent 39def438b4
commit 3f05472195

View File

@ -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