aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/libspectre
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-10-12 07:49:19 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2010-10-12 07:49:19 +0000
commit42c91e693d35a0e2182ecefc100b61bfa45e1115 (patch)
tree538ab8ae45e23623b05facad327db37769dc0cff /pkgs/development/libraries/libspectre
parentf0390804510b27f5579b3a53e8888f039cf2722d (diff)
libspectre-0.2.6
svn path=/nixpkgs/trunk/; revision=24234
Diffstat (limited to 'pkgs/development/libraries/libspectre')
-rw-r--r--pkgs/development/libraries/libspectre/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libspectre/default.nix b/pkgs/development/libraries/libspectre/default.nix
index 6b69540d2b96..0be6ac5f4efe 100644
--- a/pkgs/development/libraries/libspectre/default.nix
+++ b/pkgs/development/libraries/libspectre/default.nix
@@ -1,11 +1,11 @@
{ fetchurl, stdenv, ghostscript }:
stdenv.mkDerivation rec {
- name = "libspectre-0.2.0";
+ name = "libspectre-0.2.6";
src = fetchurl {
url = "http://libspectre.freedesktop.org/releases/${name}.tar.gz";
- sha256 = "0j75c84gqmfr6hbhiydri4msrxns8293lfxi7hkcnfa15v8qa0i0";
+ sha256 = "1lqdmi7vx497pbigpp77064a4463lmihzh44898l101c69i7qqrg";
};
buildInputs = [