nano: 6.0 -> 6.1

This commit is contained in:
R. Ryantm
2022-02-14 08:46:10 -05:00
committed by Tim Steinbach
parent 090efcc473
commit fd4889c25f
+2 -2
View File
@@ -16,11 +16,11 @@ let
in stdenv.mkDerivation rec {
pname = "nano";
version = "6.0";
version = "6.1";
src = fetchurl {
url = "mirror://gnu/nano/${pname}-${version}.tar.xz";
sha256 = "k6yMtotK0Q4KrrgKLdFcW7ietmWkhE960Bxn78sWnqI=";
sha256 = "PVfsiT+/3tEmZbfw1WPXRDH8Q6vqzKzt6iO2avcE20A=";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;