9 stdenvNoCC.mkDerivation rec {
13 src = fetchFromGitHub {
17 hash = "sha256-n+FqttmvqbRBXb3urM8yGTxDCwVKdHo+aHeFBWTnN2M=";
23 install -Dm755 -t $out/bin pfetch
26 nativeInstallCheckInputs = [
29 versionCheckProgramArg = [ "--version" ];
30 doInstallCheck = true;
33 updateScript = gitUpdater { };
37 description = "Pretty system information tool written in POSIX sh";
38 homepage = "https://github.com/Un1q32/pfetch";
39 changelog = "https://github.com/Un1q32/pfetch/releases/tag/${version}";
40 license = lib.licenses.mit;
41 platforms = lib.platforms.all;
42 maintainers = with lib.maintainers; [
46 mainProgram = "pfetch";