1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 04:02:10 +00:00

libvirt: fix tarball hash

Fixes this failure: https://hydra.nixos.org/build/152776341

Unsure how this happened, but I verified the GPG signatures locally to
make sure the new hash is good.
This commit is contained in:
sternenseemann 2021-09-12 11:59:38 +02:00
parent fe5b774b62
commit 036c82cca1

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 {