libgit2_0_27: 0.27.5 -> 0.27.7 (#50064)

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-11-12 12:33:13 -08:00 committed by Timo Kaufmann
parent cec5d5bffc
commit c82977caf4

View File

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