diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix new file mode 100644 index 000000000000..3d61fbbe809e --- /dev/null +++ b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix @@ -0,0 +1,6 @@ +{stdenv, fetchurl}: + +fetchurl { + url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.0.jar; + md5 = "ff66d229c774f840ec8285f64c0f95bc"; +} diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix index 3d61fbbe809e..b8de074d5f4b 100644 --- a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix +++ b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix @@ -1,6 +1,6 @@ {stdenv, fetchurl}: fetchurl { - url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.0.jar; - md5 = "ff66d229c774f840ec8285f64c0f95bc"; + url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.10.jar; + md5 = "ff77853e750e19a9b8d380c17ea27f3d"; }