File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 22 lib ,
33 stdenv ,
44 fetchFromGitHub ,
5- boost ,
5+ boost183 ,
66 cmake ,
77 ninja ,
88 zeromq ,
99 catch2 ,
10+ unstableGitUpdater ,
1011} :
1112
1213stdenv . mkDerivation {
1314 pname = "azmq" ;
14- version = "unstable-2023-03-23 " ;
15+ version = "1.0.3- unstable-2025-01-19 " ;
1516
1617 src = fetchFromGitHub {
1718 owner = "zeromq" ;
1819 repo = "azmq" ;
19- rev = "2c1adac46bced4eb74ed9be7c74563bb113eaacf " ;
20- hash = "sha256-4o1CHlg9kociIL6QN/kU2cojPvFRhtjFmKIAz0dapUM =" ;
20+ rev = "4e8f18bf3ac60f5c8126db61e48927ea19a88195 " ;
21+ hash = "sha256-0TYZvQefoW77RXhQ57niXs3Kcz2YHW9cBDNGFU47BBs =" ;
2122 } ;
2223
2324 nativeBuildInputs = [
@@ -26,14 +27,18 @@ stdenv.mkDerivation {
2627 ] ;
2728
2829 buildInputs = [
29- boost
30+ boost183
3031 catch2
3132 zeromq
3233 ] ;
3334
3435 # Broken for some reason on this platform.
3536 doCheck = ! ( stdenv . hostPlatform . isAarch64 && stdenv . hostPlatform . isLinux ) ;
3637
38+ passthru . updateScript = unstableGitUpdater {
39+ tagPrefix = "v" ;
40+ } ;
41+
3742 meta = with lib ; {
3843 homepage = "https://github.com/zeromq/azmq" ;
3944 license = licenses . boost ;
You can’t perform that action at this time.
0 commit comments