Skip to content

Commit

Permalink
thanos: 0.32.5 -> 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 30, 2023
1 parent 01962ad commit 9e65510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/monitoring/thanos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9e65510

Please sign in to comment.