lzbench: 2.2 -> 2.3 (#532093)

This commit is contained in:
nixpkgs-ci[bot]
2026-06-15 22:02:01 +00:00
committed by GitHub
+2 -2
View File
@@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "lzbench";
version = "2.2";
version = "2.3";
src = fetchFromGitHub {
owner = "inikep";
repo = "lzbench";
rev = "v${finalAttrs.version}";
sha256 = "sha256-CmT+mjFKf8/HE00re1QzU2pwdUYR8Js1kN4y6c2ZiNY=";
sha256 = "sha256-/rRLD7lK8YGyx6dHxw5BPydf2YigZn/dF5NF2Q2Misg=";
};
enableParallelBuilding = true;