nano: 8.5 -> 8.6 (#435653)

This commit is contained in:
Fabián Heredia Montiel
2025-08-24 17:07:55 -06:00
committed by GitHub
+2 -2
View File
@@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation rec {
pname = "nano";
version = "8.5";
version = "8.6";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
hash = "sha256-AAsBHTOcFBr5ZG1DKI9UMl/1xujTnW5IK3h7vGZUwmo=";
hash = "sha256-96v78O7V9XOrUb13pFjzLYL5hZxV6WifgZ2W/hQ3phk=";
};
nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;