Unverified Commit ae4248a8 authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

postgresqlPackages.pgmq: 1.7.0 -> 1.8.0 (#467917)

parents 4587ab1a 9ad7b4b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pgmq";
  version = "1.7.0";
  version = "1.8.0";

  src = fetchFromGitHub {
    owner = "tembo-io";
    repo = "pgmq";
    tag = "v${finalAttrs.version}";
    hash = "sha256-CnXweDsLO2yE+z1tPADqz54Q1rswsKoUVYbdiZFEbPs=";
    hash = "sha256-oXsThqRs+nrNCb9A560gW3sm6LPQFucrlSolNCi0z3w=";
  };

  sourceRoot = "${finalAttrs.src.name}/pgmq-extension";