mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
libgit2_1_3_0: drop
This commit is contained in:
parent
b9a613aa8c
commit
49bb96edf1
@ -21355,17 +21355,6 @@ with pkgs;
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
|
||||
libgit2_1_3_0 = libgit2.overrideAttrs rec {
|
||||
version = "1.3.0";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "libgit2";
|
||||
repo = "libgit2";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-7atNkOBzX+nU1gtFQEaE+EF1L+eex+Ajhq2ocoJY920=";
|
||||
};
|
||||
patches = [];
|
||||
};
|
||||
|
||||
libgit2_1_5 = libgit2.overrideAttrs rec {
|
||||
version = "1.5.1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
|
Loading…
Reference in New Issue
Block a user