cppzmq: 4.9.0 -> 4.10.0

This commit is contained in:
R. Ryantm 2023-06-24 07:33:09 +00:00
parent 998b322eac
commit dfc20342ab

View file

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