cppzmq: 4.10.0 -> 4.11.0 (#418595)

This commit is contained in:
Weijia Wang 2025-07-01 06:07:42 +02:00 committed by GitHub
commit 6ca9d58dfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "cppzmq";
version = "4.10.0";
version = "4.11.0";
src = fetchFromGitHub {
owner = "zeromq";
repo = "cppzmq";
rev = "v${version}";
sha256 = "sha256-HTdaV1cLbwGYuikS9EAVvAOdLmCoWlvVXlpYsUwY5IA=";
sha256 = "sha256-c6IZ5PnuB96NLYHDHdNclYSF4LpqAfFWxVzeP8BzhCE=";
};
nativeBuildInputs = [ cmake ];