spice-protocol: 0.12.7 -> 0.12.8

This commit is contained in:
William A. Kennington III 2015-09-17 14:08:34 -07:00
parent 2d5dd06fbb
commit 3fa5a3d544

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "spice-protocol-0.12.7";
name = "spice-protocol-0.12.8";
src = fetchurl {
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
sha256 = "1hhn94bw2l76h09sy05a15bs6zalsijnylyqpwcys5hq6rrwpiln";
sha256 = "0z76m98g31969b47bak68pxs8s0m9kxxyy8mh3vzh21wi6hmfv8i";
};
meta = with stdenv.lib; {