mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
libspectre-0.2.6
svn path=/nixpkgs/trunk/; revision=24234
This commit is contained in:
parent
f039080451
commit
42c91e693d
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue