nano: 8.4 -> 8.5

Changes: https://lists.gnu.org/archive/html/info-gnu/2025-06/msg00003.html
This commit is contained in:
Sergei Trofimovich
2025-06-12 19:57:46 +01:00
parent cf7c43aaa4
commit d6e28f4d2a
+2 -2
View File
@@ -31,11 +31,11 @@ let
in
stdenv.mkDerivation rec {
pname = "nano";
version = "8.4";
version = "8.5";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
hash = "sha256-WtKSIrvVViTYfqZ3kosxBqdDEU1sb5tB82yXviqOYo0=";
hash = "sha256-AAsBHTOcFBr5ZG1DKI9UMl/1xujTnW5IK3h7vGZUwmo=";
};
nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;