0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

grafana-loki: 2.4.1 -> 2.4.2 (#154835)

This commit is contained in:
Yt 2022-01-13 19:23:44 -05:00 committed by GitHub
parent d15755f34f
commit 2b7f369026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
}:
buildGoModule rec {
version = "2.4.1";
version = "2.4.2";
pname = "grafana-loki";
src = fetchFromGitHub {
rev = "v${version}";
owner = "grafana";
repo = "loki";
sha256 = "sha256-QLHhGAeTtXe/76uMombWBORXGvfaUQMGCgkeGCnI0Ag=";
sha256 = "sha256-HSEdN3PN4wQQ3A7bICNIAgdwhwD/PIUeOdW9ZgwmbCw=";
};
vendorSha256 = null;