summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2006-02-12 12:23:47 +0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2006-02-12 12:23:47 +0000
commit5e4075947c92a2055c890c2d501b0230cd53571d (patch)
tree4f0b0be6cf5c0ff11333dd4bf1d17f8bb8ce2b6c /pkgs/applications/editors
parent26f98860c1b9785c20ffdcc820241880cf57ca16 (diff)
downloadnixlib-5e4075947c92a2055c890c2d501b0230cd53571d.tar
nixlib-5e4075947c92a2055c890c2d501b0230cd53571d.tar.gz
nixlib-5e4075947c92a2055c890c2d501b0230cd53571d.tar.bz2
nixlib-5e4075947c92a2055c890c2d501b0230cd53571d.tar.lz
nixlib-5e4075947c92a2055c890c2d501b0230cd53571d.tar.xz
nixlib-5e4075947c92a2055c890c2d501b0230cd53571d.tar.zst
nixlib-5e4075947c92a2055c890c2d501b0230cd53571d.zip
Update of spoofax
svn path=/nixpkgs/trunk/; revision=4795
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/eclipse/plugins/spoofax/0.3.10.nix6
-rw-r--r--pkgs/applications/editors/eclipse/plugins/spoofax/default.nix4
2 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.10.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.10.nix
new file mode 100644
index 000000000000..4c782525ec7d
--- /dev/null
+++ b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.10.nix
@@ -0,0 +1,6 @@
+{stdenv, fetchurl}:
+
+fetchurl {
+  url = http://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.10.jar;
+  md5 = "ff77853e750e19a9b8d380c17ea27f3d";
+}
diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix
index 4c782525ec7d..649619e487e8 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://nix.cs.uu.nl/dist/tarballs/org.spoofax.editor_0.3.10.jar;
-  md5 = "ff77853e750e19a9b8d380c17ea27f3d";
+  url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.11.jar;
+  md5 = "c36941afcb0e538e16fafd594eae128e";
 }