nano: 8.5 -> 8.6

Changes: https://lists.gnu.org/archive/html/info-gnu/2025-08/msg00008.html
This commit is contained in:
Sergei Trofimovich
2025-08-21 21:06:04 +01:00
parent 0d58fdb089
commit 33bdbd0579
+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;