nano: 2.9.2 -> 2.9.3

This commit is contained in:
Lancelot SIX 2018-01-29 16:02:35 +01:00
parent 4e9756daf9
commit c0aa35a217
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.9.2";
version = "2.9.3";
src = fetchurl {
url = "mirror://gnu/nano/${name}.tar.xz";
sha256 = "0m9xm085pi0fhmmshgppipjimr1jkxksbyg8pa5cwaap3d2vgk2f";
sha256 = "04j05nbnp8vjjwja90d83p4s6ywyl6qhggflcjzw0p9d9gyvr0vp";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;