mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
gi-docgen: fix patch URL
Fixes: https://github.com/NixOS/nixpkgs/issues/118728
This commit is contained in:
parent
4470e4bd84
commit
e3c239fa55
@ -24,7 +24,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
# Add pkg-config file so that Meson projects can find this.
|
||||
# https://gitlab.gnome.org/ebassi/gi-docgen/merge_requests/26
|
||||
(fetchpatch {
|
||||
url = "https://gitlab.gnome.org/ebassi/gi-docgen/commit/d65ed2e4827c4129d26e3c1df9a48054b4e72c50.patch";
|
||||
url = "https://gitlab.gnome.org/jtojnar/gi-docgen/commit/d65ed2e4827c4129d26e3c1df9a48054b4e72c50.patch";
|
||||
sha256 = "BEefcHiAd/HTW5zo39J2WtfQjGXUkNFB6MDJj8/Ge80=";
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user