timescaledb-tune: 0.5.0. -> 0.6.0

This commit is contained in:
Mario Rodas 2019-05-07 22:00:00 -05:00
parent 4f49ae8259
commit eceed26734
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "timescaledb-tune"; name = "timescaledb-tune";
version = "0.5.0"; version = "0.6.0";
goPackagePath = "github.com/timescale/timescaledb-tune"; goPackagePath = "github.com/timescale/timescaledb-tune";
@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "timescale"; owner = "timescale";
repo = name; repo = name;
rev = version; rev = version;
sha256 = "1fs7ggpdik3qjvjmair1svni2sw9wz54716m2iwngv8x4s9b15nn"; sha256 = "0hjxmjgkqm9sbjbyhs3pzkk1d9vvlcbzwl7ghsigh4h7rw3a0mpk";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {