about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2017-08-13 23:52:34 +0200
committerRobert Helgesson <robert@rycee.net>2017-08-13 23:53:30 +0200
commitfbfe53b12ff42f376514fce2bc588d3ffd6a3aea (patch)
treed18c805a4f9749492b6a1969440fc9959992c458 /pkgs/applications/editors
parent276d7477f8930053d898818c2c5f10c04c5bc765 (diff)
downloadnixlib-fbfe53b12ff42f376514fce2bc588d3ffd6a3aea.tar
nixlib-fbfe53b12ff42f376514fce2bc588d3ffd6a3aea.tar.gz
nixlib-fbfe53b12ff42f376514fce2bc588d3ffd6a3aea.tar.bz2
nixlib-fbfe53b12ff42f376514fce2bc588d3ffd6a3aea.tar.lz
nixlib-fbfe53b12ff42f376514fce2bc588d3ffd6a3aea.tar.xz
nixlib-fbfe53b12ff42f376514fce2bc588d3ffd6a3aea.tar.zst
nixlib-fbfe53b12ff42f376514fce2bc588d3ffd6a3aea.zip
eclipse-plugin-autodetect-encoding: 1.8.3 -> 1.8.4
Diffstat (limited to 'pkgs/applications/editors')
-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 44c1ebcecfde..a3b4193edc6f 100644
--- a/pkgs/applications/editors/eclipse/plugins.nix
+++ b/pkgs/applications/editors/eclipse/plugins.nix
@@ -129,16 +129,16 @@ rec {
 
   autodetect-encoding = buildEclipsePlugin rec {
     name = "autodetect-encoding-${version}";
-    version = "1.8.3.201610171338";
+    version = "1.8.4.201708052053";
 
     srcFeature = fetchurl {
       url = "https://cypher256.github.io/eclipse-encoding-plugin/features/eclipse.encoding.plugin.feature_${version}.jar";
-      sha256 = "09xfn5j6vr9r7n0riqs5ja5ms98ax9pyi3f7irnv80flhzagdv7f";
+      sha256 = "1gbvib5dd75pp5mr17ckj2y66gnxjvpc067im5nsl9fyljdw867c";
     };
 
     srcPlugin = fetchurl {
       url = "https://cypher256.github.io/eclipse-encoding-plugin/plugins/mergedoc.encoding_${version}.jar";
-      sha256 = "0l2zw4whx1a7j0jl7i6n6igr2ki6jh6nwggx53n3ipzg7cgdcg0y";
+      sha256 = "0728zsbfs1mc4qvx2p92hkxpnknckqk0xvqlmzivsnr62b5qd5im";
     };
 
     meta = with stdenv.lib; {