nano: 6.3 -> 6.4

Changes: https://lists.gnu.org/archive/html/info-gnu/2022-08/msg00001.html
This commit is contained in:
Sergei Trofimovich 2022-08-14 12:57:48 +01:00
parent 5c37f7fa7e
commit 96958813c3

View file

@ -16,11 +16,11 @@ let
in stdenv.mkDerivation rec {
pname = "nano";
version = "6.3";
version = "6.4";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "61MtpJhWcnMLUA9oXbqriFpGbQj7v3QVgyuVgF5vhoc=";
sha256 = "QZmujKeKd5beVt4aQbgh3EeRLAMH6YFrVswxffNGYcA=";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;