postgresqlPackages.timescaledb: add comment why refs/tags is used

This commit is contained in:
Sandro 2021-10-28 16:33:51 +02:00 committed by GitHub
parent fe948d29fe
commit d9ebe400f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb";
# some branches are named like tags which confuses git
rev = "refs/tags/${version}";
sha256 = "10c5qx8qq7gbs2pq56gn4nadbc8i6r28528hp2nqdg881yaiga3m";
};