Skip to content

Commit 25e27de

Browse files
charon: 1.7.0 -> 1.7.1 (#721)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent 8c3827a commit 25e27de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/charon/default.nix

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

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

1919
vendorHash = "sha256-Sz3mqy/xoyCiuV5EJieo89UnbuBFnBQORmAUZpEmAsA=";

0 commit comments

Comments
 (0)