nano: 5.7 -> 5.8

See https://lists.gnu.org/archive/html/info-gnu/2021-06/msg00006.html
for release information.
This commit is contained in:
Lancelot SIX 2021-06-15 15:14:22 +01:00
parent 16b157c346
commit cca2d27de2

View file

@ -16,11 +16,11 @@ let
in stdenv.mkDerivation rec {
pname = "nano";
version = "5.7";
version = "5.8";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "1ynarilx0ca0a5h6hl5bf276cymyy8s9wr5l24vyy7f15v683cfl";
sha256 = "133nhxg4xfxisjzi85rn2l575hdbvcax1s13l4m6wcvq5zdn6fz4";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;