libgit2_1_6: drop
This commit is contained in:
parent
0d974fc944
commit
793ef7f7fc
1 changed files with 0 additions and 11 deletions
|
@ -21362,17 +21362,6 @@ with pkgs;
|
|||
patches = [];
|
||||
};
|
||||
|
||||
libgit2_1_6 = libgit2.overrideAttrs rec {
|
||||
version = "1.6.5";
|
||||
src = fetchFromGitHub {
|
||||
owner = "libgit2";
|
||||
repo = "libgit2";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-2tgXnrB85dEfxu7giETqMuFxfm0RH5MicHZqO3ezGu0=";
|
||||
};
|
||||
patches = [ ];
|
||||
};
|
||||
|
||||
libgit2-glib = callPackage ../development/libraries/libgit2-glib { };
|
||||
|
||||
libhsts = callPackage ../development/libraries/libhsts { };
|
||||
|
|
Loading…
Reference in a new issue