Merge pull request #67590 from basvandijk/thanos-0.6.1
thanos: 0.6.0 -> 0.6.1
This commit is contained in:
commit
a377286c8f
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "thanos";
|
pname = "thanos";
|
||||||
version = "0.6.0";
|
version = "0.6.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
owner = "improbable-eng";
|
owner = "thanos-io";
|
||||||
repo = "thanos";
|
repo = "thanos";
|
||||||
sha256 = "0vcp7m8fsk4jyk49jh9wmbvkx5k03xw10f4lbsxfmwib1y5pz2x0";
|
sha256 = "06vy22cy81rd71py8057bia3265vjm6ffp16wpx06faramdazq6p";
|
||||||
};
|
};
|
||||||
|
|
||||||
modSha256 = "139b66jdryqv4s1hjbn9fzkyzn1160wr4z6a6wmmvm3f6p6wgjxp";
|
modSha256 = "139b66jdryqv4s1hjbn9fzkyzn1160wr4z6a6wmmvm3f6p6wgjxp";
|
||||||
|
@ -25,7 +25,7 @@ buildGoModule rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Highly available Prometheus setup with long term storage capabilities";
|
description = "Highly available Prometheus setup with long term storage capabilities";
|
||||||
homepage = "https://github.com/improbable-eng/thanos";
|
homepage = "https://github.com/thanos-io/thanos";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ basvandijk ];
|
maintainers = with maintainers; [ basvandijk ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
|
Loading…
Reference in a new issue