timescaledb-tune: 0.18.0 -> 0.18.1 (#434039)

This commit is contained in:
Nick Cao
2025-08-17 19:15:30 -04:00
committed by GitHub
+2 -2
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=";