thanos: 0.39.2 → 0.40.1

This commit is contained in:
Jonathan Davies
2025-10-29 14:39:38 +00:00
parent 2bab6a0f8f
commit 1131be4703
+3 -3
View File
@@ -11,16 +11,16 @@
buildGoModule rec {
pname = "thanos";
version = "0.39.2";
version = "0.40.1";
src = fetchFromGitHub {
owner = "thanos-io";
repo = "thanos";
tag = "v${version}";
hash = "sha256-yKw+HGlqEgQmydZ+PIk5y/z5H57nZ0dtw/kEh8079Ws=";
hash = "sha256-g0xvtBwPoX906xHdyOEUfudio/9MZhkzdBp5FcATRsM=";
};
vendorHash = "sha256-6qTxCAD1hbS77erG1Z52JU2iOXAU+qtY3yivX+4bjlw=";
vendorHash = "sha256-ukKoiA7UhqDdMvAWYL5BGf6+FSPSkcRR/Scj5o/MMKc=";
subPackages = "cmd/thanos";