libgit2-glib: move to top-level

This commit is contained in:
Jan Tojnar
2018-12-16 22:56:30 +01:00
parent aead6e12f9
commit 4c40adceb9
5 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
stdenv.mkDerivation (rec {
name = "libgit2-${version}";
version = "0.26.6";
# keep the version in sync with pythonPackages.pygit2 and gnome3.libgit2-glib
# keep the version in sync with pythonPackages.pygit2 and libgit2-glib
src = fetchFromGitHub {
owner = "libgit2";