aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/spice
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-07-04 17:36:02 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-07-04 18:27:26 +0200
commite638620100989bc00d645fd4ff0641766cb3e108 (patch)
treeb6dd9349390d70348c44553fc7ea409b337f20d5 /pkgs/development/libraries/spice
parente3e35c1f15730f861aa70707236ce304bd7c90b7 (diff)
spice: Update to 0.12.3
Diffstat (limited to 'pkgs/development/libraries/spice')
-rw-r--r--pkgs/development/libraries/spice/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/spice/default.nix b/pkgs/development/libraries/spice/default.nix
index 2bcb9e593b86..bcbe60ffa6d7 100644
--- a/pkgs/development/libraries/spice/default.nix
+++ b/pkgs/development/libraries/spice/default.nix
@@ -1,20 +1,20 @@
{ stdenv, fetchurl, pkgconfig, pixman, celt, alsaLib, openssl
, libXrandr, libXfixes, libXext, libXrender, libXinerama, libjpeg, zlib
-, spice_protocol, python, pyparsing }:
+, spice_protocol, python, pyparsing, glib }:
with stdenv.lib;
stdenv.mkDerivation rec {
- name = "spice-0.12.0";
+ name = "spice-0.12.3";
src = fetchurl {
url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
- sha256 = "15mp6nz467h4l5jg3vk51si6r5w7g329jvsy61f2gl3yabwcxmva";
+ sha256 = "0il50hcw87mzs3dw80a9gkidmhgf9s8691xmki3gj9358qf5xmmz";
};
buildInputs = [ pixman celt alsaLib openssl libjpeg zlib
libXrandr libXfixes libXrender libXext libXinerama
- python pyparsing ];
+ python pyparsing glib ];
nativeBuildInputs = [ pkgconfig spice_protocol ];