7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
14 rev = "v${lib.versions.majorMinor version}-ga.${lib.versions.patch version}";
15 hash = "sha256-FrmeaQhwLrNewS0HDlbWgCvVQ5U1l0jrw0YVuQdt9Ck=";
18 outputs = [ "out" "dev" ];
25 description = "Threading support library for Windows 7 and above";
26 homepage = "https://github.com/lhmouse/mcfgthread/wiki";
27 license = lib.licenses.gpl3Plus;
28 maintainers = with lib.maintainers; [ wegank ];
29 platforms = lib.platforms.windows;