promscale: 0.3.0 -> 0.4.1

This commit is contained in:
0x4A6F 2021-05-28 17:21:10 +02:00
parent 866e7e5e73
commit 5cd69bbe7c
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "promscale";
version = "0.3.0";
version = "0.4.1";
src = fetchFromGitHub {
owner = "timescale";
repo = pname;
rev = version;
sha256 = "sha256-kZYFOuY6FFM35mP+o/YU5SM5H9ziOq9BQ8T1RX7rhGE=";
sha256 = "sha256-RdhsQtrD+I8eAgFNr1hvW83Ho22aNhWBX8crCM0b8jU=";
};
vendorSha256 = "sha256-1VOhDOfFE4BpDR4XfhLoXJFuTDkG1nx88tVvTF3ZVxU=";
vendorSha256 = "sha256-82E82O0yaLbu+oSTX7AQoYXFYy3wYVdBCevV7pHZVOA=";
buildFlagsArray = [ "-ldflags=-s -w -X github.com/timescale/promscale/pkg/version.Version=${version} -X github.com/timescale/promscale/pkg/version.CommitHash=${src.rev}" ];