Commit f4daae85 authored by R. RyanTM's avatar R. RyanTM
Browse files

postgresqlPackages.pg_background: 1.6 -> 1.8

parent bc5efa26
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

postgresqlBuildExtension (finalAttrs: {
  pname = "pg_background";
  version = "1.6";
  version = "1.8";

  src = fetchFromGitHub {
    owner = "vibhorkum";
    repo = "pg_background";
    tag = "v${finalAttrs.version}";
    hash = "sha256-RA4ZI3BmtbwIGX9Gc+QSxh9lNj5jLVZY5RtPgbt7cTM=";
    hash = "sha256-m14hBIqBBwxGrOIKV77F/S3vH4YH0/0husy9edDkuMM=";
  };

  buildInputs = postgresql.buildInputs;