mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
elasticsearch: update from 1.0.1 to 1.2.1, potentially fixes CVE-2013-5307
This commit is contained in:
parent
566ef0e31a
commit
1ecb9b8de8
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
{ stdenv, fetchurl, makeWrapper, jre, utillinux }:
|
||||
stdenv.mkDerivation rec {
|
||||
name = "elasticsearch-1.0.1";
|
||||
name = "elasticsearch-1.2.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.elasticsearch.org/elasticsearch/elasticsearch/${name}.tar.gz";
|
||||
sha256 = "0nwv7llw7gk94alfcpxxy0lybhnw7fggv30v7ylsxn20id9g7kba";
|
||||
sha256 = "11lirxl0hb0xfd57accsgldq1adrlv9pak2520jll2sj5gg71cmj";
|
||||
};
|
||||
|
||||
patches = [ ./es-home.patch ];
|
||||
|
|
Loading…
Reference in a new issue