From 5e4075947c92a2055c890c2d501b0230cd53571d Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Sun, 12 Feb 2006 12:23:47 +0000 Subject: [PATCH] Update of spoofax svn path=/nixpkgs/trunk/; revision=4795 --- .../applications/editors/eclipse/plugins/spoofax/0.3.10.nix | 6 ++++++ .../editors/eclipse/plugins/spoofax/default.nix | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 pkgs/applications/editors/eclipse/plugins/spoofax/0.3.10.nix 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 00000000000..4c782525ec7 --- /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 4c782525ec7..649619e487e 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"; }