Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flake.lock #643

Merged
merged 3 commits into from
Oct 8, 2023
Merged

Update flake.lock #643

merged 3 commits into from
Oct 8, 2023

Conversation

onekey-sec-bot
Copy link

@onekey-sec-bot onekey-sec-bot commented Aug 20, 2023

Automated changes by the update-flake-lock GitHub Action.

Flake lock file updates:

• Updated input 'filter':
    'github:numtide/nix-filter/d90c75e8319d0dd9be67d933d8eb9d0894ec9174' (2023-06-19)
  → 'github:numtide/nix-filter/41fd48e00c22b4ced525af521ead8792402de0ea' (2023-09-16)
• Updated input 'flake-compat':
    'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17)
  → 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0d2fb29f5071a12d7983319c2c2576be6a130582' (2023-08-05)
  → 'github:NixOS/nixpkgs/2de1be5b51c3d6fa833f1c1f222dc867dd054b31' (2023-10-07)
• Updated input 'unblob-native':
    'github:onekey-sec/unblob-native/3844f4fd5ffd5a3befcd25e8176eb889237b8eb4' (2023-07-31)
  → 'github:onekey-sec/unblob-native/0dd9f53474970175d32be8760f897306d872a1de' (2023-09-25)
• Updated input 'unblob-native/advisory-db':
    'github:rustsec/advisory-db/98e8483ac17d42eeeeee51d4d02ad8a690bd12c7' (2023-07-29)
  → 'github:rustsec/advisory-db/81594d9fd5b32c3eaa199812475498b47fc98742' (2023-09-21)
• Updated input 'unblob-native/crane':
    'github:ipetkov/crane/8b08e96c9af8c6e3a2b69af5a7fa168750fcf88e' (2023-07-07)
  → 'github:ipetkov/crane/3de322e06fc88ada5e3589dc8a375b73e749f512' (2023-09-23)
• Updated input 'unblob-native/crane/flake-utils':
    'github:numtide/flake-utils/dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7' (2023-06-25)
  → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
• Updated input 'unblob-native/crane/rust-overlay':
    'github:oxalica/rust-overlay/f9b92316727af9e6c7fee4a761242f7f46880329' (2023-07-03)
  → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18)
• Updated input 'unblob-native/flake-utils':
    'github:numtide/flake-utils/919d646de7be200f3bf08cb76ae1f09402b6f9b4' (2023-07-11)
  → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
• Updated input 'unblob-native/nix-filter':
    'github:numtide/nix-filter/d90c75e8319d0dd9be67d933d8eb9d0894ec9174' (2023-06-19)
  → 'github:numtide/nix-filter/41fd48e00c22b4ced525af521ead8792402de0ea' (2023-09-16)
• Updated input 'unblob-native/rust-overlay':
    'github:oxalica/rust-overlay/5c06b0ed7bfb00f3a925af6c4acd1636596381c1' (2023-07-29)
  → 'github:oxalica/rust-overlay/c0ad320f9aadcc3cb1e62794cb950fe243e077d6' (2023-09-23)

Running GitHub Actions on this PR

GitHub Actions will not run workflows on pull requests which are opened by a GitHub Action.

To run GitHub Actions workflows on this PR, run:

git branch -D update_flake_lock_action
git fetch origin
git checkout update_flake_lock_action
git commit --amend --no-edit
git push origin update_flake_lock_action --force

@onekey-sec-bot onekey-sec-bot added automated dependencies Pull requests that update a dependency file labels Aug 20, 2023
@qkaiser
Copy link
Contributor

qkaiser commented Sep 4, 2023

nvfetcher package is broken so we need to wait until a fix is available upstream to merge this branch.

@onekey-sec-bot onekey-sec-bot force-pushed the update_flake_lock_action branch 2 times, most recently from 99757e0 to 4ac9783 Compare September 17, 2023 00:18
@qkaiser
Copy link
Contributor

qkaiser commented Sep 25, 2023

Seems we're getting close to a fix of nvfetcher in Nixpkgs: NixOS/nixpkgs#255037

@qkaiser
Copy link
Contributor

qkaiser commented Oct 2, 2023

Seems we're getting close to a fix of nvfetcher in Nixpkgs: NixOS/nixpkgs#255037

Still not landed.

@qkaiser
Copy link
Contributor

qkaiser commented Oct 8, 2023

Failing to build LIEF derivation on MacOS:

