Upgraded Redis version
This commit is contained in:
parent
2ad7c40a66
commit
8ca0c05859
1 changed files with 2 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "redis-2.6.9";
|
||||
name = "redis-2.6.13";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://redis.googlecode.com/files/${name}.tar.gz";
|
||||
sha256 = "12bl3inq7xr2lqlqbxjxa3v9s5v7xn2pxlbm72ivxbiq43zpx5jd";
|
||||
sha256 = "0j79a5vmdy0c1df89ymqk37kz8q2iqlzg81qwnz0djjqdiikk51v";
|
||||
};
|
||||
|
||||
makeFlags = "PREFIX=$(out)";
|
||||
|
@ -16,7 +16,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://redis.io;
|
||||
description = "An open source, advanced key-value store";
|
||||
license = "BSD";
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue