azmq: update and pin boost (#403429)
This commit is contained in:
@@ -2,22 +2,23 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
boost,
|
||||
boost183,
|
||||
cmake,
|
||||
ninja,
|
||||
zeromq,
|
||||
catch2,
|
||||
unstableGitUpdater,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "azmq";
|
||||
version = "unstable-2023-03-23";
|
||||
version = "1.0.3-unstable-2025-01-19";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zeromq";
|
||||
repo = "azmq";
|
||||
rev = "2c1adac46bced4eb74ed9be7c74563bb113eaacf";
|
||||
hash = "sha256-4o1CHlg9kociIL6QN/kU2cojPvFRhtjFmKIAz0dapUM=";
|
||||
rev = "4e8f18bf3ac60f5c8126db61e48927ea19a88195";
|
||||
hash = "sha256-0TYZvQefoW77RXhQ57niXs3Kcz2YHW9cBDNGFU47BBs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -26,7 +27,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost
|
||||
boost183
|
||||
catch2
|
||||
zeromq
|
||||
];
|
||||
@@ -34,6 +35,10 @@ stdenv.mkDerivation {
|
||||
# Broken for some reason on this platform.
|
||||
doCheck = !(stdenv.hostPlatform.isAarch64 && stdenv.hostPlatform.isLinux);
|
||||
|
||||
passthru.updateScript = unstableGitUpdater {
|
||||
tagPrefix = "v";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/zeromq/azmq";
|
||||
license = licenses.boost;
|
||||
|
||||
Reference in New Issue
Block a user