We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bca255 commit f7d730cCopy full SHA for f7d730c
nix/ext/pg_repack.nix
@@ -18,8 +18,8 @@ stdenv.mkDerivation (finalAttrs: {
18
src = fetchFromGitHub {
19
owner = "reorg";
20
repo = "pg_repack";
21
- rev = "85b64c6d4f599b2988343c4e7121acab505c9006";
22
- hash = "sha256-lAuLI+vupusvn3uTzQ9OaLqkEfUVMCAwU9R70tTbb8Y=";
+ rev = "ver_${finalAttrs.version}";
+ hash = "sha256-wfjiLkx+S3zVrAynisX1GdazueVJ3EOwQEPcgUQt7eA=";
23
};
24
25
installPhase = ''
0 commit comments