mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
libvirt: Update from 1.2.4 to 1.2.5
This commit is contained in:
parent
aff4394be6
commit
7dc09de565
|
@ -4,14 +4,14 @@
|
|||
, dnsmasq, libnl
|
||||
}:
|
||||
|
||||
let version = "1.2.4"; in
|
||||
let version = "1.2.5"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libvirt-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libvirt.org/sources/${name}.tar.gz";
|
||||
sha256 = "0xg8m7x4a3dqrg2b9pqcikaghdp6jyl07gkp2z8grsmsnbvcafp4";
|
||||
sha256 = "0igd74wkksgv24i2xaa8wx51iqpgjp1v7820pk93m0jv8gipvscf";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue