mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
grafana-loki: 3.7.2 -> 3.7.3
This commit is contained in:
parent
b8a5902342
commit
6a1cf0002f
1 changed files with 2 additions and 2 deletions
|
|
@ -9,14 +9,14 @@
|
|||
}:
|
||||
|
||||
buildGoModule (finalAttrs: {
|
||||
version = "3.7.2";
|
||||
version = "3.7.3";
|
||||
pname = "grafana-loki";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "grafana";
|
||||
repo = "loki";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-2VM5/SMgjxHraP+7H+AmDor9g4r+xglhqd/cVL7mCgQ=";
|
||||
hash = "sha256-2dqwnM2+9+P/ZIiz5Z9JPN9WicHLRzq9xn6jG1OBqLs=";
|
||||
};
|
||||
|
||||
vendorHash = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue