jython: 2.7.0 -> 2.7.1

addresses CVE-2016-4000
This commit is contained in:
Florian Klink 2017-11-01 15:00:55 +01:00
parent 26e4f6f4f8
commit e0b906c5cb

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "jython-${version}";
version = "2.7.0";
version = "2.7.1";
src = fetchurl {
url = "http://search.maven.org/remotecontent?filepath=org/python/jython-standalone/${version}/jython-standalone-${version}.jar";
sha256 = "0sk4myh9v7ma7nmzb8khg41na77xfi2zck7876bs7kq18n8nc1nx";
sha256 = "0jwc4ly75cna78blnisv4q8nfcn5s0g4wk7jf4d16j0rfcd0shf4";
};
buildInputs = [ makeWrapper ];