Merge pull request #186640 from trofi/update-nano

nano: 6.3 -> 6.4
This commit is contained in:
Sebastián Mancilla
2022-08-14 21:00:53 -04:00
committed by GitHub
+2 -2
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;