cppzmq: 4.10.0 -> 4.11.0

This commit is contained in:
R. Ryantm
2025-06-21 00:39:56 +00:00
parent 49645047e6
commit ac1b4b96ec
+2 -2
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 ];