Merge pull request #31090 from flokli/cve-2016-4000

jython: 2.7.0 -> 2.7.1
This commit is contained in:
Orivej Desh 2017-11-01 17:58:18 +00:00 committed by GitHub
commit e1cd08e1c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];