lol

gi-docgen: 2021.8 → 2022.1

https://gitlab.gnome.org/GNOME/gi-docgen/-/tags/2022.1

+2 -12
+2 -12
pkgs/development/tools/documentation/gi-docgen/default.nix
··· 1 { lib 2 , fetchFromGitLab 3 - , fetchpatch 4 , meson 5 , ninja 6 , python3 ··· 8 9 python3.pkgs.buildPythonApplication rec { 10 pname = "gi-docgen"; 11 - version = "2021.8"; 12 13 format = "other"; 14 ··· 17 owner = "GNOME"; 18 repo = pname; 19 rev = version; 20 - sha256 = "Y1IdCH6bytxbKIj48IAw/3XUQhoqwPshvdj/d1hRS3o="; 21 }; 22 - 23 - patches = [ 24 - # Fix building docs of some packages (e.g. gnome-builder) 25 - # https://gitlab.gnome.org/GNOME/gi-docgen/-/issues/111 26 - (fetchpatch { 27 - url = "https://gitlab.gnome.org/GNOME/gi-docgen/-/commit/72f3c5dbe27aabb5f7a376afda23f3dfc3c2e212.patch"; 28 - sha256 = "iVXc3idmcjmFVZQdE2QX2V53YZ79lqxZid9nWdxAZ/Q="; 29 - }) 30 - ]; 31 32 depsBuildBuild = [ 33 python3
··· 1 { lib 2 , fetchFromGitLab 3 , meson 4 , ninja 5 , python3 ··· 7 8 python3.pkgs.buildPythonApplication rec { 9 pname = "gi-docgen"; 10 + version = "2022.1"; 11 12 format = "other"; 13 ··· 16 owner = "GNOME"; 17 repo = pname; 18 rev = version; 19 + sha256 = "35pL/2TQRVgPfAcfOGCLlSP1LIh4r95mFC+UoXQEEHo="; 20 }; 21 22 depsBuildBuild = [ 23 python3