summary refs log tree commit diff
path: root/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix
blob: abca499a715b5c09c22f754b3ebf23e7c836f85a (plain) (blame)
1
2
3
4
5
6
{stdenv, fetchurl}:

fetchurl {
  url = http://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.0.jar;
  md5 = "ff66d229c774f840ec8285f64c0f95bc";
}