tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
aspellDicts.en: 7.1-0 -> 2016.06.26-0
Kranium Gikos Mendoza
9 years ago
56cb0f76
85781f9b
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
aspell
dictionaries.nix
+3
-3
pkgs/development/libraries/aspell/dictionaries.nix
···
56
};
57
58
en = buildDict {
59
-
shortName = "en-7.1-0";
60
fullName = "English";
61
src = fetchurl {
62
-
url = mirror://gnu/aspell/dict/en/aspell6-en-7.1-0.tar.bz2;
63
-
sha256 = "02ldfiny4iakgfgy4sdrzjqdzi7l1rmb6y30lv31kfy5x31g77gz";
64
};
65
};
66
···
56
};
57
58
en = buildDict {
59
+
shortName = "en-2016.06.26-0";
60
fullName = "English";
61
src = fetchurl {
62
+
url = mirror://gnu/aspell/dict/en/aspell6-en-2016.06.26-0.tar.bz2;
63
+
sha256 = "1clzsfq2cbgp6wvfr2qwfsd2nziipml5m5vqm45r748wczlxihv1";
64
};
65
};
66