postgresql11JitPackages.pg_cron: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2023-10-12 23:28:57 +00:00
parent 093f098d26
commit efa025f3b3
+2 -2
View File
@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "pg_cron";
version = "1.6.0";
version = "1.6.1";
buildInputs = [ postgresql ];
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
owner = "citusdata";
repo = pname;
rev = "v${version}";
hash = "sha256-s1wjBx84Z12fRlaT1y3CPEFHK8tzMKp7wF+t7suRNL4=";
hash = "sha256-GvxlaSfsqOiF1mrGo9jVv/K3xVInutkRN3AJHXKUBHQ=";
};
installPhase = ''