Loading pkgs/servers/tracing/tempo/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ buildGoModule rec { pname = "tempo"; version = "2.3.0"; version = "2.3.1"; src = fetchFromGitHub { owner = "grafana"; repo = "tempo"; rev = "v${version}"; fetchSubmodules = true; hash = "sha256-vqYewQT2alW9HFYRh/Ok3jFt2a+VsfqDypNaT+mngys="; hash = "sha256-U4qn4bBaVCDRQArlxXUURwjz5iPQv7R8o2+xR3PQHGc="; }; vendorHash = null; Loading Loading
pkgs/servers/tracing/tempo/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -2,14 +2,14 @@ buildGoModule rec { pname = "tempo"; version = "2.3.0"; version = "2.3.1"; src = fetchFromGitHub { owner = "grafana"; repo = "tempo"; rev = "v${version}"; fetchSubmodules = true; hash = "sha256-vqYewQT2alW9HFYRh/Ok3jFt2a+VsfqDypNaT+mngys="; hash = "sha256-U4qn4bBaVCDRQArlxXUURwjz5iPQv7R8o2+xR3PQHGc="; }; vendorHash = null; Loading