libgit2_0_27: 0.27.4 -> 0.27.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libgit2/versions
This commit is contained in:
R. RyanTM 2018-10-14 06:14:22 -07:00
parent 35ce480d69
commit 31a4e4f11b

View File

@ -4,14 +4,14 @@
}:
stdenv.mkDerivation rec {
version = "0.27.4";
version = "0.27.5";
name = "libgit2-${version}";
src = fetchFromGitHub {
owner = "libgit2";
repo = "libgit2";
rev = "v${version}";
sha256 = "1cmc8ldhpyp62pswb7dmjjya3ng0ssaggcsxs1labvp6xyxjvp6s";
sha256 = "1f6jxgw4pf6jln439v1pj8a0kgym5sq5xry8x0gq18dr5gv3wims";
};
cmakeFlags = [ "-DTHREADSAFE=ON" ];