nano: 2.8.1 -> 2.8.2

See https://lists.gnu.org/archive/html/info-gnu/2017-05/msg00003.html
for release information
This commit is contained in:
Lancelot SIX 2017-05-05 19:51:18 +02:00
parent ea929311bb
commit c52b42624d
No known key found for this signature in database
GPG Key ID: 02E1542BA66FB047
1 changed files with 2 additions and 2 deletions

View File

@ -20,11 +20,11 @@ let
in stdenv.mkDerivation rec {
name = "nano-${version}";
version = "2.8.1";
version = "2.8.2";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "02vdnv30ms2s53ch5j4ldch5sxwjsg3098zkvwrwhi9k6yxshdg9";
sha256 = "1q5rxkvsv974085xrd2k11ffazadabcb9cnpfra0shmj71xqlgh2";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;