Merge pull request #564 from zefhemel/redisupgrade
Upgraded Redis version
This commit is contained in:
commit
cc85ad4b1c
@ -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 New Issue
Block a user