Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot]
2026-06-29 00:46:48 +00:00
committed by GitHub
109 changed files with 762 additions and 962 deletions
@@ -7,13 +7,13 @@
postgresqlBuildExtension (finalAttrs: {
pname = "pg_roaringbitmap";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "ChenHuajun";
repo = "pg_roaringbitmap";
tag = "v${finalAttrs.version}";
hash = "sha256-XX68Kgx9uFhnWSUIhErw3yOjo7K/seP/6oca3vS7b84=";
hash = "sha256-edNqeeO2VHkoIbvpmGCkpVAF6jRNL7MqetS2I5Sjhl4=";
};
meta = {