1 { lib, stdenv, fetchFromGitHub, autoreconfHook }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "${pname}-${version}";
11 sha256 = "1x1cbn2b27h5r0ah5xc06fkalfdci2ngrgd4wibxjw0h88h0nvgq";
14 nativeBuildInputs = [ autoreconfHook ];
17 homepage = "https://github.com/0-wiz-0/findnewest";
18 description = "Recursively find newest file in a hierarchy and print its timestamp";
20 license = licenses.bsd2;
21 maintainers = with maintainers; [ bhipple ];