Revert "spice-protocol: 0.12.7 -> 0.12.8"

This reverts commit 3fa5a3d544cb14d191df3262a60c7b9c1f0f7af2.

Breaks qemu build.

Changed files
+2 -2
pkgs
development
libraries
spice-protocol
+2 -2
pkgs/development/libraries/spice-protocol/default.nix
···
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
-
name = "spice-protocol-0.12.8";
+
name = "spice-protocol-0.12.7";
src = fetchurl {
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
-
sha256 = "0z76m98g31969b47bak68pxs8s0m9kxxyy8mh3vzh21wi6hmfv8i";
+
sha256 = "1hhn94bw2l76h09sy05a15bs6zalsijnylyqpwcys5hq6rrwpiln";
};
meta = with stdenv.lib; {