Unverified Commit 3107435c authored by Maximilian Bosch's avatar Maximilian Bosch Committed by GitHub
Browse files

Merge: postgresqlPackages.pg_cron: 1.6.4 -> 1.6.5 (#364667)

parents 36c7e8e0 79734b0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPostgresqlExtension rec {
  pname = "pg_cron";
  version = "1.6.4";
  version = "1.6.5";

  src = fetchFromGitHub {
    owner = "citusdata";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-t1DpFkPiSfdoGG2NgNT7g1lkvSooZoRoUrix6cBID40=";
    hash = "sha256-Llksil7Fk7jvJJmCpfCN0Qm2b2I4J1VOA7/ibytO+KM=";
  };

  meta = with lib; {