timescaledb-tune: 0.6.0 -> 0.9.0

This commit is contained in:
Mario Rodas 2020-08-20 04:20:00 -05:00
parent 54acf58040
commit cf5b3e320a
No known key found for this signature in database
GPG key ID: 325649BCA6D53027
2 changed files with 9 additions and 32 deletions

View file

@ -1,20 +1,18 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
{ stdenv, buildGoModule, fetchFromGitHub }:
buildGoPackage rec {
name = "timescaledb-tune";
version = "0.6.0";
goPackagePath = "github.com/timescale/timescaledb-tune";
goDeps = ./deps.nix;
buildGoModule rec {
pname = "timescaledb-tune";
version = "0.9.0";
src = fetchFromGitHub {
owner = "timescale";
repo = name;
rev = version;
sha256 = "0hjxmjgkqm9sbjbyhs3pzkk1d9vvlcbzwl7ghsigh4h7rw3a0mpk";
repo = pname;
rev = "v${version}";
sha256 = "0vncwwvw7y6g3crd4n5vvd6jwdsa8vsvsmfwy5mad4j6lix09ajx";
};
vendorSha256 = "0hbpprbxs19fcar7xcy42kn9yfzhal2zsv5pml9ghiv2s61yns4z";
meta = with stdenv.lib; {
description = "A tool for tuning your TimescaleDB for better performance";
homepage = "https://github.com/timescale/timescaledb-tune";

View file

@ -1,21 +0,0 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
{
goPackagePath = "github.com/fatih/color";
fetch = {
type = "git";
url = "https://github.com/fatih/color";
rev = "3f9d52f7176a6927daacff70a3e8d1dc2025c53e";
sha256 = "165ww24x6ba47ji4j14mp3f006ksnmi53ws9280pgd2zcw91nbn8";
};
}
{
goPackagePath = "github.com/pbnjay/memory";
fetch = {
type = "git";
url = "https://github.com/pbnjay/memory";
rev = "974d429e7ae40c89e7dcd41cfcc22a0bfbe42510";
sha256 = "0kazg5psdn90pqadrzma5chdwh0l2by9z31sspr47gx93fhjmkkq";
};
}
]