turbogit: pin libgit2 to 1.3.0

This commit is contained in:
Sandro Jäckel 2022-02-15 23:38:19 +01:00
parent 3b53789e93
commit b836f5bd4e
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -15715,7 +15715,9 @@ with pkgs;
ttyd = callPackage ../servers/ttyd { };
turbogit = callPackage ../development/tools/turbogit { };
turbogit = callPackage ../development/tools/turbogit {
libgit2 = libgit2_1_3_0;
};
tweak = callPackage ../applications/editors/tweak { };