thanos: 0.22.0 -> 0.23.1

+3 -3
+3 -3
pkgs/servers/monitoring/thanos/default.nix
··· 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
··· 1 { lib, buildGoModule, fetchFromGitHub }: 2 buildGoModule rec { 3 pname = "thanos"; 4 + version = "0.23.1"; 5 6 src = fetchFromGitHub { 7 rev = "v${version}"; 8 owner = "thanos-io"; 9 repo = "thanos"; 10 + sha256 = "sha256-JQp0Bg7sCA5obb24G/Ca7EcD7er+ux9x+BgRK0L7dJE="; 11 }; 12 13 + vendorSha256 = "sha256-I7d81A5FMAOY1M8vhhrPFsPl/1sh2ydAzKySM5i5VfM="; 14 15 doCheck = false; 16