timescaledb-tune: 0.18.0 -> 0.18.1

This commit is contained in:
R. Ryantm 2025-08-15 18:53:48 +00:00
parent 3d62d9c518
commit b488867faf

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "timescaledb-tune";
version = "0.18.0";
version = "0.18.1";
src = fetchFromGitHub {
owner = "timescale";
repo = "timescaledb-tune";
rev = "v${version}";
sha256 = "sha256-SW+JCH+oxAHAmgPO7XmSVFFug7NOvslblMViG+oooAo=";
sha256 = "sha256-SC91yO3P2Q2QachSfAAzz7ldcnZedZfcnVXHcFXNrIk=";
};
vendorHash = "sha256-7u3eceVDnzjhGguijJXbm40qyCPO/Q101Zr5vEcGEqs=";