Unverified Commit a06eafe2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #262435 from r-ryantm/auto-update/timescaledb-tune

timescaledb-tune: 0.14.3 -> 0.14.4
parents 2fc42899 897f39db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "timescaledb-tune";
  version = "0.14.3";
  version = "0.14.4";

  src = fetchFromGitHub {
    owner = "timescale";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-MQi8A7eWOShP/VhxuX4Uhz1ueLtKvOi1x4E7aFXEsQo=";
    sha256 = "sha256-lCbxGW6+/r5AnsSXvrE7jYL1ZywcTlb4RK3MurL1JWg=";
  };

  vendorHash = "sha256-yXWeINubvfZ2S+3gVFsrzeVO3XXIiZ14qfK+9Bj3SV4=";