gitstatus: unstable-2020-04-21 -> 1.1.3
This commit is contained in:
@@ -6,16 +6,17 @@ libgit2.overrideAttrs (oldAttrs: {
|
||||
"-DBUILD_SHARED_LIBS=OFF"
|
||||
"-DREGEX_BACKEND=builtin"
|
||||
"-DUSE_BUNDLED_ZLIB=ON"
|
||||
"-DUSE_GSSAPI=OFF"
|
||||
"-DUSE_HTTPS=OFF"
|
||||
"-DUSE_HTTP_PARSER=builtin" # overwritten from libgit2
|
||||
"-DUSE_ICONV=OFF"
|
||||
"-DUSE_NTLMCLIENT=OFF"
|
||||
"-DUSE_SSH=OFF"
|
||||
"-DZERO_NSEC=ON"
|
||||
];
|
||||
src = fetchFromGitHub {
|
||||
owner = "romkatv";
|
||||
repo = "libgit2";
|
||||
rev = "bb77509f4436901f3958e30272026f63d2247d7d";
|
||||
sha256 = "06iypr0sc6g11xipwfbgm6f039d4qy9krmwb3zww8k4y004s5jcv";
|
||||
rev = "tag-005f77dca6dbe8788e55139fa1199fc94cc04f9a";
|
||||
sha256 = "1h5bnisk4ljdpfzlv8g41m8js9841xyjhfywc5cn8pmyv58c50il";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user