Adding Redstore HTTP RDF/SPARQL server
svn path=/nixpkgs/trunk/; revision=22428
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
args: with args;
|
||||
stdenv.mkDerivation {
|
||||
name = "raptor-1.4.19";
|
||||
stdenv.mkDerivation rec {
|
||||
name = "raptor-1.4.21";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://download.librdf.org/source/raptor-1.4.19.tar.gz;
|
||||
sha256 = "0qpfl73dvkhngica7wk9qglvd0b3fp9wqnjkl5q8m6h1kf8605ml";
|
||||
url = "http://download.librdf.org/source/${name}.tar.gz";
|
||||
sha256 = "db3172d6f3c432623ed87d7d609161973d2f7098e3d2233d0702fbcc22cfd8ca";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user