From 9eb147a0f84052f762dca7fd2c33358adb9a7169 Mon Sep 17 00:00:00 2001 From: Martin Bravenboer Date: Wed, 11 Jan 2006 00:43:25 +0000 Subject: [PATCH] New version of spoofax svn path=/nixpkgs/trunk/; revision=4535 --- pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.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.0.nix diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix new file mode 100644 index 000000000000..3d61fbbe809e --- /dev/null +++ b/pkgs/applications/editors/eclipse/plugins/spoofax/0.3.0.nix @@ -0,0 +1,6 @@ +{stdenv, fetchurl}: + +fetchurl { + url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.0.jar; + md5 = "ff66d229c774f840ec8285f64c0f95bc"; +} diff --git a/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix b/pkgs/applications/editors/eclipse/plugins/spoofax/default.nix index 3d61fbbe809e..b8de074d5f4b 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://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.0.jar; - md5 = "ff66d229c774f840ec8285f64c0f95bc"; + url = http://www.ii.uib.no/~karltk/spoofax/plugins/org.spoofax.editor_0.3.10.jar; + md5 = "ff77853e750e19a9b8d380c17ea27f3d"; }