criterion: 2.4.2 -> 2.4.3

- https://github.com/Snaipe/Criterion/compare/v2.4.2...v2.4.3
This commit is contained in:
Sigmanificient
2025-10-26 04:40:52 +01:00
parent 1bc779bece
commit 56e9b39dac

View File

@@ -9,6 +9,7 @@
cmake,
ninja,
protobuf,
gitMinimal,
libffi,
libgit2,
dyncall,
@@ -38,14 +39,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "criterion";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "Snaipe";
repo = "Criterion";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-5GH7AYjrnBnqiSmp28BoaM1Xmy8sPs1atfqJkGy3Yf0=";
hash = "sha256-X4m/uCyanS7HLtf6GyK4XuaT5i+HQt1PZC7gd813IVQ=";
};
nativeBuildInputs = [
@@ -54,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
cmake
pkg-config
protobuf
gitMinimal
];
buildInputs = [