1 { callPackage, fetchpatch, fetchzip }:
4 rev = "7bcf43f8dbd5c4a67ec573a1248114caa75fa3c2";
6 callPackage ./dvtm.nix {
7 pname = "dvtm-unstable";
8 version = "unstable-2021-03-09";
12 "https://github.com/martanne/dvtm/archive/${rev}.tar.gz"
13 "https://git.sr.ht/~martanne/dvtm/archive/${rev}.tar.gz"
15 hash = "sha256-UtkNsW0mvLfbPSAIIZ1yvX9xzIDtiBeXCjhN2R8JhDc=";
19 # https://github.com/martanne/dvtm/pull/69
20 # Use self-pipe instead of signal blocking fixes issues on darwin.
22 name = "use-self-pipe-fix-darwin";
23 url = "https://github.com/martanne/dvtm/commit/1f1ed664d64603f3f1ce1388571227dc723901b2.patch";
24 sha256 = "14j3kks7b1v6qq12442v1da3h7khp02rp0vi0qrz0rfgkg1zilpb";