Merge pull request #61122 from marsam/update-timescaledb-tune

timescaledb-tune: 0.5.0. -> 0.6.0
This commit is contained in:
Mario Rodas 2019-05-07 23:23:40 -05:00 committed by GitHub
commit 6c23abf5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; {