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:
parent
fe5b774b62
commit
036c82cca1
|
@ -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…
Reference in a new issue