Changes
1 changed files (+0/-12)
-
-
@@ -1,17 +1,5 @@final: prev: { cgit = prev.cgit.overrideAttrs (old: { # Actively maintained branch by Christian Hesse src = prev.fetchurl { url = "https://git.zx2c4.com/cgit/snapshot/cgit-ch/for-jason.tar.xz"; hash = "sha256-RoJcWP+ELObmQHe2FqLLynW28z2EQ6tgfnakCxQb3MI="; }; # Need to set this since the branch name has a / sourceRoot = "cgit-ch/for-jason"; # Set this Git version to match latest commit in https://git.zx2c4.com/cgit/log/?h=ch/for-jason gitSrc = prev.fetchurl { url = "mirror://kernel/software/scm/git/git-2.54.0.tar.xz"; hash = "sha256-9okWI2TBDeee+Jqo2/SHMesFfjTtu9IKylEM4BVGgaM="; }; # Make default pages configurable # Vendor the patch here since the original no longer applies cleanly patches = [ ./default-pages.patch ];
-