File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
pkgs : attrs : with pkgs ; with attrs ; rec {
2
2
pname = "croaring" ;
3
- version = "4.3.11 " ;
3
+ version = "4.3.12 " ;
4
4
5
5
src = fetchFromGitHub {
6
6
owner = "RoaringBitmap" ;
7
7
repo = "CRoaring" ;
8
8
rev = "v${ version } " ;
9
- hash = "sha256-6vUZbNw6MHnm65Tb3rFNowdxjjMl+hx/wQOopvXcGjc =" ;
9
+ hash = "sha256-A2cWi/clh/mgKa192IqrT/qDL26jf8iN2d1if3ugIY0 =" ;
10
10
} ;
11
11
12
12
patches = [ ] ;
Original file line number Diff line number Diff line change 2
2
// /include/roaring/roaring_version.h automatically generated by release.py, do not change by hand
3
3
#ifndef ROARING_INCLUDE_ROARING_VERSION
4
4
#define ROARING_INCLUDE_ROARING_VERSION
5
- #define ROARING_VERSION "4.3.11 "
5
+ #define ROARING_VERSION "4.3.12 "
6
6
enum {
7
7
ROARING_VERSION_MAJOR = 4 ,
8
8
ROARING_VERSION_MINOR = 3 ,
9
- ROARING_VERSION_REVISION = 11
9
+ ROARING_VERSION_REVISION = 12
10
10
};
11
11
#endif // ROARING_INCLUDE_ROARING_VERSION
12
12
// clang-format on
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ LICENSE(
10
10
11
11
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
12
12
13
- VERSION(4.3.11 )
13
+ VERSION(4.3.12 )
14
14
15
- ORIGINAL_SOURCE(https ://github.com/RoaringBitmap/CRoaring/archive/v4.3.11 .tar.gz)
15
+ ORIGINAL_SOURCE(https ://github.com/RoaringBitmap/CRoaring/archive/v4.3.12 .tar.gz)
16
16
17
17
ADDINCL(
18
18
GLOBAL contrib/libs/croaring/include
You can’t perform that action at this time.
0 commit comments