Merge pull request #97332 from 0x4A6F/master-timescale-prometheus

timescale-prometheus: 0.1.0-beta.2 -> 0.1.0-beta.4
This commit is contained in:
Mario Rodas 2020-09-07 08:16:59 -05:00 committed by GitHub
commit 83865b83c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "timescale-prometheus";
version = "0.1.0-beta.2";
version = "0.1.0-beta.4";
src = fetchFromGitHub {
owner = "timescale";
repo = pname;
rev = "${version}";
sha256 = "1rrr0qb27hh3kcmmxapr1j39dhfxf02vihpjf4b7zpwdf1mpvrbc";
sha256 = "1q9zjxxjxa5kkhlsh69bvgns3kzf23z84jjzg294qb7y7xypym5q";
};
vendorSha256 = "sha256:0y5rq2y48kf2z1z3a8ags6rqzfvjs54klk2679fk8x0yjamj5x04";