tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
eclipse-plugin-autodetect-encoding: 1.8.3 -> 1.8.4
Robert Helgesson
8 years ago
fbfe53b1
276d7477
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
applications
editors
eclipse
plugins.nix
+3
-3
pkgs/applications/editors/eclipse/plugins.nix
···
129
129
130
130
autodetect-encoding = buildEclipsePlugin rec {
131
131
name = "autodetect-encoding-${version}";
132
132
-
version = "1.8.3.201610171338";
132
132
+
version = "1.8.4.201708052053";
133
133
134
134
srcFeature = fetchurl {
135
135
url = "https://cypher256.github.io/eclipse-encoding-plugin/features/eclipse.encoding.plugin.feature_${version}.jar";
136
136
-
sha256 = "09xfn5j6vr9r7n0riqs5ja5ms98ax9pyi3f7irnv80flhzagdv7f";
136
136
+
sha256 = "1gbvib5dd75pp5mr17ckj2y66gnxjvpc067im5nsl9fyljdw867c";
137
137
};
138
138
139
139
srcPlugin = fetchurl {
140
140
url = "https://cypher256.github.io/eclipse-encoding-plugin/plugins/mergedoc.encoding_${version}.jar";
141
141
-
sha256 = "0l2zw4whx1a7j0jl7i6n6igr2ki6jh6nwggx53n3ipzg7cgdcg0y";
141
141
+
sha256 = "0728zsbfs1mc4qvx2p92hkxpnknckqk0xvqlmzivsnr62b5qd5im";
142
142
};
143
143
144
144
meta = with stdenv.lib; {