9 version = "unstable-2023-04-25";
11 src = fetchFromGitHub {
14 rev = "f308ca92d1631e579fbfe3b3da13c93709dc18a2";
15 hash = "sha256-8c/Z+44gX7diAhXq8sHOqISoGhYdFA7VUYn7eNMCYxY=";
20 subPackages = [ "." ];
23 ln -s $out/bin/gofu $out/bin/rtree
24 ln -s $out/bin/gofu $out/bin/prettyprompt
28 description = "Multibinary containing several utilities";
29 homepage = "https://github.com/majewsky/gofu";
30 license = licenses.gpl3Plus;
31 maintainers = with maintainers; [ SuperSandro2000 ];