Merge: postgresqlPackages.citus: 13.0.2 -> 13.0.3 (#391837)

This commit is contained in:
Maximilian Bosch
2025-03-22 18:34:37 +00:00
committed by GitHub
+2 -2
View File
@@ -11,13 +11,13 @@
postgresqlBuildExtension rec {
pname = "citus";
version = "13.0.2";
version = "13.0.3";
src = fetchFromGitHub {
owner = "citusdata";
repo = "citus";
tag = "v${version}";
hash = "sha256-SuJs6OCHKO7efQagsATgn/V9rgMyuXQIHGCEP9ME7tQ=";
hash = "sha256-tQ2YkMUeziz+dhfXtfuK0x8PWH3vfoJiVbE+YvQ/Gzc=";
};
patches = [