File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ postgres_major:
11
11
12
12
# Full version strings for each major version
13
13
postgres_release :
14
- postgres15 : " 15.8.1.007 "
15
- postgres16 : " 16.3.1.013 "
14
+ postgres15 : " 15.8.1.008 "
15
+ postgres16 : " 16.3.1.014 "
16
16
17
17
# Non Postgres Extensions
18
18
pgbouncer_release : " 1.19.0"
Original file line number Diff line number Diff line change 11
11
12
12
stdenv . mkDerivation ( finalAttrs : {
13
13
pname = "pg_repack" ;
14
- version = "1.5.0 " ;
14
+ version = "1.5.2 " ;
15
15
16
16
buildInputs = postgresql . buildInputs ++ [ postgresql ] ;
17
17
18
18
src = fetchFromGitHub {
19
19
owner = "reorg" ;
20
20
repo = "pg_repack" ;
21
- rev = "ver_ ${ finalAttrs . version } " ;
22
- hash = "sha256-do80phyMxwcRIkYyUt9z02z7byNQhK+pbSaCUmzG+4c =" ;
21
+ rev = "85b64c6d4f599b2988343c4e7121acab505c9006 " ;
22
+ hash = "sha256-lAuLI+vupusvn3uTzQ9OaLqkEfUVMCAwU9R70tTbb8Y =" ;
23
23
} ;
24
24
25
25
installPhase = ''
You can’t perform that action at this time.
0 commit comments