Merge pull request #40562 from dtzWill/update/nano-2.9.7

nano: 2.9.4 -> 2.9.7
This commit is contained in:
Will Dietz
2018-05-15 14:06:55 -05:00
committed by GitHub

View File

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