libgit2_1_6: init at 1.6.4
Some packages still depend on libgit2 1.6
This commit is contained in:
@@ -21281,6 +21281,17 @@ with pkgs;
|
||||
patches = [];
|
||||
};
|
||||
|
||||
libgit2_1_6 = libgit2.overrideAttrs rec {
|
||||
version = "1.6.4";
|
||||
src = fetchFromGitHub {
|
||||
owner = "libgit2";
|
||||
repo = "libgit2";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-lW3mokVKsbknVj2xsxEbeZH4IdKZ0aIgGutzenS0Eh0=";
|
||||
};
|
||||
patches = [ ];
|
||||
};
|
||||
|
||||
libgit2-glib = callPackage ../development/libraries/libgit2-glib { };
|
||||
|
||||
libhsts = callPackage ../development/libraries/libhsts { };
|
||||
|
||||
Reference in New Issue
Block a user