Skip to content

Commit

Permalink
Pin pg_repack version 1.5.2 based on tag (#1377)
Browse files Browse the repository at this point in the history
Upgrade pg_repack from 85b64c6d4f599b2988343c4e7121acab505c9006 to ver_1.5.2.
  • Loading branch information
za-arthur authored Jan 10, 2025
1 parent 9bca255 commit f7d730c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/ext/pg_repack.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub {
owner = "reorg";
repo = "pg_repack";
rev = "85b64c6d4f599b2988343c4e7121acab505c9006";
hash = "sha256-lAuLI+vupusvn3uTzQ9OaLqkEfUVMCAwU9R70tTbb8Y=";
rev = "ver_${finalAttrs.version}";
hash = "sha256-wfjiLkx+S3zVrAynisX1GdazueVJ3EOwQEPcgUQt7eA=";
};

installPhase = ''
Expand Down

0 comments on commit f7d730c

Please sign in to comment.