nano: 8.2 -> 8.3

Changes: https://lists.gnu.org/archive/html/info-gnu/2024-12/msg00005.html
This commit is contained in:
Sergei Trofimovich
2024-12-23 10:08:31 +00:00
parent 3dfebe2d26
commit 8345b3fb18
+2 -2
View File
@@ -32,11 +32,11 @@ let
in
stdenv.mkDerivation rec {
pname = "nano";
version = "8.2";
version = "8.3";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
hash = "sha256-1a0H3YYvrK4DBRxUxlNeVMftdAcxh4P8rRrS1wdv/+s=";
hash = "sha256-VRtxey4o9+kPdJMjaGobW7vYTPoTkGBNhUo8o3ePER4=";
};
nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;