Skip to content

Commit

Permalink
prysm: 5.0.0 -> 5.0.2 (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm authored Mar 29, 2024
1 parent d6e7300 commit 86755c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/prysm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
}:
buildGo121Module rec {
pname = "prysm";
version = "5.0.0";
version = "5.0.2";

src = fetchFromGitHub {
owner = "prysmaticlabs";
repo = pname;
rev = "v${version}";
hash = "sha256-QSfTDjdsd6XSYDjhDL+p/0cYlXysVHqlzVMF2KMyd/Y=";
hash = "sha256-a/HBcrVLL6CAzM6/iX3dfsiIAhXyC0RaLoRXKcGGBSM=";
};

vendorHash = "sha256-5ToSVJ7ToDhRq3AT6I6G8FE8GqZRPCMyTogTQG4HDBY=";
vendorHash = "sha256-6qcIspi+60IfMiWVFtGhnu8v6llZKv2nMFMbCrPw1NQ=";

buildInputs = [bls blst libelf];

Expand Down

0 comments on commit 86755c0

Please sign in to comment.