mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
libgit2: 1.9.0 -> 1.9.1
https://github.com/libgit2/libgit2/releases/tag/v1.9.1 Signed-off-by: misilelab <misileminecord@gmail.com>
This commit is contained in:
parent
e6f9181ee9
commit
0eb5a2976f
1 changed files with 2 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "libgit2";
|
pname = "libgit2";
|
||||||
version = "1.9.0";
|
version = "1.9.1";
|
||||||
# also check the following packages for updates: python3Packages.pygit2 and libgit2-glib
|
# also check the following packages for updates: python3Packages.pygit2 and libgit2-glib
|
||||||
|
|
||||||
outputs = [
|
outputs = [
|
||||||
|
@ -36,17 +36,9 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
owner = "libgit2";
|
owner = "libgit2";
|
||||||
repo = "libgit2";
|
repo = "libgit2";
|
||||||
rev = "v${finalAttrs.version}";
|
rev = "v${finalAttrs.version}";
|
||||||
hash = "sha256-v32yGMo5oFEl6HUdg8czCsCLDL+sy9PPT0AEWmKxUhk=";
|
hash = "sha256-/xI3v7LNhpgfjv/m+sZwYDhhYvS6kQYxiiiG3+EF8Mw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
|
||||||
(fetchpatch {
|
|
||||||
name = "libgit2-darwin-case-sensitive-build.patch";
|
|
||||||
url = "https://github.com/libgit2/libgit2/commit/1b348a31349e847b1d8548281aa92f26b9783f2f.patch";
|
|
||||||
hash = "sha256-CBaUuEr3nPdUuOdyJtmPgyqR0MNnVyOFYbYXF3ncupU=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
[
|
[
|
||||||
"-DREGEX_BACKEND=pcre2"
|
"-DREGEX_BACKEND=pcre2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue