libgit2_1_6: init at 1.6.4

Some packages still depend on libgit2 1.6
This commit is contained in:
figsoda
2023-08-05 18:08:33 -04:00
parent 7155c4c826
commit 765ccf25a9
+11
View File
@@ -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 { };