summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-01-30 12:33:12 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-01-30 12:33:12 +0100
commitbdc9bfc3fae515f695e1962e787725eb9fa44f06 (patch)
tree3c1ace7572d0cd2f16f3a5d29cf35a3edb2a9b98
parent9b5b0d48e8010bc69369c815e9ffe9fc56971633 (diff)
downloadnixlib-bdc9bfc3fae515f695e1962e787725eb9fa44f06.tar
nixlib-bdc9bfc3fae515f695e1962e787725eb9fa44f06.tar.gz
nixlib-bdc9bfc3fae515f695e1962e787725eb9fa44f06.tar.bz2
nixlib-bdc9bfc3fae515f695e1962e787725eb9fa44f06.tar.lz
nixlib-bdc9bfc3fae515f695e1962e787725eb9fa44f06.tar.xz
nixlib-bdc9bfc3fae515f695e1962e787725eb9fa44f06.tar.zst
nixlib-bdc9bfc3fae515f695e1962e787725eb9fa44f06.zip
eclipse-plugin-gnuarmeclipse: 2.8.1-201504061754 -> 2.11.1-201512141335
Upstream switched from sourceforge to github.
-rw-r--r--pkgs/applications/editors/eclipse/plugins.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/eclipse/plugins.nix b/pkgs/applications/editors/eclipse/plugins.nix
index c8da869f0f32..211dba85c430 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -318,12 +318,12 @@ rec {
 
   gnuarmeclipse = buildEclipseUpdateSite rec {
     name = "gnuarmeclipse-${version}";
-    version = "2.8.1-201504061754";
+    version = "2.11.1-201512141335";
 
     src = fetchzip {
       stripRoot = false;
-      url = "mirror://sourceforge/project/gnuarmeclipse/Current%20Releases/2.x/ilg.gnuarmeclipse.repository-${version}.zip";
-      sha256 = "08jsnyis1ry62cidr9sl11ylyxbkwh834nlhx6qp31gh1l439px9";
+      url = "https://github.com/gnuarmeclipse/plug-ins/releases/download/v${version}/ilg.gnuarmeclipse.repository-${version}.zip";
+      sha256 = "1ijvnahfw2wc860la7kj8b52z2sfm8k1yk62bl0d4lq60y3aycg9";
     };
 
     meta = with stdenv.lib; {