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

thanos: 0.19.0 -> 0.22.0

authored by

Maximilian Bosch and committed by
GitHub
cc0b2337 64129db6

+3 -3
+3 -3
pkgs/servers/monitoring/thanos/default.nix
··· 1 { lib, buildGoModule, fetchFromGitHub }: 2 buildGoModule rec { 3 pname = "thanos"; 4 - version = "0.19.0"; 5 6 src = fetchFromGitHub { 7 rev = "v${version}"; 8 owner = "thanos-io"; 9 repo = "thanos"; 10 - sha256 = "sha256-FryVKOabokw2+RyD94QLVpC9ZGIHPuSXZf5H+eitj80="; 11 }; 12 13 - vendorSha256 = "sha256-GBjPMZ6BwUOKywNf1Bc2WeA14qvKQ0R5gWvVxgO/7Lo="; 14 15 doCheck = false; 16
··· 1 { lib, buildGoModule, fetchFromGitHub }: 2 buildGoModule rec { 3 pname = "thanos"; 4 + version = "0.22.0"; 5 6 src = fetchFromGitHub { 7 rev = "v${version}"; 8 owner = "thanos-io"; 9 repo = "thanos"; 10 + sha256 = "sha256-3jEPfYRewuXTk39sfp6MFKu0LYCzj/VEQTJVUUSkbZk="; 11 }; 12 13 + vendorSha256 = "sha256-rXfYlrTm0Av9Sxq+jdxsxIDvJQIo3rcBTydtiXnifTw="; 14 15 doCheck = false; 16