mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 20:34:52 +03:00
elasticsearchPlugins.elasticsearch_http_basic: update from 1.2.0 to 1.3.2, potentially fixes CVE-2013-5307
This commit is contained in:
parent
18476acaff
commit
ded8bde06b
@ -53,11 +53,11 @@ in {
|
||||
|
||||
elasticsearch_http_basic = stdenv.mkDerivation rec {
|
||||
name = "elasticsearch-http-basic-${version}";
|
||||
version = "1.2.0";
|
||||
version = "1.3.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/Asquera/elasticsearch-http-basic/releases/download/${version}/${name}.jar";
|
||||
sha256 = "0makhlsgxlawfscz70mc2ikh68vp6mdmmzz4ggcgwrravzvyw5vq";
|
||||
sha256 = "1qq8z0233mzz699zbzjwmx7ghn8k0djgyc5ixr8i5xchfrsrymn2";
|
||||
};
|
||||
|
||||
phases = ["installPhase"];
|
||||
|
Loading…
Reference in New Issue
Block a user