Merge pull request #239530 from r-ryantm/auto-update/cppzmq

cppzmq: 4.9.0 -> 4.10.0
This commit is contained in:
Nick Cao 2023-06-25 13:03:39 +08:00 committed by GitHub
commit 94208cb3e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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