nano: 8.1 -> 8.2

Changes: https://lists.gnu.org/archive/html/info-gnu/2024-09/msg00001.html
This commit is contained in:
Sergei Trofimovich 2024-09-10 21:39:52 +01:00
parent 8c1fd1a2e8
commit ae1c373082

View File

@ -15,11 +15,11 @@ let
in stdenv.mkDerivation rec {
pname = "nano";
version = "8.1";
version = "8.2";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
hash = "sha256-k7Pj6RVa44n+nM+ct6s4DqwpYCg1ujB3si9k0PDL6Ms=";
hash = "sha256-1a0H3YYvrK4DBRxUxlNeVMftdAcxh4P8rRrS1wdv/+s=";
};
nativeBuildInputs = [ texinfo ] ++ lib.optional enableNls gettext;