1 { lib, buildGoModule, fetchFromGitHub }:
5 version = "unstable-2023-04-25";
7 src = fetchFromGitHub {
10 rev = "f308ca92d1631e579fbfe3b3da13c93709dc18a2";
11 hash = "sha256-8c/Z+44gX7diAhXq8sHOqISoGhYdFA7VUYn7eNMCYxY=";
16 subPackages = [ "." ];
19 ln -s $out/bin/gofu $out/bin/rtree
20 ln -s $out/bin/gofu $out/bin/prettyprompt
24 description = "Multibinary containing several utilities";
25 homepage = "https://github.com/majewsky/gofu";
26 license = licenses.gpl3Plus;
27 maintainers = with maintainers; [ SuperSandro2000 ];