1 { stdenv, lib, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "sha256-/Not2jNwk3jX8TLN7CT3JXDilatSYXPaudGKNAgQDPY=";
18 install -Dm755 -t $out/bin disfetch
23 description = "Yet another *nix distro fetching program, but less complex";
24 homepage = "https://github.com/q60/disfetch";
25 license = licenses.mit;
26 platforms = platforms.all;
27 maintainers = with maintainers; [ vel ];