Skip to content

Commit

Permalink
jython: 2.7.0 -> 2.7.1
Browse files Browse the repository at this point in the history
addresses CVE-2016-4000
  • Loading branch information
flokli committed Nov 1, 2017
1 parent 26e4f6f commit e0b906c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/jython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit e0b906c

Please sign in to comment.