libgit2_1_3_0: drop

This commit is contained in:
Sandro Jäckel 2024-02-11 23:21:21 +01:00 committed by sternenseemann
parent b9a613aa8c
commit 49bb96edf1

View File

@ -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 {