File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -144,8 +144,8 @@ wrappers_release: "0.4.3"
144
144
hypopg_release : " 1.4.1"
145
145
hypopg_release_checksum : sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc
146
146
147
- pg_repack_release : " 1.5.1 "
148
- pg_repack_commit : " 139895ae7387c1e247d7a2ae92359471793426a7 "
147
+ pg_repack_release : " 1.5.2 "
148
+ pg_repack_commit : " ecbc5879c8c123511a1d59ef1c6a6182d061aeec "
149
149
pg_repack_release_checksum : sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52
150
150
151
151
pgvector_release : " 0.7.4"
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 = "ecbc5879c8c123511a1d59ef1c6a6182d061aeec " ;
22
+ hash = "sha256-JTwCUmhL2/kQ7CKcwQGbypSgFy/rSMNRNydtQlNaCcc =" ;
23
23
} ;
24
24
25
25
installPhase = ''
You can’t perform that action at this time.
0 commit comments