Conversation
16f48c6 to
00575f1
Compare
246589c to
081e698
Compare
081e698 to
b3146ee
Compare
|
Sorry for the mess, needed to dust off my git-foo. |
vringar
left a comment
There was a problem hiding this comment.
Hey,
Thanks for upstreaming this!
Two quick things that should be easy to fix
b3146ee to
4bbf4b9
Compare
vringar
left a comment
There was a problem hiding this comment.
When running nixpkgs-review pr 343256 I get the following error:
error: hash mismatch in fixed-output derivation '/nix/store/wzbbrnzzp451b6yh6lgb3ayz2w72q3a7-source.drv':
specified: sha256-FSRuZtVEErEo4z134XRSsYcIccs/F41R2ydnBy+992o=
got: sha256-/KA95NdoQFvR6XSGCHkX+ySKfftK84hJ8zjAvt0+O0o=
error: 1 dependencies of derivation '/nix/store/361dj78gzjgryg3hrd0llhhhvd1hx6jj-findcrypt-3.0.1.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6ml1yhx46paibb6nvk27mircn1ca1f08-review-shell.drv' failed to build
Can you reproduce this?
|
No, not really. |
|
However, running shows that something weird is going on... Update: managed to reproduce it on my end. I currently have this package build, but if I try to re-build it manually, then it fails with incorrect src hash. This would indicate, that repository contents changed from yesterday? Yet the I'll try to do some forensics on git repo to see if there may be force-push shenanigan going on. I wouldn't merge it until we figure out why the hash has changed. |
|
@BonusPlay Maybe you have an existing FOD with the previous hash? Try building without the hash once more and see what it reports as expected |
4bbf4b9 to
a8fe9a4
Compare
|
Ok, apparently something got lost somewhere in translation, the I've updated this PR with correct hash for the |
|
Builds and works for me :) |
Description of changes
Ghidra FindCrypt is a plugin to aid in locating cryptographic constants within analyzed binaries.
There are multiple plugins with this functionality, so I've chosen the most recent and up-to-date one.
I have been using this extension for the past ~2 months, so I've decided to upstream it to nixpkgs.
Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.