gql: use libgit2_1_6
This commit is contained in:
parent
0712c5ffce
commit
03d6f1cab8
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
, rustPlatform
|
||||
, fetchFromGitHub
|
||||
, pkg-config
|
||||
, libgit2
|
||||
, libgit2_1_6
|
||||
, zlib
|
||||
}:
|
||||
|
||||
|
@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
|
|||
];
|
||||
|
||||
buildInputs = [
|
||||
libgit2
|
||||
libgit2_1_6
|
||||
zlib
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue