nano: 2.6.1 -> 2.6.2

This commit is contained in:
mimadrid 2016-07-28 16:46:25 +02:00
parent 154af9e67d
commit ca780df195
No known key found for this signature in database
GPG Key ID: 4D0F6894D41C6957

View File

@ -12,10 +12,10 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "nano-${version}";
version = "2.6.1";
version = "2.6.2";
src = fetchurl {
url = "https://nano-editor.org/dist/v2.6/${name}.tar.gz";
sha256 = "56f2ba1c532647bee36abd5f87a714400af0be084cf857a65bc8f41a0dc28fe5";
sha256 = "11c9iqiah4q7q3ndn7z9192a796vp4fffkg27s6q1dn8avp06dj5";
};
nativeBuildInputs = [ texinfo ] ++ optional enableNls gettext;
buildInputs = [ ncurses ];