thanos: 0.37.2 -> 0.38.0

This commit is contained in:
R. Ryantm
2025-04-09 02:42:29 +00:00
parent 6a39c6e495
commit d47adb134c
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "thanos";
version = "0.37.2";
version = "0.38.0";
src = fetchFromGitHub {
owner = "thanos-io";
repo = "thanos";
tag = "v${version}";
hash = "sha256-IbQsUanLCDZ1Ku2Xu6ValR4iGM+cxxyEGxDFjJzsEcg=";
hash = "sha256-3rNtiVTrA+MoCVuTSLIzh65U0kjA86EF+bQCyfVa6rA=";
};
vendorHash = "sha256-+YjzHDVEVVwx4qApfNppuTYQJcwpQxRTxAkrkdBt/iY=";
vendorHash = "sha256-Z/S4mVg+VbP8hNVB1xz1uGWR6N/1aTA0DqTHbntGMLg=";
subPackages = "cmd/thanos";