diff options
author | sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> | 2021-09-12 11:59:38 +0200 |
---|---|---|
committer | sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> | 2021-09-12 11:59:38 +0200 |
commit | 036c82cca19779ba4ff7abf085226d606e085a12 (patch) | |
tree | e480beb79f0c36d3ba553b4de3b6985968a88287 /pkgs/development | |
parent | fe5b774b628837c59299c490dc731f441827410d (diff) |
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.
Diffstat (limited to 'pkgs/development')
-rw-r--r-- | pkgs/development/libraries/libvirt/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libvirt/default.nix b/pkgs/development/libraries/libvirt/default.nix index 84590eee0b77d..2d13b993fd28b 100644 --- a/pkgs/development/libraries/libvirt/default.nix +++ b/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 { |