grafana / loki

Like Prometheus, but for logs.
https://grafana.com/loki
GNU Affero General Public License v3.0
23.96k stars 3.46k forks source link

chore: Update lambda-promtail nix checksum #14830

Closed paul1r closed 1 week ago

paul1r commented 1 week ago

What this PR does / why we need it: This PR updated some packages for lambda-promtail, resulting in subsequent errors when doing the nix check.

This PR adjusts the checksum to the proper value.

nix results before this PR:

% nix build
error: hash mismatch in fixed-output derivation '/nix/store/z9p2ls5wj3ga76315c6zfpqzj39hqkvk-lambda-promtail-275b768b-go-modules.drv':
         specified: sha256-GM7tXlN7t7c3EHtF4vMzhINIZm+HQpyMYVAv3Dtiny8=
            got:    sha256-fG+AJfniGJy9fpD2Jluh7N2FDYt9LCjXCVoWktuvus0=
error: 1 dependencies of derivation '/nix/store/dlsvh3gi9kjhyrawfycnrj1apcg0vn25-lambda-promtail-275b768b.drv' failed to build
error: 1 dependencies of derivation '/nix/store/albijd5i0h2q0pz58c97xjaz5ylgir6i-loki-275b768b.drv' failed to build

Results after this PR:

git status
On branch paul1r/update_lambda_promtailflake_again
Your branch is up to date with 'origin/paul1r/update_lambda_promtailflake_again'.

nothing to commit, working tree clean
progers@Pauls-MacBook-Pro loki % nix build
progers@Pauls-MacBook-Pro loki % 

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Checklist