about summary refs log tree commit diff
path: root/overlays/patches/cgit/default.nix
blob: 7d90da12d125c93a771205d759e9ea7db569b4cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{ cgit, fetchpatch }:

cgit.overrideAttrs ({ patches ? [], ... }: {
  patches = patches ++ [
    ./ui-commit-use-Git-raw-note-format.patch
    (fetchpatch {
      url = "https://inbox.vuxu.org/cgit/20200723210744.10221-1-hi@alyssa.is/raw";
      sha256 = "1kxwph84n2la612r8cphy9fkbd851k0cys3mqp5ij3a69qkfdcg9";
    })
    (fetchpatch {
      url = "https://inbox.vuxu.org/cgit/20190101114453.4876-2-e@80x24.org/raw";
      sha256 = "1s3hpbj3r25wqis2rnjqmm0ld9cvnfaml76l90wm4yc5pymi894d";
    })
    (fetchpatch {
      url = "https://inbox.vuxu.org/cgit/20190101114453.4876-3-e@80x24.org/raw";
      sha256 = "03gw981bix86b2il6nl98z6dbk1c0hsrgbpc3p4rv5iz122c6kfl";
    })
    (fetchpatch {
      url = "https://inbox.vuxu.org/cgit/20190101114453.4876-4-e@80x24.org/raw";
      sha256 = "19k2qbqr8iwsslmjgvyjy5hah7mrqvcw1dj8axbk8nyvqd3njw1q";
    })
    (fetchpatch {
      url = "https://inbox.vuxu.org/cgit/20190101114453.4876-5-e@80x24.org/raw";
      sha256 = "12kbwfkxnlzf86n35p60h6y83mf82zdw0hiq01i6fl4pimg72bly";
    })
    (fetchpatch {
      url = "https://inbox.vuxu.org/cgit/20210319202337.21676-6-e@80x24.org/raw";
      sha256 = "1zn247v0scab3xbnzgzl52b7p02wdh8c5jl45q7a9iszn6rhk3m3";
    })
    (fetchpatch {
      url = "https://git.causal.agency/cgit/patch/?id=e65d3eb446294520e2aee50966e5070661d09671";
      sha256 = "0wvckndjmxar3vgqdc3jdnpzy0xgrdlqgfaasixl3x87sdnf4kg7";
    })
  ];
})