about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/thanos
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-07-31 11:26:47 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-07-31 11:26:47 +0000
commit7e0017bae2ec57ed6504e5558e65463c6cae4564 (patch)
tree3c42772cae73e8e317271627ce1351225222fbfc /pkgs/servers/monitoring/thanos
parentdd049a47d883ce0466b54c06f13dc08b981b63d5 (diff)
thanos: 0.13.0 -> 0.14.0
Diffstat (limited to 'pkgs/servers/monitoring/thanos')
-rw-r--r--pkgs/servers/monitoring/thanos/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/thanos/default.nix b/pkgs/servers/monitoring/thanos/default.nix
index 9970fab8ed2fe..2a7656d88c3c2 100644
--- a/pkgs/servers/monitoring/thanos/default.nix
+++ b/pkgs/servers/monitoring/thanos/default.nix
@@ -1,16 +1,16 @@
 { stdenv, buildGoModule, fetchFromGitHub }:
 buildGoModule rec {
   pname = "thanos";
-  version = "0.13.0";
+  version = "0.14.0";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "thanos-io";
     repo = "thanos";
-    sha256 = "03a964myry84ig8akim6vs6izl15hdpf5ggg4z5179ydbmvnq3lq";
+    sha256 = "1y3jaj1sxbn9m1c2rihjw229qx4q35l8l70xiny34qhmpzp6y00p";
   };
 
-  vendorSha256 = "1jpw7k76li4dlfhhzy175198921zrdm09nnhqpmh7p80z252n936";
+  vendorSha256 = "0ixriy5i1qc8hnslmiyd3qfw1g14zlmcslqwn2a9fpk7h0hwinba";
 
   subPackages = "cmd/thanos";