tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hunspell: 1.6.1 -> 1.6.2
Arcadio Rubio García
8 years ago
671c0622
1d479088
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
hunspell
default.nix
+2
-2
pkgs/development/libraries/hunspell/default.nix
···
1
1
{ stdenv, fetchurl, ncurses, readline, autoreconfHook }:
2
2
3
3
stdenv.mkDerivation rec {
4
4
-
version = "1.6.1";
4
4
+
version = "1.6.2";
5
5
name = "hunspell-${version}";
6
6
7
7
src = fetchurl {
8
8
url = "https://github.com/hunspell/hunspell/archive/v${version}.tar.gz";
9
9
-
sha256 = "0j9c20sj7bgd6f77193g1ihy8w905byk2gdhdc0r9dsh7irr7x9h";
9
9
+
sha256 = "1i7lsv2cm0713ia3j5wjkcrhpfp3lqpjpwp4d3v18n7ycaqcxn9w";
10
10
};
11
11
12
12
outputs = [ "bin" "dev" "out" "man" ];