spice_protocol: 0.12.12 → 0.12.13

This commit is contained in:
Jan Tojnar 2017-10-03 03:19:36 +02:00
parent d3027030ce
commit 464a113201
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "spice-protocol-0.12.12";
name = "spice-protocol-0.12.13";
src = fetchurl {
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
sha256 = "00wx81f2ml62g3maw63jq9w217zym921rdi38h7lpm5m8ckxraqp";
sha256 = "0cwrgkp558mblcf4vrhacb3iizz12khsrrl82w38w9nj0ar13vl9";
};
postInstall = ''