Merge pull request #86748 from r-ryantm/auto-update/thanos
thanos: 0.11.0 -> 0.12.2
This commit is contained in:
commit
74c5ab6176
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
|||
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||
buildGoModule rec {
|
||||
pname = "thanos";
|
||||
version = "0.11.0";
|
||||
version = "0.12.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "thanos-io";
|
||||
repo = "thanos";
|
||||
sha256 = "152ic9pga0wjg4r7b66hdnbsj9wrzfzbbps7wjas3rcbcv1f2i90";
|
||||
sha256 = "10xscm9h2krha66v96v2q85fynnxfizjcc47h7yz4xhjwvb5dgz2";
|
||||
};
|
||||
|
||||
modSha256 = "1pdypyyy352l6wy5lr94fv8j890lh863h8zg2hxchiymrs5pgq1c";
|
||||
modSha256 = "0c8gc4qzdazxxnabfms63df8vlf2iy6iy0jrm710x76m4vm6mrbj";
|
||||
|
||||
subPackages = "cmd/thanos";
|
||||
|
||||
|
|
Loading…
Reference in a new issue