1 { lib, fetchurl, callPackage }:
3 callPackage (import ./common.nix rec {
8 url = "https://git.causal.agency/cgit-pink/snapshot/cgit-pink-${version}.tar.gz";
9 sha256 = "1ma6j3r4ba5fhd47pc6xn5bmxaqr8ci2pvky9v100n1hh5n6q97i";
12 # cgit-pink is tightly coupled with git and needs a git source tree to build.
13 # IMPORTANT: Remember to check which git version cgit-pink needs on every
14 # version bump (look for "GIT_VER" in the top-level Makefile).
16 url = "mirror://kernel/software/scm/git/git-2.36.1.tar.xz";
17 sha256 = "0w43a35mhc2qf2gjkxjlnkf2lq8g0snf34iy5gqx2678yq7llpa0";
20 homepage = "https://git.causal.agency/cgit-pink/about/";
21 description = "cgit fork aiming for better maintenance";
22 maintainers = with lib.maintainers; [ sternenseemann ];