lixPackageSets.lix_2_93.lix: backport patches for toml11 ≥ 4 (#443012)

authored by Emily and committed by GitHub fd76dc9e 7b5e5830

+33
+33
pkgs/tools/package-management/lix/default.nix
··· 11 11 fetchFromGitHub, 12 12 fetchFromGitea, 13 13 fetchpatch2, 14 + fetchpatch, 14 15 rustPlatform, 15 16 editline, 16 17 ncurses, ··· 166 167 name = "lix-lowdown-1.4.0.patch"; 167 168 url = "https://git.lix.systems/lix-project/lix/commit/858de5f47a1bfd33835ec97794ece339a88490f1.patch"; 168 169 hash = "sha256-FfLO2dFSWV1qwcupIg8dYEhCHir2XX6/Hs89eLwd+SY="; 170 + }) 171 + 172 + # Support for toml11 >= 4.0, https://gerrit.lix.systems/c/lix/+/3953 173 + (fetchpatch { 174 + name = "lix-2.93-toml11-4-1.patch"; 175 + url = "https://git.lix.systems/lix-project/lix/commit/96a39dc464165a3e503a6dc7bd44518a116fe846.patch"; 176 + hash = "sha256-j1DOScY2IFvcouhoap9CQwIZf99MZ92HtY7CjInF/s4="; 177 + }) 178 + (fetchpatch { 179 + name = "lix-2.93-toml11-4-2.patch"; 180 + url = "https://git.lix.systems/lix-project/lix/commit/699d3a63a6351edfdbc8c05f814cc93d6c3637ca.patch"; 181 + hash = "sha256-2iUynAdimxhe5ZSDB7DlzFG3tu1yWhq+lTvjf6+M0pM="; 182 + }) 183 + (fetchpatch { 184 + name = "lix-2.93-toml11-4-3.patch"; 185 + url = "https://git.lix.systems/lix-project/lix/commit/ad52cbde2faa677b711ec950dae74e4aede965a4.patch"; 186 + hash = "sha256-ajQwafL3yZDJMVrR+D9eTGh7L0xbDbqhAUagRur4HDE="; 187 + }) 188 + (fetchpatch { 189 + name = "lix-2.93-toml11-4-4.patch"; 190 + url = "https://git.lix.systems/lix-project/lix/commit/e29a1ccf0af2e2890ec7b7fde82f0e53a1d0aad9.patch"; 191 + hash = "sha256-sXqZxCUtZsO7uEVk2AZx3IkP8b8EPVghYboetcQTp2A="; 192 + }) 193 + (fetchpatch { 194 + name = "lix-2.93-toml11-4-5.patch"; 195 + url = "https://git.lix.systems/lix-project/lix/commit/176b834464b7285b74a72d35df7470a46362ce60.patch"; 196 + hash = "sha256-/KIszfHf2XoB+GeVvXad2AV8pazffYdQRDtIXb9tbj8="; 197 + }) 198 + (fetchpatch { 199 + name = "lix-2.93-toml11-4-6.patch"; 200 + url = "https://git.lix.systems/lix-project/lix/commit/b6d5670bcffebdd43352ea79b36135e35a8148d9.patch"; 201 + hash = "sha256-f4s0TR5MhNMNM5TYLOR7K2/1rtZ389KDjTCKFVK0OcE="; 169 202 }) 170 203 ]; 171 204 };