Merge pull request #143394 from SuperSandro2000/SuperSandro2000-patch-1

This commit is contained in:
Sandro 2021-10-29 11:47:17 +02:00 committed by GitHub
commit dc97e86313
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 = "0j8fbhf69q0074c02ilzdrhwc1ciyw6dq48217xxv274df2lcxzd";
};