9 rustPlatform.buildRustPackage rec {
14 url = "https://git.qyliss.net/pr-tracker/snapshot/pr-tracker-${version}.tar.xz";
15 hash = "sha256-pCT74nAbtULvyS2BQ+XQU3LzF/q05wLaEeSa9j3DoAo=";
18 cargoHash = "sha256-WFI7eyr7fdQ6ePXQ+n/VrtPQ2eMZpVR68nGRBBlq3JU=";
20 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ openssl systemd ];
24 changelog = "https://git.qyliss.net/pr-tracker/plain/NEWS?h=${version}";
25 description = "Nixpkgs pull request channel tracker";
27 A web server that displays the path a Nixpkgs pull request will take
28 through the various release channels.
30 platforms = platforms.linux;
31 homepage = "https://git.qyliss.net/pr-tracker";
32 license = licenses.agpl3Plus;
33 maintainers = with maintainers; [ qyliss sumnerevans ];
34 mainProgram = "pr-tracker";