13 pname = "ham-unstable";
14 version = "2023-10-06";
16 src = fetchFromGitHub {
17 owner = "kernkonzept";
19 rev = "90d104ce481ee8f9b770be4b37d97f34eef5f82f";
20 hash = "sha256-DeHH7k9K7CmQW6eOyf8TCV/HNYS30oFnI1b8ztBDk/o=";
25 nativeBuildInputs = [ makeWrapper ];
26 propagatedBuildInputs = [
40 mkdir -p $out/lib $out/bin
43 makeWrapper $out/lib/ham/ham $out/bin/ham --argv0 ham \
44 --prefix PATH : ${openssh}/bin
48 description = "Tool to manage big projects consisting of multiple loosely-coupled git repositories";
49 homepage = "https://github.com/kernkonzept/ham";
50 license = licenses.bsd2;
51 maintainers = with maintainers; [ aw ];
53 platforms = platforms.unix;