Skip to content

Commit c32755c

Browse files
committedJan 23, 2018
eclipse-plugin-autodetect-encoding: 1.8.4 -> 1.8.5
1 parent 6109b15 commit c32755c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pkgs/applications/editors/eclipse/plugins.nix

+5-5
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,16 @@ rec {
185185

186186
autodetect-encoding = buildEclipsePlugin rec {
187187
name = "autodetect-encoding-${version}";
188-
version = "1.8.4.201708052053";
188+
version = "1.8.5.201801191359";
189189

190190
srcFeature = fetchurl {
191-
url = "https://cypher256.github.io/eclipse-encoding-plugin/features/eclipse.encoding.plugin.feature_${version}.jar";
192-
sha256 = "1gbvib5dd75pp5mr17ckj2y66gnxjvpc067im5nsl9fyljdw867c";
191+
url = "https://github.com/cypher256/eclipse-encoding-plugin/raw/master/eclipse.encoding.updatesite.snapshot/features/eclipse.encoding.plugin.feature_${version}.jar";
192+
sha256 = "1m8ypsc1dwz0y6yhjgxsdi9813d38jllv7javgwvcd30g042a3kx";
193193
};
194194

195195
srcPlugin = fetchurl {
196-
url = "https://cypher256.github.io/eclipse-encoding-plugin/plugins/mergedoc.encoding_${version}.jar";
197-
sha256 = "0728zsbfs1mc4qvx2p92hkxpnknckqk0xvqlmzivsnr62b5qd5im";
196+
url = "https://github.com/cypher256/eclipse-encoding-plugin/raw/master/eclipse.encoding.updatesite.snapshot/plugins/mergedoc.encoding_${version}.jar";
197+
sha256 = "1n2rzybfcwp3ss2qi0fhd8vm38vdwav8j837lqiqlfcnvzwsk86m";
198198
};
199199

200200
meta = with stdenv.lib; {

0 commit comments

Comments
 (0)