Skip to content

Commit 0aa5453

Browse files
robot-pigletneyrox
authored andcommitted
Update contrib/libs/croaring to 4.3.12
commit_hash:daedd38ec24b29b0afd6445f6b1ecdcaeb4828ba
1 parent 6840a91 commit 0aa5453

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

contrib/libs/croaring/.yandex_meta/override.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
pkgs: attrs: with pkgs; with attrs; rec {
22
pname = "croaring";
3-
version = "4.3.11";
3+
version = "4.3.12";
44

55
src = fetchFromGitHub {
66
owner = "RoaringBitmap";
77
repo = "CRoaring";
88
rev = "v${version}";
9-
hash = "sha256-6vUZbNw6MHnm65Tb3rFNowdxjjMl+hx/wQOopvXcGjc=";
9+
hash = "sha256-A2cWi/clh/mgKa192IqrT/qDL26jf8iN2d1if3ugIY0=";
1010
};
1111

1212
patches = [];

contrib/libs/croaring/include/roaring/roaring_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// /include/roaring/roaring_version.h automatically generated by release.py, do not change by hand
33
#ifndef ROARING_INCLUDE_ROARING_VERSION
44
#define ROARING_INCLUDE_ROARING_VERSION
5-
#define ROARING_VERSION "4.3.11"
5+
#define ROARING_VERSION "4.3.12"
66
enum {
77
ROARING_VERSION_MAJOR = 4,
88
ROARING_VERSION_MINOR = 3,
9-
ROARING_VERSION_REVISION = 11
9+
ROARING_VERSION_REVISION = 12
1010
};
1111
#endif // ROARING_INCLUDE_ROARING_VERSION
1212
// clang-format on

contrib/libs/croaring/ya.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ LICENSE(
1010

1111
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
1212

13-
VERSION(4.3.11)
13+
VERSION(4.3.12)
1414

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)
1616

1717
ADDINCL(
1818
GLOBAL contrib/libs/croaring/include

0 commit comments

Comments
 (0)