We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3827a commit 25e27deCopy full SHA for 25e27de
pkgs/by-name/charon/default.nix
@@ -7,13 +7,13 @@
7
}:
8
buildGoModule rec {
9
pname = "charon";
10
- version = "1.7.0";
+ version = "1.7.1";
11
12
src = fetchFromGitHub {
13
owner = "ObolNetwork";
14
repo = "${pname}";
15
rev = "refs/tags/v${version}";
16
- hash = "sha256-LP2k3+tHCc9/JQEVFp0/LvoctW1mYHIp/5tEDEcCjQc=";
+ hash = "sha256-DZa2jQxSvc8MaBUdUf+6/+nmpeEzbxcBox/GWrk4Ivo=";
17
};
18
19
vendorHash = "sha256-Sz3mqy/xoyCiuV5EJieo89UnbuBFnBQORmAUZpEmAsA=";
0 commit comments