redstore: 0.5.2 -> 0.5.4

This commit is contained in:
Robert Helgesson 2016-08-17 22:33:01 +02:00
parent a4ae7b87f0
commit 74b25f4c69
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -2,11 +2,11 @@
, librdf_rasqal }:
stdenv.mkDerivation rec {
name = "redstore-0.5.2";
name = "redstore-0.5.4";
src = fetchurl {
url = "http://www.aelius.com/njh/redstore/${name}.tar.gz";
sha256 = "fdbe499a7bbe8c8a756ecb738b83ea375e96af16a1d74245b75600d4d40adb7d";
sha256 = "0hc1fjfbfvggl72zqx27v4wy84f5m7bp4dnwd8g41aw8lgynbgaq";
};
buildInputs = [ gmp pkgconfig redland zlib librdf_raptor2 librdf_rasqal ];