mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
azmq: 1.0.3-unstable-2025-01-19 -> 1.0.3-unstable-2025-11-30
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
boost183,
|
||||
boost,
|
||||
cmake,
|
||||
ninja,
|
||||
zeromq,
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "azmq";
|
||||
version = "1.0.3-unstable-2025-01-19";
|
||||
version = "1.0.3-unstable-2025-11-30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zeromq";
|
||||
repo = "azmq";
|
||||
rev = "4e8f18bf3ac60f5c8126db61e48927ea19a88195";
|
||||
hash = "sha256-0TYZvQefoW77RXhQ57niXs3Kcz2YHW9cBDNGFU47BBs=";
|
||||
rev = "819b24035cfa5b73081e21f5867445f2344f680d";
|
||||
hash = "sha256-jOdggbO+A0ituGmhdpvvBGGNmudmdVlbUJJzEpXILVE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
boost183
|
||||
boost
|
||||
catch2
|
||||
zeromq
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user