nano: 2.8.2 -> 2.8.3

See http://lists.gnu.org/archive/html/info-gnu/2017-05/msg00007.html
for release announcement
This commit is contained in:
Lancelot SIX 2017-05-18 15:53:37 +02:00
parent 395496a62a
commit e08cb81b31
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

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