libvirt: fetch sources from gitlab

That seems to be the official repository now.
This commit is contained in:
Bas van Dijk
2020-10-01 10:55:56 +02:00
parent 3acb90e7dd
commit af8409fc0a
2 changed files with 3 additions and 3 deletions
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
}
else
fetchgit {
url = "https://libvirt.org/git/libvirt.git";
url = "https://gitlab.com/libvirt/libvirt.git";
rev = "v${version}";
sha256 = "09hsbm2qmx0jfmm418rf5lx374g85bwgg0kzlga62x5180jhsssn";
fetchSubmodules = true;