thanos: 0.6.0 -> 0.6.1

This commit is contained in:
Bas van Dijk 2019-08-27 23:57:35 +02:00
parent 3c3f198b94
commit 09b1501d7c

View file

@ -1,13 +1,13 @@
{ stdenv, buildGoModule, fetchFromGitHub }:
buildGoModule rec {
pname = "thanos";
version = "0.6.0";
version = "0.6.1";
src = fetchFromGitHub {
rev = "v${version}";
owner = "improbable-eng";
owner = "thanos-io";
repo = "thanos";
sha256 = "0vcp7m8fsk4jyk49jh9wmbvkx5k03xw10f4lbsxfmwib1y5pz2x0";
sha256 = "06vy22cy81rd71py8057bia3265vjm6ffp16wpx06faramdazq6p";
};
modSha256 = "139b66jdryqv4s1hjbn9fzkyzn1160wr4z6a6wmmvm3f6p6wgjxp";
@ -25,7 +25,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
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;
maintainers = with maintainers; [ basvandijk ];
platforms = platforms.unix;