File tree 1 file changed +5
-5
lines changed
pkgs/applications/editors/eclipse
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -185,16 +185,16 @@ rec {
185
185
186
186
autodetect-encoding = buildEclipsePlugin rec {
187
187
name = "autodetect-encoding-${ version } " ;
188
- version = "1.8.4.201708052053 " ;
188
+ version = "1.8.5.201801191359 " ;
189
189
190
190
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 " ;
193
193
} ;
194
194
195
195
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 " ;
198
198
} ;
199
199
200
200
meta = with stdenv . lib ; {
You can’t perform that action at this time.
0 commit comments