nano: 4.4 -> 4.5

See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00001.html
for release information.
This commit is contained in:
Lancelot SIX 2019-10-04 16:48:30 +02:00
parent 974855c896
commit 5b590f93e0
No known key found for this signature in database
GPG key ID: 02E1542BA66FB047

View file

@ -20,11 +20,11 @@ let
in stdenv.mkDerivation rec {
pname = "nano";
version = "4.4";
version = "4.5";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "1iw2ypq34g1gfqyhgka2fz5yj5vrlz85q6zk7amgyj286ph25wia";
sha256 = "0czmz1yq8s5qcxcmfjdxzg9nkhbmlc9q1nz04jvf57fdbs7w7mfy";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;