File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
pkgs/servers/sql/postgresql/ext Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
postgresqlBuildExtension ( finalAttrs : {
9
9
pname = "pg_ivm" ;
10
- version = "1.11 " ;
10
+ version = "1.12 " ;
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "sraoss" ;
14
14
repo = "pg_ivm" ;
15
15
tag = "v${ finalAttrs . version } " ;
16
- hash = "sha256-fPtDwP+IZ/RQOriRklSvpUnJ8qEwJaxIrcfnAReRQeQ =" ;
16
+ hash = "sha256-UeRcxoUkpPw4EcQXKUxHamjczOaE59d00kSrYsijnH8 =" ;
17
17
} ;
18
18
19
19
meta = {
@@ -23,11 +23,5 @@ postgresqlBuildExtension (finalAttrs: {
23
23
maintainers = with lib . maintainers ; [ ivan ] ;
24
24
platforms = postgresql . meta . platforms ;
25
25
license = lib . licenses . postgresql ;
26
- # PostgreSQL 18 support issue upstream: https://github.com/sraoss/pg_ivm/issues/133
27
- # Note: already fixed on `main` branch.
28
- # Check after next package update.
29
- broken = lib . warnIf ( finalAttrs . version != "1.11" ) "Is postgresql18Packages.pg_ivm still broken?" (
30
- lib . versionAtLeast postgresql . version "18"
31
- ) ;
32
26
} ;
33
27
} )
You can’t perform that action at this time.
0 commit comments