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

This commit is contained in:
Ricardo M. Correia 2014-01-10 18:54:57 +01:00 committed by Rok Garbas
parent 531090d5de
commit d82530440f
2 changed files with 4 additions and 4 deletions

View file

@ -3,14 +3,14 @@
with stdenv.lib;
let version = "0.9.1"; in
let version = "0.9.5"; in
stdenv.mkDerivation rec {
name = "virt-manager-${version}";
src = fetchurl {
url = "http://virt-manager.et.redhat.com/download/sources/virt-manager/virt-manager-${version}.tar.gz";
sha256 = "15e064167ba5ff84ce6fc8790081d61890430f2967f89886a84095a23e40094a";
sha256 = "0gc06cdbq6c2a06l939516lvjii7lr0wng90kqgl1i5q5wlgnajx";
};
pythonPath = with pythonPackages;

View file

@ -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;