summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2014-09-02 00:46:44 +0400
committerMichael Raskin <7c6f434c@mail.ru>2014-09-02 00:46:44 +0400
commit5e1f405916638903e08888529f75d0b3fc00bf07 (patch)
tree52021a85474a6f8622e9fe3c5ce40fd97361b123 /pkgs/development
parent8c167b22a53b3190f7ed8791ed376c2bdc97719d (diff)
parentb0d13c5400c31e12737d387e54bd4414e19267b4 (diff)
downloadnixpkgs-5e1f405916638903e08888529f75d0b3fc00bf07.tar
nixpkgs-5e1f405916638903e08888529f75d0b3fc00bf07.tar.gz
nixpkgs-5e1f405916638903e08888529f75d0b3fc00bf07.tar.bz2
nixpkgs-5e1f405916638903e08888529f75d0b3fc00bf07.tar.lz
nixpkgs-5e1f405916638903e08888529f75d0b3fc00bf07.tar.xz
nixpkgs-5e1f405916638903e08888529f75d0b3fc00bf07.tar.zst
nixpkgs-5e1f405916638903e08888529f75d0b3fc00bf07.zip
Merge pull request #3919 from wkennington/master.spice
Spice Updates
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/spice-protocol/default.nix13
-rw-r--r--pkgs/development/libraries/spice/default.nix4
2 files changed, 8 insertions, 9 deletions
diff --git a/pkgs/development/libraries/spice-protocol/default.nix b/pkgs/development/libraries/spice-protocol/default.nix
index 162a832c93a..79fe47ff476 100644
--- a/pkgs/development/libraries/spice-protocol/default.nix
+++ b/pkgs/development/libraries/spice-protocol/default.nix
@@ -1,19 +1,18 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "spice-protocol-0.12.6";
+  name = "spice-protocol-0.12.7";
 
   src = fetchurl {
     url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
-    sha256 = "16r5x2sppiaa6pzawkrvk5q4hmw7ynmlp2xr38f1vaxj5rh4aiwx";
+    sha256 = "1hhn94bw2l76h09sy05a15bs6zalsijnylyqpwcys5hq6rrwpiln";
   };
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Protocol headers for the SPICE protocol";
     homepage = http://www.spice-space.org;
-    license = stdenv.lib.licenses.bsd3;
-
-    maintainers = [ stdenv.lib.maintainers.bluescreen303 ];
-    platforms = stdenv.lib.platforms.linux;
+    license = licenses.bsd3;
+    maintainers = with maintainers; [ bluescreen303 ];
+    platforms = platforms.linux;
   };
 }
diff --git a/pkgs/development/libraries/spice/default.nix b/pkgs/development/libraries/spice/default.nix
index 2af9565e0b4..2353eec7348 100644
--- a/pkgs/development/libraries/spice/default.nix
+++ b/pkgs/development/libraries/spice/default.nix
@@ -5,11 +5,11 @@
 with stdenv.lib;
 
 stdenv.mkDerivation rec {
-  name = "spice-0.12.4";
+  name = "spice-0.12.5";
 
   src = fetchurl {
     url = "http://www.spice-space.org/download/releases/${name}.tar.bz2";
-    sha256 = "11xkdz26b39syynxm3iyjsr8q7x0v09zdli9an1ilcrfyiykw1ng";
+    sha256 = "10gmqaanfg929aamf11n4si4r3d1g7z9qjdclsl9kjv7iw6s42a2";
   };
 
   buildInputs = [ pixman celt alsaLib openssl libjpeg zlib