1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libspectre-0.2.6

svn path=/nixpkgs/trunk/; revision=24234
This commit is contained in:
Yury G. Kudryashov 2010-10-12 07:49:19 +00:00
parent f039080451
commit 42c91e693d

View file

@ -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 = [