aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/qjson
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-02-23 22:20:42 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-02-23 22:20:42 +0100
commitc9d3702c9742b08a99701c18048dea04192db23d (patch)
tree6a61ab58d7db9d9de3bfa84a37e7148a37043916 /pkgs/development/libraries/qjson
parente02153a3c0940ddc278f13e7df82623931496649 (diff)
telepathy-related: fix via update
Some updates were restricted by gstreamer being <1.0
Diffstat (limited to 'pkgs/development/libraries/qjson')
-rw-r--r--pkgs/development/libraries/qjson/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/qjson/default.nix b/pkgs/development/libraries/qjson/default.nix
index af960c1b9933..e69ae5f98f7b 100644
--- a/pkgs/development/libraries/qjson/default.nix
+++ b/pkgs/development/libraries/qjson/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, cmake, qt4 }:
stdenv.mkDerivation rec {
- name = "qjson-0.7.1";
+ name = "qjson-0.8.1";
src = fetchurl {
url = "mirror://sourceforge/qjson/${name}.tar.bz2";
- sha256 = "155r7nypgnsvjc6w3q51zmjchpqxi4c3azad9cf1fip8bws993iv";
+ sha256 = "1n8lr2ph08yhcgimf4q1pnkd4z15v895bsf3m68ljz14aswvakfd";
};
buildInputs = [ cmake qt4 ];