Merge pull request #284356 from r-ryantm/auto-update/thanos

thanos: 0.33.0 -> 0.34.0
This commit is contained in:
Weijia Wang 2024-02-04 19:56:06 +01:00 committed by GitHub
commit 13e607f769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "thanos";
version = "0.33.0";
version = "0.34.0";
src = fetchFromGitHub {
owner = "thanos-io";
repo = "thanos";
rev = "refs/tags/v${version}";
hash = "sha256-AM4gJmUea8/Rfg7i4yTIK1ie+8MHz0M+ZG2F//wYHNA=";
hash = "sha256-mbDjp8GAkFMkQnLd64A/nbYA/EIA4HpY6EshdDV+b1U=";
};
vendorHash = "sha256-JLj0HhcT4Hlc/FpYNGasqbfNz4cV12UueCYuXjamxks=";
vendorHash = "sha256-ZAPaGDt+TnBUEng5EYIBNHN/o+gpaLzAO4kuSjx9S8U=";
doCheck = true;