virt-viewer: 2.0 -> 5.0

This commit is contained in:
Volth
2017-03-14 04:54:11 +00:00
parent 80750f459c
commit d4294265fd
3 changed files with 9 additions and 10 deletions
@@ -8,11 +8,11 @@ with stdenv.lib;
let
inherit (python2Packages) python pygtk;
in stdenv.mkDerivation rec {
name = "spice-gtk-0.32";
name = "spice-gtk-0.33";
src = fetchurl {
url = "http://www.spice-space.org/download/gtk/${name}.tar.bz2";
sha256 = "00pf94xh2xf0h1g13lnavxrysd0d0x22l5jl108cvq1mjc4z8j2c";
sha256 = "0fdgx9k4vgmasp8i2n0swrkapq8f212igcg7wsgvr3mbhsvk7bvx";
};
buildInputs = [