haredo: 1.0.5 → 1.0.6

This commit is contained in:
Nikolay Korotkiy
2026-03-01 16:14:06 +04:00
parent 7502a6ca01
commit c09fa7ad38
+3 -3
View File
@@ -11,7 +11,7 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "haredo";
version = "1.0.5";
version = "1.0.6";
outputs = [
"out"
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "~autumnull";
repo = "haredo";
rev = finalAttrs.version;
hash = "sha256-gpui5FVRw3NKyx0AB/4kqdolrl5vkDudPOgjHc/IE4U=";
hash = "sha256-wjowPlSIotP8RSV0whiVWne+irtDdoPD+iSC2F9GVfs=";
};
patches = [
@@ -58,7 +58,7 @@ stdenv.mkDerivation (finalAttrs: {
checkPhase = ''
runHook preCheck
./bin/haredo ''${enableParallelChecking:+-j$NIX_BUILD_CORES} test
./bin/haredo ''${enableParallelChecking:+-j$NIX_BUILD_CORES} test/all
runHook postCheck
'';