emilylange 2023-06-29 12:21:56 +02:00
parent e18dc96307
commit 82a2c346a0
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -10,13 +10,13 @@
buildGoModule rec {
pname = "grafana-agent";
version = "0.34.2";
version = "0.34.3";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "agent";
hash = "sha256-PGxqIeOqc2U4i6l3ENnpb1BAoWrEAh2p3X+azzbpl3k=";
rev = "v${version}";
hash = "sha256-llHMTuNWGipL732L+uCupILvomhwZMFT8tJaFkBs+AQ=";
};
vendorHash = "sha256-x9c6xRk1Ska+kqoFhAJ9ei35Lg8wsgDpZpfxJ3UExfg=";