postgresqlPackages.citus: 12.1.6 -> 13.0.0

This commit is contained in:
R. Ryantm
2025-01-29 02:45:06 +00:00
parent 4a3faa5e86
commit fd574fbfc4
+2 -2
View File
@@ -10,13 +10,13 @@
buildPostgresqlExtension rec {
pname = "citus";
version = "12.1.6";
version = "13.0.0";
src = fetchFromGitHub {
owner = "citusdata";
repo = "citus";
rev = "v${version}";
hash = "sha256-PYABH4e5Wp5hMvEQMRHjPL7gDVu8Wud6d+BzrBBMjIQ=";
hash = "sha256-1if/rYMQV1RG4ZkjqTFuFYu5f1JhJiMF4rCVo8gp7+8=";
};
buildInputs = [