Skip to content

Commit

Permalink
Update flake.lock (#38)
Browse files Browse the repository at this point in the history
* chore(flake): update lock

Flake lock file updates:

• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d3c42f187194c26d9f0309a8ecc469d6c878ce33?narHash=sha256-cHar1vqHOOyC7f1%2BtVycPoWTfKIaqkoe1Q6TnKzuti4%3D' (2024-12-17)
  → 'github:NixOS/nixpkgs/6df24922a1400241dae323af55f30e4318a6ca65?narHash=sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk%3D' (2025-01-02)

* fix(tests): update package vendorHash

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
gaelreyrol and github-actions[bot] authored Jan 7, 2025
1 parent de6ec30 commit 23d3668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tests/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
packages.x86_64-linux = {
debug-otel-collector = pkgs.buildOtelCollector {
inherit pname version config;
vendorHash = "sha256-sq3T9bOWDeJMZD9+LE4nPc9fqF3tkEaGEy4dJ/qgkgA=";
vendorHash = "sha256-bYZFbXuZiuvD8wSGqashB/+XYZxl2HFEDpVN+f0sSuA=";
};
debug-otel-config = pkgs.mkOtelCollectorBuilderConfiguration {
inherit pname version config;
Expand Down

0 comments on commit 23d3668

Please sign in to comment.