libgit2_1_5: drop
This commit is contained in:
parent
92c43b6345
commit
44c70a3707
1 changed files with 0 additions and 11 deletions
|
@ -21355,17 +21355,6 @@ with pkgs;
|
|||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
libgit2_1_5 = libgit2.overrideAttrs rec {
|
||||
version = "1.5.1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "libgit2";
|
||||
repo = "libgit2";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-KzBMwpqn6wUFhgB3KDclBS0BvZSVcasM5AG/y+L91xM=";
|
||||
};
|
||||
patches = [];
|
||||
};
|
||||
|
||||
libgit2-glib = callPackage ../development/libraries/libgit2-glib { };
|
||||
|
||||
libhsts = callPackage ../development/libraries/libhsts { };
|
||||
|
|
Loading…
Reference in a new issue