Merge pull request #137509 from sternenseemann/libvirt-hash

libvirt: fix tarball hash
This commit is contained in:
Sandro 2021-09-12 14:14:48 +02:00 committed by GitHub
commit cdcc4884c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ stdenv.mkDerivation rec {
fetchurl
{
url = "https://libvirt.org/sources/${pname}-${version}.tar.xz";
sha256 = "sha256-l1VjqpfxBigg06SiRE4ANZ4jLahE9mJC6SrTzZ8o5kY=";
sha256 = "1cjj48dn4ww13ayicd2g863a5kz0sc5jlbv2991bj54dq6cn0q8v";
}
else
fetchFromGitLab {