Skip to content

Commit cd86ffc

Browse files
github-actions[bot]aldoborrero
authored andcommitted
charon: 1.6.1 -> 1.7.0
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 08a8c98 commit cd86ffc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/charon/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGoModule rec {
99
pname = "charon";
10-
version = "1.6.1";
10+
version = "1.7.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "ObolNetwork";
1414
repo = "${pname}";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-PkA4vPO+QWub2kLUFzVKAbGSxWPiW1qvCOL6z+w9T0M=";
16+
hash = "sha256-LP2k3+tHCc9/JQEVFp0/LvoctW1mYHIp/5tEDEcCjQc=";
1717
};
1818

19-
vendorHash = "sha256-o56sXNS2YhEXbOtkd3uVXOowVM3pvSXOFgXOoN5jMZA=";
19+
vendorHash = "sha256-Sz3mqy/xoyCiuV5EJieo89UnbuBFnBQORmAUZpEmAsA=";
2020

2121
buildInputs = [bls mcl];
2222

0 commit comments

Comments
 (0)