windows.mcfgthreads: 2.4.1 -> 2.4.2

https://github.com/lhmouse/mcfgthread/compare/v2.4-ga.1...v2.4-ga.2
This commit is contained in:
Weijia Wang
2026-07-13 11:24:56 +02:00
parent 329f8038d3
commit e5141cc3cc
@@ -13,13 +13,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "mcfgthread";
version = "2.4.1";
version = "2.4.2";
src = fetchFromGitHub {
owner = "lhmouse";
repo = "mcfgthread";
tag = "v${lib.versions.majorMinor finalAttrs.version}-ga.${lib.versions.patch finalAttrs.version}";
hash = "sha256-zQAH/Kdcl9+sSlu8WIJfNMR4KyJ+plenEa5q9rEIf/M=";
hash = "sha256-KjZqFaTbPhdI87j11ugSu6Yoe+Rf473+AwopaIfNrKY=";
};
postPatch = ''