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.
mullvad-ns
sternenseemann 3 years ago
parent fe5b774b62
commit 036c82cca1
  1. 2
      pkgs/development/libraries/libvirt/default.nix

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

Loading…
Cancel
Save