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

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