From c770b3ae7e3034e4e8775ac3cd281a3586fb41d2 Mon Sep 17 00:00:00 2001 From: Artur Zakirov Date: Mon, 16 Dec 2024 14:58:43 +0100 Subject: [PATCH] Pin pg_repack version 1.5.2 based on tag --- nix/ext/pg_repack.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/ext/pg_repack.nix b/nix/ext/pg_repack.nix index fac666149..7b8a69593 100644 --- a/nix/ext/pg_repack.nix +++ b/nix/ext/pg_repack.nix @@ -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 = ''