Skip to content

Commit

Permalink
ssv: 1.2.3 -> 1.3.0 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhvst authored Mar 1, 2024
1 parent 6e967be commit 791bf69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/ssvnode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
}:
buildGo120Module rec {
pname = "ssv";
version = "1.2.3";
version = "1.3.0";

src = fetchFromGitHub {
owner = "bloxapp";
repo = "${pname}";
rev = "v${version}";
hash = "sha256-3DTdrxfBZOXAw0nCmVQCEoPXM9/khydvRikOw+9ZXj4=";
hash = "sha256-mEkr35yhwWWZGICRsmIAKe6SoyddP3GmFgJXt1ioNp4=";
};

vendorHash = "sha256-pAEJN1Ju4TQRXObbZp9IkPuKOFmFXt1tBgHYwmVT3u4=";
vendorHash = "sha256-AoJowh9HFjnMcM0RC0MeBeZy1c4bT2Nf8kF0CuSt73Q=";

buildInputs = [bls mcl];

Expand Down

0 comments on commit 791bf69

Please sign in to comment.