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

authored by Sandro and committed by GitHub dc97e863 99d9c828

+1
+1
pkgs/servers/sql/postgresql/ext/timescaledb.nix
··· 16 src = fetchFromGitHub { 17 owner = "timescale"; 18 repo = "timescaledb"; 19 rev = "refs/tags/${version}"; 20 sha256 = "0j8fbhf69q0074c02ilzdrhwc1ciyw6dq48217xxv274df2lcxzd"; 21 };
··· 16 src = fetchFromGitHub { 17 owner = "timescale"; 18 repo = "timescaledb"; 19 + # some branches are named like tags which confuses git 20 rev = "refs/tags/${version}"; 21 sha256 = "0j8fbhf69q0074c02ilzdrhwc1ciyw6dq48217xxv274df2lcxzd"; 22 };