-
-
Notifications
You must be signed in to change notification settings - Fork 43
prysm: 5.0.3 -> 5.3.0 #577
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! For this to build in the context of ethereum.nix, there need to be a couple of extra changes to make sure the go version is up-to-date. You can add them in your PR if you like
diff --git a/flake.lock b/flake.lock
index 324d36f..b1392fc 100644
--- a/flake.lock
+++ b/flake.lock
@@ -195,11 +195,11 @@
},
"nixpkgs-unstable": {
"locked": {
- "lastModified": 1736241350,
- "narHash": "sha256-CHd7yhaDigUuJyDeX0SADbTM9FXfiWaeNyY34FL1wQU=",
+ "lastModified": 1740019556,
+ "narHash": "sha256-vn285HxnnlHLWnv59Og7muqECNMS33mWLM14soFIv2g=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "8c9fd3e564728e90829ee7dbac6edc972971cd0f",
+ "rev": "dad564433178067be1fbdfcce23b546254b6d641",
"type": "github"
},
"original": {
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 46fca4c..7a7da14 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -58,7 +58,7 @@
mev-rs = callPackage ./mev-rs {};
nethermind = callPackageUnstable ./nethermind {};
nimbus = callPackageUnstable ./nimbus {};
- prysm = callPackage ./prysm {inherit bls blst;};
+ prysm = callPackageUnstable ./prysm {inherit bls blst;};
reth = callPackageUnstable ./reth {};
rocketpool = callPackage ./rocketpool {};
rocketpoold = callPackage ./rocketpoold {inherit bls blst;};
Made the suggested changes. Thanks for the fixes, I'm a bit new to this. Is the best way to to this myself in the future with |
Usually what I do is The PR fails to build now because the update of |
I tried my own PR to see if it would build #579. We seem to be running into an issue with blutgang I've seen before #574 (review) There's an error message which explains it:
Fixed in facc2b3 |
Awesome! Let me know there's anything I can contribute. |
@JulianGodd would you mind closing since #579 has gone through? Thanks again for getting this started btw |
Happily! Thanks for doing this |
Updated prysm to 5.3.0 and the version of go to 1.23 to match the repo
This fixes my issue with the overlay.