Skip to content

Commit

Permalink
eclipse-plugin-jdt: 4.7.3a -> 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Jun 29, 2018
1 parent 78601c0 commit 8e78a9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/editors/eclipse/plugins.nix
Expand Up @@ -470,12 +470,12 @@ rec {

jdt = buildEclipseUpdateSite rec {
name = "jdt-${version}";
version = "4.7.3a";
version = "4.8";

src = fetchzip {
stripRoot = false;
url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.7.3a-201803300640/org.eclipse.jdt-4.7.3a.zip;
sha256 = "10dndhqz894xf79zz07dlmkn7k33mn42nbmycr78xz6d2jy8cscx";
url = https://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/eclipse/downloads/drops4/R-4.8-201806110500/org.eclipse.jdt-4.8.zip;
sha256 = "1my0d1114mx5gzxmwqlx0rcny39ly97ixlwx53ljk6qcryhdnr88";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8e78a9a

Please sign in to comment.