Merge pull request #140091 from marsam/update-pg_cron

postgresqlPackages.pg_cron: 1.3.1 -> 1.4.1
This commit is contained in:
Mario Rodas
2021-09-30 20:54:25 -05:00
committed by GitHub
+2 -2
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_cron";
version = "1.3.1";
version = "1.4.1";
buildInputs = [ postgresql ];
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = pname;
rev = "v${version}";
sha256 = "0vhqm9xi84v21ijlbi3fznj799j81mmc9kaawhwn0djhxcs2symd";
sha256 = "1fknr7z1m24dpp4hm5s6y5phdns7yvvj88cl481wjhw8bigz6kns";
};
installPhase = ''