lol

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

thanos: 0.30.2 -> 0.31.0

authored by

Weijia Wang and committed by
GitHub
fc17b4cf 98d827dc

+3 -3
+3 -3
pkgs/servers/monitoring/thanos/default.nix
··· 1 1 { lib, buildGoModule, fetchFromGitHub }: 2 2 buildGoModule rec { 3 3 pname = "thanos"; 4 - version = "0.30.2"; 4 + version = "0.31.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 rev = "v${version}"; 8 8 owner = "thanos-io"; 9 9 repo = "thanos"; 10 - sha256 = "sha256-3IkqaWMQGJssxsAF+BZphEpufR4G5E5bYJvioSO2hJ4="; 10 + sha256 = "sha256-EJZGc4thu0WhVSSRolIRYg39S81Cgm+JHwpW5eE7mDc="; 11 11 }; 12 12 13 - vendorHash = "sha256-JtjVdr23wI5ZM5LlFApWurTTzLkLI4nzA9/bWoOrGSM="; 13 + vendorHash = "sha256-bNQwDttJ7YuQFrpp0alqe37/lue0CX5gB2UDRWWtTXQ="; 14 14 15 15 doCheck = false; 16 16