Skip to content

Commit

Permalink
update hypopg to 1.4.1 (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
olirice committed Apr 30, 2024
1 parent f7af076 commit 778fe99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ pgroonga_release_checksum: sha256:885ff3878cc30e9030e5fc56d561bc8b66df3ede1562c9

wrappers_release: "0.3.0"

hypopg_release: "1.3.1"
hypopg_release_checksum: sha256:e7f01ee0259dc1713f318a108f987663d60f3041948c2ada57a94b469565ca8e
hypopg_release: "1.4.1"
hypopg_release_checksum: sha256:9afe6357fd389d8d33fad81703038ce520b09275ec00153c6c89282bcdedd6bc

pg_repack_release: "1.5.0"
pg_repack_release_checksum: sha256:9a14d6a95bfa29f856aa10538238622c1f351d38eb350b196c06720a878ccc52
Expand Down
3 changes: 2 additions & 1 deletion common.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
postgres-version = "15.1.1.45"

postgres-version = "15.1.1.46"
4 changes: 2 additions & 2 deletions nix/ext/hypopg.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

stdenv.mkDerivation rec {
pname = "hypopg";
version = "1.3.1";
version = "1.4.1";

buildInputs = [ postgresql ];

src = fetchFromGitHub {
owner = "HypoPG";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-AIBXy+LxyHUo+1hd8gQTwaBdFiTEzKaCVc4cx5tZgME=";
hash = "sha256-88uKPSnITRZ2VkelI56jZ9GWazG/Rn39QlyHKJKSKMM=";
};

installPhase = ''
Expand Down

0 comments on commit 778fe99

Please sign in to comment.