3
0
Fork 0
forked from mirrors/nixpkgs

timescaledb-tune: 0.11.0 -> 0.11.2

This commit is contained in:
R. RyanTM 2021-08-21 22:54:25 +00:00
parent 456481aa3d
commit 1897332933

View file

@ -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=";