postgresqlPackages.citus: 12.1.1 -> 12.1.2

Diff: https://github.com/citusdata/citus/compare/v12.1.1...12.1.2

Changelog: https://github.com/citusdata/citus/blob/v12.1.2/CHANGELOG.md
This commit is contained in:
Mario Rodas 2024-02-17 04:20:00 +00:00
parent 72301649a5
commit 1c39e0606d

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "citus";
version = "12.1.1";
version = "12.1.2";
src = fetchFromGitHub {
owner = "citusdata";
repo = "citus";
rev = "v${version}";
hash = "sha256-g2/PJ4H5N7XA0yWiT6GbgCRh8mBDAfNhW9hx8r3X1Cs=";
hash = "sha256-0uYNMLAYigtGlDRvOEkQeC5i58QfXcdSVjTQwWVFX+8=";
};
buildInputs = [