File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -129,8 +129,8 @@ pgroonga_release_checksum: sha256:885ff3878cc30e9030e5fc56d561bc8b66df3ede1562c9
129
129
130
130
wrappers_release : " 0.3.0"
131
131
132
- hypopg_release : " 1.3 .1"
133
- hypopg_release_checksum : sha256:e7f01ee0259dc1713f318a108f987663d60f3041948c2ada57a94b469565ca8e
132
+ hypopg_release : " 1.4 .1"
133
+ hypopg_release_checksum : sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc
134
134
135
135
pg_repack_release : " 1.5.0"
136
136
pg_repack_release_checksum : sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.1.45"
1
+
2
+ postgres-version = " 15.1.1.46"
Original file line number Diff line number Diff line change 2
2
3
3
stdenv . mkDerivation rec {
4
4
pname = "hypopg" ;
5
- version = "1.3 .1" ;
5
+ version = "1.4 .1" ;
6
6
7
7
buildInputs = [ postgresql ] ;
8
8
9
9
src = fetchFromGitHub {
10
10
owner = "HypoPG" ;
11
11
repo = pname ;
12
12
rev = "refs/tags/${ version } " ;
13
- hash = "sha256-AIBXy+LxyHUo+1hd8gQTwaBdFiTEzKaCVc4cx5tZgME =" ;
13
+ hash = "sha256-88uKPSnITRZ2VkelI56jZ9GWazG/Rn39QlyHKJKSKMM =" ;
14
14
} ;
15
15
16
16
installPhase = ''
You can’t perform that action at this time.
0 commit comments