about summary refs log tree commit diff
path: root/pkgs/servers/monitoring/mtail
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2023-07-28 02:14:48 +0000
committerAaron Jheng <wentworth@outlook.com>2023-08-04 20:57:08 +0800
commit995e8f798a24e50d22dda43eb85c9146ae703ae9 (patch)
tree66edeb168c198121e37cce455c37a683a8802716 /pkgs/servers/monitoring/mtail
parent37f8d83e9e45ab94c96742ef9d0960f5039d8807 (diff)
mtail: 3.0.0-rc46 -> 3.0.0-rc52
Diffstat (limited to 'pkgs/servers/monitoring/mtail')
-rw-r--r--pkgs/servers/monitoring/mtail/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/servers/monitoring/mtail/default.nix b/pkgs/servers/monitoring/mtail/default.nix
index e5a3179a86c03..3aa5aa3415501 100644
--- a/pkgs/servers/monitoring/mtail/default.nix
+++ b/pkgs/servers/monitoring/mtail/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "mtail";
-  version = "3.0.0-rc46";
+  version = "3.0.0-rc52";
 
   src = fetchFromGitHub {
     owner = "google";
     repo = "mtail";
     rev = "v${version}";
-    sha256 = "sha256-/PiwrXr/oG/euWDOqcXvKKvyvQbp11Ks8LjmmJjDtdU=";
+    hash = "sha256-F3UNvt7OicZJVcUgn5dQb7KjH0k3QOYOYDLrVpI5D64=";
   };
 
-  vendorSha256 = "sha256-aBGJ+JJjm9rt7Ic90iWY7vGtZQN0u6jlBnAMy1nivQM=";
+  vendorHash = "sha256-KD75KHXrXXm5FMXeFInNTDsVsclyqTfsfQiB3Br+F1A=";
 
   doCheck = false;