Skip to content

Commit

Permalink
libvirt: 3.0.0 -> 3.1.0
Browse files Browse the repository at this point in the history
Missing in 1cca97c.
  • Loading branch information
fpletz committed Mar 27, 2017
1 parent 4f33f90 commit d8dd2fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libvirt/default.nix
Expand Up @@ -12,11 +12,11 @@ with stdenv.lib;
# if you update, also bump pythonPackages.libvirt or it will break
stdenv.mkDerivation rec {
name = "libvirt-${version}";
version = "3.0.0";
version = "3.1.0";

src = fetchurl {
url = "http://libvirt.org/sources/${name}.tar.xz";
sha256 = "0php6wxjcilpir0miwg06yd2ha25zi9fv2apvvgv5c8k1svjd7cx";
sha256 = "1a9j6yqfy7i5yv414wk6nv26a5bpfyyg0rpcps6ybi6a1yd04ybq";
};

patches = [ ./build-on-bsd.patch ];
Expand Down

0 comments on commit d8dd2fb

Please sign in to comment.