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

libcoap: 4.3.3 -> 4.3.4
This commit is contained in:
Weijia Wang 2023-10-17 23:53:22 +02:00 committed by GitHub
commit b205170378
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "libcoap"; pname = "libcoap";
version = "4.3.3"; version = "4.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "libcoap"; repo = "libcoap";
owner = "obgm"; owner = "obgm";
rev = "v${version}"; rev = "v${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-RS37Fpo1uzwEKzCysilXiH/NYOySEYGPOk0R/+rqiag="; sha256 = "sha256-x8r5fHY8J0NYE7nPSw/bPpK/iTLKioKpQKmVw73KOtg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
automake automake