{ lib, fetchFromGitHub, ... }: { pname = "gerbil-utils"; version = "unstable-2023-09-18"; git-version = "0.2-199-ga604965"; softwareName = "Gerbil-utils"; gerbil-package = "clan"; version-path = "version"; pre-src = { fun = fetchFromGitHub; owner = "fare"; repo = "gerbil-utils"; rev = "a6049651d163a23bb4a876b9745dd572f1eaf536"; sha256 = "1k4g4qdzrx72bb14y5cb045bwkfzvmlsaxlga1j7w1vm6ann5lp2"; }; meta = with lib; { description = "Gerbil Clan: Community curated Collection of Common Utilities"; homepage = "https://github.com/fare/gerbil-utils"; license = licenses.lgpl21; platforms = platforms.unix; maintainers = with maintainers; [ fare ]; }; }