mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
hunspell: update from 1.3.2 to 1.3.3
urkud is no longer active so I am hijacking maintainership label on this cc @urkud
This commit is contained in:
parent
9440f55ef8
commit
8efc0c592b
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, ncurses, readline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "hunspell-1.3.2";
|
||||
name = "hunspell-1.3.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/hunspell/${name}.tar.gz";
|
||||
sha256 = "1gfxdajnqk2civkshkfjx5ldg7kjdgj76m5khpsbjk4lxsjd9vdl";
|
||||
sha256 = "0v14ff9s37vkh45diaddndcrj0hmn67arh8xh8k79q9c1vgc1cm7";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ ncurses readline ];
|
||||
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||
* Delphi, Java (JNA, JNI), Perl, .NET, Python, Ruby ([1], [2]), UNO.
|
||||
'';
|
||||
platforms = platforms.all;
|
||||
maintainers = [ maintainers.urkud ];
|
||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user