lact: switch to finalAttrs, add johnrtitor as maintainer

Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
This commit is contained in:
John Titor
2025-05-26 20:34:27 +05:30
committed by Masum Reza
parent 1fc7a63fd1
commit 6dfd593441
+4 -3
View File
@@ -17,14 +17,14 @@
autoAddDriverRunpath,
}:
rustPlatform.buildRustPackage rec {
rustPlatform.buildRustPackage (finalAttrs: {
pname = "lact";
version = "0.7.3";
src = fetchFromGitHub {
owner = "ilya-zlobintsev";
repo = "LACT";
tag = "v${version}";
tag = "v${finalAttrs.version}";
hash = "sha256-R8VEAk+CzJCxPzJohsbL/XXH1GMzGI2W92sVJ2evqXs=";
};
@@ -118,8 +118,9 @@ rustPlatform.buildRustPackage rec {
figsoda
atemu
cything
johnrtitor
];
platforms = lib.platforms.linux;
mainProgram = "lact";
};
}
})