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 #14745

Closed paul1r closed 2 weeks ago

paul1r commented 2 weeks 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/gjpdpw8zadvfylcarlcx3pm3jw0p7rhz-lambda-promtail-e8ad4b1b-go-modules.drv':
         specified: sha256-zEN42vbw4mWtU8KOUi9ZSQiFoRJnH7C04aaZ2wCtA/o=
            got:    sha256-GM7tXlN7t7c3EHtF4vMzhINIZm+HQpyMYVAv3Dtiny8=
error: 1 dependencies of derivation '/nix/store/jlckhq340dm4zy97hnkq4ydffdvlggh1-lambda-promtail-e8ad4b1b.drv' failed to build
error: 1 dependencies of derivation '/nix/store/awx70pspa6cyd1ba6dzym49bk52zxcik-loki-e8ad4b1b.drv' failed to build

Results after this PR:

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

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

Which issue(s) this PR fixes: Fixes #

Special notes for your reviewer:

Checklist