Commit 325198bb authored by R. RyanTM's avatar R. RyanTM
Browse files

postgresqlPackages.pg_repack: 1.5.2 -> 1.5.3

parent 6a8176d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pg_repack";
  version = "1.5.2";
  version = "1.5.3";

  buildInputs = postgresql.buildInputs;

@@ -18,7 +18,7 @@ postgresqlBuildExtension (finalAttrs: {
    owner = "reorg";
    repo = "pg_repack";
    tag = "ver_${finalAttrs.version}";
    hash = "sha256-wfjiLkx+S3zVrAynisX1GdazueVJ3EOwQEPcgUQt7eA=";
    hash = "sha256-Ufh/dKrKumRKeQ/CpwvxbjAmgILAn04BduPZMRvS+nU=";
  };

  passthru.updateScript = gitUpdater {