virt-manager: Update to 0.9.5 virtinst: Update to 0.600.4

This commit is contained in:
Ricardo M. Correia
2014-01-11 19:21:09 +01:00
committed by Rok Garbas
parent 531090d5de
commit d82530440f
2 changed files with 4 additions and 4 deletions
@@ -2,14 +2,14 @@
with stdenv.lib;
let version = "0.600.1"; in
let version = "0.600.4"; in
stdenv.mkDerivation rec {
name = "virtinst-${version}";
src = fetchurl {
url = "http://virt-manager.org/download/sources/virtinst/virtinst-${version}.tar.gz";
sha256 = "db342cf93aae1f23df02001bdb0b0cc2c5bf675dca37b4417f5a79bf5a374716";
sha256 = "175laiy49dni8hzi0cn14bbsdsigvgr9h6d9z2bcvbpa29spldvf";
};
pythonPath = with pythonPackages;