timescaledb-tune: 0.14.2 -> 0.14.3

This commit is contained in:
R. Ryantm 2022-12-27 10:35:43 +00:00 committed by Bobby Rong
parent 1b3bbd48d9
commit f67ff98a11

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "timescaledb-tune";
version = "0.14.2";
version = "0.14.3";
src = fetchFromGitHub {
owner = "timescale";
repo = pname;
rev = "v${version}";
sha256 = "sha256-vbFfqGWYpw0ppon/0oQMRixQStk+YSi/QFMi0AQoUpQ=";
sha256 = "sha256-MQi8A7eWOShP/VhxuX4Uhz1ueLtKvOi1x4E7aFXEsQo=";
};
vendorSha256 = "sha256-n2jrg9FiR/gSrbds/QVV8Duf7BTEs36yYi4F3Ve+d0E=";
vendorSha256 = "sha256-yXWeINubvfZ2S+3gVFsrzeVO3XXIiZ14qfK+9Bj3SV4=";
ldflags = [ "-s" "-w" ];