libgit2_1_5: init at 1.5.1
This commit is contained in:
committed by
Martin Weinelt
parent
c1b8202008
commit
f216ec64cd
@@ -20040,6 +20040,16 @@ with pkgs;
|
||||
patches = [];
|
||||
});
|
||||
|
||||
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=";
|
||||
};
|
||||
});
|
||||
|
||||
libgit2-glib = callPackage ../development/libraries/libgit2-glib { };
|
||||
|
||||
libhsts = callPackage ../development/libraries/libhsts { };
|
||||
|
||||
Reference in New Issue
Block a user