8 version = "unstable-2022-07-26";
10 src = fetchFromGitHub {
13 rev = "3330928c9d82200837350f85335f5e6c09f0658b";
14 hash = "sha256-HFuXA5Y274XtgqG9odDAg9SSCgUxprnojfGavnYW4LE=";
17 vendorHash = "sha256-av736cW0bPsGQV+XFL/q6p/9VhjOeDwkiK5DLRnRtUg=";
22 "-X=main.version=${src.rev}"
26 description = "Live-updating version of the UNIX wc command";
27 homepage = "https://github.com/timdp/lwc";
28 license = licenses.mit;
29 maintainers = with maintainers; [ figsoda ];