spice-protocol: 0.12.10 -> 0.12.12

This commit is contained in:
Graham Christensen 2016-09-24 07:45:12 -04:00
parent 6d1638e697
commit 1e7d220961
No known key found for this signature in database
GPG Key ID: FE918C3A98C1030F

View File

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