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

timescaledb-tune: 0.10.0 -> 0.11.0

authored by Mario Rodas and committed by GitHub 98319fd3 12074e7e

+3 -3
+3 -3
pkgs/development/tools/database/timescaledb-tune/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "timescaledb-tune"; 5 - version = "0.10.0"; 5 + version = "0.11.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "timescale"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "0vrbbswmg6z3n012mqd1jasqk01navypzv5m00r6c9bxj72hgcxl"; 11 + sha256 = "sha256-orCnw+NM9jTrg0oeHg0CQvIXzbSkeCwwDUI1t/+k31o="; 12 12 }; 13 13 14 - vendorSha256 = "0hbpprbxs19fcar7xcy42kn9yfzhal2zsv5pml9ghiv2s61yns4z"; 14 + vendorSha256 = "sha256-n2jrg9FiR/gSrbds/QVV8Duf7BTEs36yYi4F3Ve+d0E="; 15 15 16 16 meta = with lib; { 17 17 description = "A tool for tuning your TimescaleDB for better performance";