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

thanos: 0.32.5 -> 0.33.0
This commit is contained in:
Weijia Wang 2024-01-20 08:12:22 +01:00 committed by GitHub
commit 89cf83b477
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.32.5";
version = "0.33.0";
src = fetchFromGitHub {
owner = "thanos-io";
repo = "thanos";
rev = "refs/tags/v${version}";
hash = "sha256-A4bDCyvctHmDBYzvWpeEO4u6KhoICN7BbRQK4aZCbIA=";
hash = "sha256-AM4gJmUea8/Rfg7i4yTIK1ie+8MHz0M+ZG2F//wYHNA=";
};
vendorHash = "sha256-ZjkMvbWq96Rte9WoxAWzeouVA/6mBqanvY9yHr9F5MM=";
vendorHash = "sha256-JLj0HhcT4Hlc/FpYNGasqbfNz4cV12UueCYuXjamxks=";
doCheck = true;