mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
libvirt: Update to 1.1.1
This commit is contained in:
parent
5303fb0f0f
commit
5b9227c5a8
@ -3,14 +3,14 @@
|
||||
, libtasn1, ebtables, libgcrypt, yajl, makeWrapper, pmutils
|
||||
}:
|
||||
|
||||
let version = "1.1.0"; in
|
||||
let version = "1.1.1"; in
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libvirt-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://libvirt.org/sources/libvirt-${version}.tar.gz";
|
||||
sha256 = "0a39cwvzwf79gv3zw5mwp9q9n792rr1m0rl9ji39bdgcjxb7d7nf";
|
||||
sha256 = "1hi27d5pld925g1azx8jq0wv557wpkd6xrq6lzm91cdr2lg1wvyw";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user