about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-08-22 01:05:41 -0500
committerGitHub <noreply@github.com>2021-08-22 01:05:41 -0500
commit31c599b86eefc09e99f2044da0be3d114315a497 (patch)
treebc5bde1038ea3e11201a0a8c1ce6dc73e421e7f0
parent18c11235ae887577e5524defeb40e06108af9a4a (diff)
parent18973329335238bd5aa5b23da73f57494cf408a6 (diff)
Merge pull request #135131 from r-ryantm/auto-update/timescaledb-tune
timescaledb-tune: 0.11.0 -> 0.11.2
-rw-r--r--pkgs/development/tools/database/timescaledb-tune/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/database/timescaledb-tune/default.nix b/pkgs/development/tools/database/timescaledb-tune/default.nix
index e4132dd734514..9c24d35cbf88c 100644
--- a/pkgs/development/tools/database/timescaledb-tune/default.nix
+++ b/pkgs/development/tools/database/timescaledb-tune/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "timescaledb-tune";
-  version = "0.11.0";
+  version = "0.11.2";
 
   src = fetchFromGitHub {
     owner = "timescale";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-orCnw+NM9jTrg0oeHg0CQvIXzbSkeCwwDUI1t/+k31o=";
+    sha256 = "sha256-6xMdOqLfD3NQksmcD7rlTW3xoW2Fi6OmwbpjIj9A/tw=";
   };
 
   vendorSha256 = "sha256-n2jrg9FiR/gSrbds/QVV8Duf7BTEs36yYi4F3Ve+d0E=";