about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-18 11:23:20 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-18 11:23:20 +0000
commit84d4a19c5cc898572a1b7bfd96ae4650172e0503 (patch)
tree57812a20e6c478eec3b4d982587775c9a2e42c80
parentd7bc334a6cb316952aa0187590e15ea589743cd9 (diff)
phlare: 0.5.1 -> 0.6.1
-rw-r--r--pkgs/servers/monitoring/phlare/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/servers/monitoring/phlare/default.nix b/pkgs/servers/monitoring/phlare/default.nix
index 286463c1bef71..35d6d5fd80cfa 100644
--- a/pkgs/servers/monitoring/phlare/default.nix
+++ b/pkgs/servers/monitoring/phlare/default.nix
@@ -2,23 +2,23 @@
 
 buildGoModule rec {
   pname = "phlare";
-  version = "0.5.1";
+  version = "0.6.1";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "grafana";
     repo = "phlare";
-    sha256 = "sha256-q7y3sZMI1Kk7Ar0ER8RoU1Y7xAhFh89y/mzESjLrxcM=";
+    sha256 = "sha256-iaNwOV8XP6H8DDs2HcOIIl8sNM6Xi5VsRxSb80mvvLo=";
   };
 
   proxyVendor = true;
-  vendorHash = "sha256-Oz1qV+3sB0pOWGEMtp7mgMR9Ljd0rd9oa6NJO2azTJg=";
+  vendorHash = "sha256-y8IWS5OQkDYRTt5xOzzbjb1ya6AiFtvAc0YNH99KZBA=";
 
   ldflags = let
     prefix = "github.com/grafana/phlare/pkg/util/build";
   in [
     "-s" "-w"
-    # https://github.com/grafana/phlare/blob/v0.5.1/Makefile#L32
+    # https://github.com/grafana/phlare/blob/v0.6.1/Makefile#L32
     "-X ${prefix}.Version=${version}"
     "-X ${prefix}.Branch=v${version}"
     "-X ${prefix}.Revision=v${version}"