5 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
10 owner = "llathasa-veleth";
13 sha256 = "sha256-fNmoaEwRrm6EFe+BwOTwAs1THMYhcal1eshXf+1mVQg=";
19 install -Dm755 -t $out/bin disfetch
23 description = "Yet another *nix distro fetching program, but less complex";
24 homepage = "https://github.com/llathasa-veleth/disfetch";
25 license = licenses.mit;
26 platforms = platforms.all;
27 maintainers = [ maintainers.vel ];