Skip to content

Commit bbfb9a7

Browse files
github-actions[bot]aldoborrero
authored andcommitted
ckzg: 2.1.1 -> 2.1.5
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5840c30 commit bbfb9a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ckzg/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
}:
77
stdenv.mkDerivation rec {
88
pname = "c-kzg";
9-
version = "2.1.1";
9+
version = "2.1.5";
1010

1111
src = fetchFromGitHub {
1212
owner = "ethereum";
1313
repo = "c-kzg-4844";
1414
rev = "v${version}";
1515
fetchSubmodules = true;
16-
hash = "sha256-kBTz1mGsphL20in+JQCFRbRz3FbZkN8HLtXT9rFEzJE=";
16+
hash = "sha256-i8DZHhm+yt70sadzjHuGqD+s1wq1norJQMhOU5yqWaU=";
1717
};
1818

1919
nativeBuildInputs = [clang];

0 commit comments

Comments
 (0)