Commit 4387ff15 authored by R. RyanTM's avatar R. RyanTM
Browse files

postgresqlPackages.pgmq: 1.9.0 -> 1.10.0

parent e0658cba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pgmq";
  version = "1.9.0";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "tembo-io";
    repo = "pgmq";
    tag = "v${finalAttrs.version}";
    hash = "sha256-Rgs3iZfnKAijz8mk9A2tM1WuL8uMFYE3IRa+JgWk0LE=";
    hash = "sha256-sNOFr3tiZATFBvRBm4pSsn8YR62zqN06VBOBnvdXgts=";
  };

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