15 version = "unstable-2017-08-20";
17 src = fetchFromGitHub {
20 rev = "246a7a642fa7a673166c1bd281585d0fc22e75b2";
21 sha256 = "0bniwf3nhsqapsss9m9y9ylh38v6v7q45999wa1qcsddpa72k0i0";
22 fetchSubmodules = true;
26 # https://github.com/3snowp7im/urn/pull/50
28 name = "stop-hardcoding-prefix";
29 url = "https://github.com/3snowp7im/urn/commit/6054ee62dcd6095e31e8fb2a229155dbbcb39f68.patch";
30 sha256 = "1xdkylbqlqjwqx4pb9v1snf81ag7b6q8vybirz3ibsv6iy79v9pk";
32 # https://github.com/3snowp7im/urn/pull/53
34 name = "create-installation-directories";
35 url = "https://github.com/3snowp7im/urn/commit/fb032851b9c5bebb5066d306f5366f0be34f0797.patch";
36 sha256 = "0jjhcz4n8bm3hl56rvjzkvxr6imc05qlyavzjrlafa19hf036g4a";
40 postPatch = ''substituteInPlace GNUmakefile --replace 'rsync -a --exclude=".*"' 'cp -r' '';
54 makeFlags = [ "PREFIX=$(out)" ];
56 passthru.updateScript = unstableGitUpdater {
57 url = "https://github.com/3snowp7im/urn.git";
61 homepage = "https://github.com/3snowp7im/urn";
62 description = "Split tracker / timer for speedrunning with GTK+ frontend";
63 license = licenses.gpl3Plus;
64 maintainers = with maintainers; [ fgaz ];