[566/566] Linking CXX executable examples/c/macho_reader
> /nix/store/rz54rq2civz8a7hlqgw30japnycv4d0q-stdenv-darwin/setup: line 136: pushd: /build/source/api/python: No such file or directory
> /nix/store/rz54rq2civz8a7hlqgw30japnycv4d0q-stdenv-darwin/setup: line 153: pop_var_context: head of shell_variables not a function context
For full logs, run 'nix log /nix/store/vr9axd6fj6h6v8f76057qhn01n55i7ph-lief-0.13.2.drv'.
error: 1 dependencies of derivation '/nix/store/dyjclj9srpl1vp6dhvsy1rmiqk33y5hc-unblob-tests-23.8.11.drv' failed to build

@qkaiser
Copy link
Contributor

qkaiser commented Oct 8, 2023

The setup.py file has been removed by LIEF maintainers since commit 7c66ae09b70c9bdc5c96763474df34eb7240cf1b, which means the postPatch we apply for MacOS is no longer effective.

The latest version in nixpkgs seems decent (see NixOS/nixpkgs@e05e67e).

github-actions bot and others added 3 commits October 8, 2023 19:38
Flake lock file updates:

• Updated input 'filter':
    'github:numtide/nix-filter/d90c75e8319d0dd9be67d933d8eb9d0894ec9174' (2023-06-19)
  → 'github:numtide/nix-filter/41fd48e00c22b4ced525af521ead8792402de0ea' (2023-09-16)
• Updated input 'flake-compat':
    'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17)
  → 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/0d2fb29f5071a12d7983319c2c2576be6a130582' (2023-08-05)
  → 'github:NixOS/nixpkgs/2de1be5b51c3d6fa833f1c1f222dc867dd054b31' (2023-10-07)
• Updated input 'unblob-native':
    'github:onekey-sec/unblob-native/3844f4fd5ffd5a3befcd25e8176eb889237b8eb4' (2023-07-31)
  → 'github:onekey-sec/unblob-native/0dd9f53474970175d32be8760f897306d872a1de' (2023-09-25)
• Updated input 'unblob-native/advisory-db':
    'github:rustsec/advisory-db/98e8483ac17d42eeeeee51d4d02ad8a690bd12c7' (2023-07-29)
  → 'github:rustsec/advisory-db/81594d9fd5b32c3eaa199812475498b47fc98742' (2023-09-21)
• Updated input 'unblob-native/crane':
    'github:ipetkov/crane/8b08e96c9af8c6e3a2b69af5a7fa168750fcf88e' (2023-07-07)
  → 'github:ipetkov/crane/3de322e06fc88ada5e3589dc8a375b73e749f512' (2023-09-23)
• Updated input 'unblob-native/crane/flake-utils':
    'github:numtide/flake-utils/dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7' (2023-06-25)
  → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
• Updated input 'unblob-native/crane/rust-overlay':
    'github:oxalica/rust-overlay/f9b92316727af9e6c7fee4a761242f7f46880329' (2023-07-03)
  → 'github:oxalica/rust-overlay/b87a14abea512d956f0b89d0d8a1e9b41f3e20ff' (2023-09-18)
• Updated input 'unblob-native/flake-utils':
    'github:numtide/flake-utils/919d646de7be200f3bf08cb76ae1f09402b6f9b4' (2023-07-11)
  → 'github:numtide/flake-utils/ff7b65b44d01cf9ba6a71320833626af21126384' (2023-09-12)
• Updated input 'unblob-native/nix-filter':
    'github:numtide/nix-filter/d90c75e8319d0dd9be67d933d8eb9d0894ec9174' (2023-06-19)
  → 'github:numtide/nix-filter/41fd48e00c22b4ced525af521ead8792402de0ea' (2023-09-16)
• Updated input 'unblob-native/rust-overlay':
    'github:oxalica/rust-overlay/5c06b0ed7bfb00f3a925af6c4acd1636596381c1' (2023-07-29)
  → 'github:oxalica/rust-overlay/c0ad320f9aadcc3cb1e62794cb950fe243e077d6' (2023-09-23)
@qkaiser
Copy link
Contributor

qkaiser commented Oct 8, 2023

trying something, if it fails I leave it up to @vlaci :)

@qkaiser qkaiser merged commit a7a97c7 into main Oct 8, 2023
9 of 11 checks passed
@qkaiser qkaiser deleted the update_flake_lock_action branch October 8, 2023 17:53
@vlaci vlaci mentioned this pull request Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants