Merge pull request #284899 from marsam/update-citus

postgresqlPackages.citus: 12.1.0 -> 12.1.1

authored by Mario Rodas and committed by GitHub e9748705 a7458567

+2 -2
+2 -2
pkgs/servers/sql/postgresql/ext/citus.nix
··· 8 8 9 9 stdenv.mkDerivation rec { 10 10 pname = "citus"; 11 - version = "12.1.0"; 11 + version = "12.1.1"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "citusdata"; 15 15 repo = "citus"; 16 16 rev = "v${version}"; 17 - hash = "sha256-ypuinDOHvgjRdbnTTFBpALy6rIR3rrP00JDvlHtmCTk="; 17 + hash = "sha256-g2/PJ4H5N7XA0yWiT6GbgCRh8mBDAfNhW9hx8r3X1Cs="; 18 18 }; 19 19 20 20 buildInputs = [