Skip to content

Commit

Permalink
Merge pull request NixOS#308840 from jpds/thanos-0.35.0
Browse files Browse the repository at this point in the history
thanos: 0.34.1 → 0.35.1
  • Loading branch information
Ma27 committed May 30, 2024
2 parents 142a047 + 3216028 commit ebe5930
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.34.1";
version = "0.35.1";

src = fetchFromGitHub {
owner = "thanos-io";
repo = "thanos";
rev = "refs/tags/v${version}";
hash = "sha256-AynKxORgO8fY8KAhzyIeHCw2MI2se5eHSPn0kt1RJq4=";
hash = "sha256-XSQMFtMZvcUcOFi14EZiyq65GdPbzOqUVqFM0FLSj3E=";
};

vendorHash = "sha256-4IT3YeGXSEzC0z+rC2yQCY9QQZeXxpMtJM/4/kINn3s=";
vendorHash = "sha256-i8EGUxNbxfyPQ3BVa7yBR1ygHIC64v6m/aDGFzWWfIE=";

doCheck = true;

Expand Down

0 comments on commit ebe5930

Please sign in to comment.