1 { lib, stdenvNoCC, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation (finalAttrs: rec {
7 src = fetchFromGitHub {
10 rev = "v${finalAttrs.version}";
11 hash = "sha256-TL8VwFx2tf+GkBwz0ILQg0pwcLJSTky57Wx9OW5+lS4=";
18 install -Dm0555 ${pname} -t $out/bin
23 homepage = "https://github.com/kdabir/has";
24 description = "Checks presence of various command line tools and their versions on the path";
25 license = licenses.mit;
26 maintainers = with maintainers; [ Freed-Wu ];
27 platforms = platforms.unix;