mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
libvirt: update from 1.2.7 to 1.2.9
This commit is contained in:
parent
30f5230b8b
commit
e200a98843
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@
|
|||
, dnsmasq, libnl
|
||||
}:
|
||||
|
||||
let version = "1.2.7"; in
|
||||
let version = "1.2.9"; in
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libvirt-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libvirt.org/sources/${name}.tar.gz";
|
||||
sha256 = "1z6yfzzbf9rvqjq1my7x1br73g8dz8kij3khpb4x520ip8n4dyrx";
|
||||
sha256 = "1i4ggs50dipz1hm0qlk6kak1n3klll8sx9fnffmvjlgla9d1m4wm";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue