nixpkgs/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix

7 lines
161 B
Nix
Raw Normal View History

{stdenv, fetchurl}:
fetchurl {
url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.0.jar;
md5 = "ff66d229c774f840ec8285f64c0f95bc";
}